spiegel_podman/pkg/machine
Paul Holzinger f93fcf7dee
bump go to 1.22
Many dependencies started using go 1.22 which means we have to follow in
order to update.

Disable the now depracted exportloopref linter as it was replaced by
copyloopvar as go fixed the loop copy problem in 1.22[1]

Another new chnage in go 1.22 is the for loop syntax over ints, the
intrange linter chacks for this but there a lot of loops that have to be
converted so I didn't do it here and disable th elinter for now, th eold
syntax is still fine.

[1] https://go.dev/blog/loopvar-preview

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2024-09-03 15:14:15 +02:00
..
apple Do not segfault on hard stop 2024-08-19 11:14:30 -04:00
applehv Add Rosetta support for Apple Silicon mac 2024-05-17 17:53:28 +09:00
compression pkg/machine/compression: skip decompress bar for empty file 2024-07-18 13:23:00 +02:00
connection Fix updating connection when SSH port conflict happens 2024-05-14 16:15:56 +01:00
define bump go to 1.22 2024-09-03 15:14:15 +02:00
e2e Merge pull request #23726 from ashley-cui/machlist 2024-08-30 16:52:31 +00:00
env pkg/machine: use fileutils.(Le|E)xists 2024-04-19 09:52:14 +02:00
hyperv Add Rosetta support for Apple Silicon mac 2024-05-17 17:53:28 +09:00
ignition update golangci-lint to 1.60.1 2024-08-19 11:41:28 +02:00
libkrun Add Rosetta support for Apple Silicon mac 2024-05-17 17:53:28 +09:00
lock pkg/machine: make checkExclusiveActiveVM race free 2024-03-14 11:13:08 +01:00
ocipull Run codespell on source 2024-07-23 07:28:23 -04:00
os Refactor env dir and port functions into new leaf pkgs 2024-03-04 23:54:31 -06:00
ports Refactor env dir and port functions into new leaf pkgs 2024-03-04 23:54:31 -06:00
provider machine: Add -all-providers flag to machine list 2024-08-28 13:40:50 -04:00
proxyenv Quote systemd DefaultEnvironment Proxy values, as documented in systemd.conf man page: 2024-08-26 13:12:47 +02:00
qemu golangci-lint: make windows linting happy 2024-08-19 11:41:29 +02:00
shim Implement disable default mounts via command line 2024-07-15 15:27:19 +03:00
sockets Add utility to convert VMFile to URL for UNIX sockets 2024-07-23 16:41:24 +03:00
stdpull Clean machine pull cache 2024-04-26 12:31:42 -04:00
vmconfigs Add Rosetta support for Apple Silicon mac 2024-05-17 17:53:28 +09:00
wsl Merge pull request #22922 from BlackHole1/improve-windows 2024-06-27 12:49:35 +00:00
cleanup.go Clean up gvproxy if machine start fails 2024-02-27 13:33:43 -06:00
config.go update golangci-lint to v1.59.1 2024-06-10 14:57:45 +02:00
config_test.go Refactor env dir and port functions into new leaf pkgs 2024-03-04 23:54:31 -06:00
fedora_unix.go chore: delete obsolete // +build lines 2024-01-04 11:53:38 +02:00
fedora_windows.go Fix Lint on Windows and enable the job 2024-02-20 08:06:18 -05:00
gvproxy.go Ignore ERROR_SHARING_VIOLATION error on windows 2024-08-06 14:09:36 -05:00
gvproxy_unix.go Ignore ERROR_SHARING_VIOLATION error on windows 2024-08-06 14:09:36 -05:00
gvproxy_windows.go Ignore ERROR_SHARING_VIOLATION error on windows 2024-08-06 14:09:36 -05:00
keys.go pkg/machine: Read stderr from ssh-keygen correctly 2024-08-12 14:09:16 -04:00
machine_common.go Change API socket to be machine name isolated 2024-03-13 13:28:14 -05:00
machine_unix.go Complete WSL implementation, refactor a few areas 2024-02-11 12:58:11 -06:00
machine_unsupported.go chore: delete obsolete // +build lines 2024-01-04 11:53:38 +02:00
machine_windows.go golangci-lint: make windows linting happy 2024-08-19 11:41:29 +02:00
pull.go Refactor env dir and port functions into new leaf pkgs 2024-03-04 23:54:31 -06:00
qemuprovider.go podman5 machine reconfig 1 2024-02-07 08:17:43 -06:00
ssh.go Fix known_hosts file clogging and remote host id 2024-08-14 15:53:11 +02:00
ssh_unix.go machine: implement http proxy logic for all providers 2024-02-22 11:23:45 +01:00
ssh_windows.go machine: implement http proxy logic for all providers 2024-02-22 11:23:45 +01:00
update.go Fix some comments 2024-04-13 15:20:19 +08:00
volumes.go machine/linux: Support virtiofs mounts (retain 9p default) 2024-06-07 10:03:06 -04:00