Releases: LINBIT/virter
Releases · LINBIT/virter
Release v0.28.0
If 'truncate' fails for /etc/machine-id during 'commit', attempt with…
Release v0.27.0
doc: document VIRTER_ACCESS_NETWORK
Release v0.26.0
virter: pass-through exit code from provisioning When a provisioning step fails, it may be helpful to the caller of virter to know the exit code of the script. So, if an SSH or container provisioning step fails with an exit code, pass it through to the CLI, exiting from the virter process with the same exit code.
Release v0.25.0
virter: add pool option to Disk We may want to attach "dynamic" disks to a VM that are stored in a different storage pool than the default one. So allow users to specify a "pool=..." option on the command line, which changes the storage location of the disk to the specified pool.
Release v0.24.0
cmd: allow log level to be set with an environment variable This is not a config key because logging is used while loading the config.
Release v0.23.1
Set ssh_ping_timeout default to 5 minutes. Since Windows has to be rebooted when the hostname is changed, provisioning may take longer than one minute. Signed-Off-By: Johannes Thoma <[email protected]>
Release v0.23.0
Release 0.23.0
Release v0.22.0
Release 0.22.0
Release v0.21.0
build(deps): bump golang.org/x/crypto from 0.4.0 to 0.5.0 Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.4.0 to 0.5.0. - [Release notes](https://github.com/golang/crypto/releases) - [Commits](https://github.com/golang/crypto/compare/v0.4.0...v0.5.0)
Release v0.20.1
netcopy: Give --protect-args option to rsync for vm copy This prevents rsync from using a shell on the remote side to expand special characters. This makes transfer of files and directories containing whitespace work. Signed-Off-By: Johannes Thoma <[email protected]>