Skip to content

Releases: crc-org/machine-driver-libvirt

0.13.9

29 Jul 05:30
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.13.8...0.13.9

0.13.8

19 Jun 13:05
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.13.7...0.13.8

0.13.7

18 Jan 12:47
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.13.6...0.13.7

0.13.6

08 Aug 14:26
Compare
Choose a tag to compare

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

03 Aug 09:02
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.13.4...0.13.5

0.13.4

02 Aug 09:44
Compare
Choose a tag to compare

NOTE: this release is broken, more details in the commit log of f27d8c5

What's Changed

Full Changelog: 0.13.3...0.13.4

0.13.3

13 Jul 10:03
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.13.2...0.13.3

0.13.2

03 Mar 06:58
Compare
Choose a tag to compare

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

20 May 10:47
Compare
Choose a tag to compare

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

0.13.0

05 Apr 14:16
Compare
Choose a tag to compare

35232ab Sync libvirt and hyperkit driver versioning
f86bc28 spec: Automatically substitute version