Releases: fog/fog-libvirt
Releases · fog/fog-libvirt
v0.9.0: Merge pull request #100 from lzap/version-0.9.0
- Shell escape vulnerability
- Support for S390x
- Modernized Ruby 2.X syntax
- Updated compatibility with Ruby 3.X
- Changes in the CI infrastructure (Github Actions)
- Fix for MacOS (Darwin) UNIX socket path
- Fix for rescue in listing network
v0.8.0
- Add support for virtio-rng
- Support virtio-blk for ceph RBD disks
- Various bugfixes
v0.7.0
- Add creation of RBD volumes
- Handle domain volumes with disk source not being a file
- Add hugepages support
- Add possibility to use auth_usage instead of auth_uuid
- Add qemu-guest-agent channel
- Handle blank text in allocation
v0.6.0
- Allow to specify UID and GID of volume
- Scope code under
Fog::Libvirt
instead of Fog::Compute::Libvirt