Releases: crc-org/machine-driver-libvirt
0.13.9
What's Changed
- Update go version to 1.21 by @praveenkumar in #118
- domain: Disable secure boot feature by @praveenkumar in #122
- cut 0.13.9 by @praveenkumar in #123
Full Changelog: 0.13.8...0.13.9
0.13.8
What's Changed
- build(deps): bump google.golang.org/protobuf from 1.28.0 to 1.33.0 in /tools by @dependabot in #114
- build(deps): bump golang.org/x/net from 0.17.0 to 0.23.0 in /tools by @dependabot in #116
- Update domain template for arm64 use case by @praveenkumar in #119
- use almalinux minimal-8 image to replace the centos8 image by @anjannath in #120
- cut 0.13.8 by @anjannath in #121
Full Changelog: 0.13.7...0.13.8
0.13.7
What's Changed
- Update go modules by @cfergeau in #112
- Bump golang.org/x/net from 0.7.0 to 0.17.0 in /tools by @dependabot in #111
- cut 0.13.7 by @anjannath in #113
Full Changelog: 0.13.6...0.13.7
0.13.6
What's Changed
- check if conn is nil and return error in function
virtiofsSupported
by @anjannath in #105 - Move go module to github.com/crc-org/machine-driver-libvirt by @cfergeau in #106
- Replace circle-ci with github actions by @cfergeau in #108
- remove setting StoragePool for the driver in constructor by @anjannath in #109
- cut 0.13.6 by @anjannath in #110
Full Changelog: 0.13.5...0.13.6
0.13.5
What's Changed
- virtiofs: Don't check Filesystem support if it is nil by @praveenkumar in #103
- cut 0.13.5 by @anjannath in #104
Full Changelog: 0.13.4...0.13.5
0.13.4
NOTE: this release is broken, more details in the commit log of f27d8c5
What's Changed
- Add virtiofs file sharing support to the libvirt machine driver by @cfergeau in #101
- cut 0.13.4 by @anjannath in #102
Full Changelog: 0.13.3...0.13.4
0.13.3
What's Changed
- Misc build/... cleanups by @cfergeau in #98
- cut 0.13.3 by @anjannath in #99
Full Changelog: 0.13.2...0.13.3
0.13.2
git shortlog
2f47ba2 build: Stop using -i flag
331c837 storage: Stop using incorrect StoragePoolDefineXML flag
f9b3657 CI: Switch to centos-stream base image
a1bed63 spec: Use %goname
57cf456 driver: Simplify Create() return value
0759f0b lint: Use same rule as other projects for golangci-lint
91fcac9 lint: Use 'revive' instead of 'golint'
4266153 build: Switch to libvirt.org/go/libvirtxml
517d4d7 build: Update go.mod vendoring
a4cda99 Remove returns success even if the VM doesn't exist
bd18c39 Remove container file for ubuntu
475c63b Update minimum go version to 1.15
0.13.1
f34bc82 cut 0.13.1
3a3cdbc copyFile: Don't ignore Close() errors on writable file
c4e5728 .crc-exist file is managed by libmachine code itself.
7671a3a SHUTDOWN means the VM is in the process of being shutdown
55ff4d2 When starting the VM, the state is PAUSED for a very short time
f658159 Domain is not expected to be paused or pmsuspended.
c169129 Remove state.None, use state.Error instead.
1ac2bae start: Return error when failing to get IP