Skip to content

Releases: LINBIT/vmshed

Release v0.22.1

19 Jul 07:46
v0.22.1
Compare
Choose a tag to compare
Release 0.22.1

Release v0.22.0

04 Mar 08:40
Compare
Choose a tag to compare
doc: add reference doc for tests specification

Release v0.21.0

28 Dec 14:21
Compare
Choose a tag to compare
write metadata when test image provisioning fails

Put it in the provision-log directory as JSON. Currently, the only
captured value is the exit code. This allows some
machine-readable distinction by an external observer about why exactly
the test image provisioning failed.

Release v0.20.1

26 Apr 09:58
v0.20.1
Compare
Choose a tag to compare
Release 0.20.1

Release v0.20.0

25 Apr 13:55
v0.20.0
Compare
Choose a tag to compare
Release 0.20.0

Release v0.19.0

26 Jan 14:01
Compare
Choose a tag to compare
Release v0.19.0

Release v0.18.1

30 Nov 12:19
v0.18.1
Compare
Choose a tag to compare
Release 0.18.1

Release v0.18.0

29 Nov 12:47
v0.18.0
Compare
Choose a tag to compare
Release 0.18.0

Release v0.17.0

18 Oct 06:50
v0.17.0
Compare
Choose a tag to compare
Release 0.17.0

Release v0.16.0

27 Sep 09:58
Compare
Choose a tag to compare
Windows platform support

In order to support Windows VMs the virter calls have
to be passed the --user Administrator option.

The vms.toml files now have a new field:
    user_name = "Administrator"
should be specified for VMs that are Windows machines.
If this field is omitted the default "root" is
used (so no changes necessary for Linux-only
environments).

As a convenience the --vnc and --vnc-bind-address
options are given for all machines which allows to
debug VMs that fail to start (for example).

The example vms.toml file has been updated to
document these changes.