Skip to content

Tags: koberbe/vagrant-libvirt

Tags

0.12.2

Toggle 0.12.2's commit message

Verified

This tag was signed with the committer’s verified signature.
electrofelix Darragh Bailey
Release 0.12.2

Bugfix release to solve issues introduced in 0.12.0 with setting of
iommu on virtio network interfaces.

0.12.1

Toggle 0.12.1's commit message

Verified

This tag was signed with the committer’s verified signature.
electrofelix Darragh Bailey
Release 0.12.1

Minor addition release to allow control of the management network iface
name.

0.12.0

Toggle 0.12.0's commit message

Verified

This tag was signed with the committer’s verified signature.
electrofelix Darragh Bailey
Release 0.12.0

Release latest code as 0.12.0

Main changes:
- specify qcow2 compatibility version to not use very old 0.10 fallback (vagrant-libvirt#1731)
- Feature: Allow specifying type for primary disk (vagrant-libvirt#1729)
- Fix duplicate provisioning of running VMs (vagrant-libvirt#1722)
- Add feature-complete /domain/clock support (vagrant-libvirt#1715)
- Use append to a truncated file to retain owner (vagrant-libvirt#1677)
- Make NIC model type for management interface configurable (vagrant-libvirt#1711)
- Fix forward_ports.rb: no implicit conversion of String into Array (vagrant-libvirt#1706)
- Fix issue where "iommu" was configured for non-virtio network devices (vagrant-libvirt#1702)
- Support setting mtu on public interfaces (vagrant-libvirt#1700)
- Support setting iface name for target dev on private networks (vagrant-libvirt#1692)
- Use configured_networks helper in validate (vagrant-libvirt#1695)
- Handle autoport when port explicit set (vagrant-libvirt#1693)
- Ensure iommu XML is only set for virtio nics (vagrant-libvirt#1690)
- Handle pmsuspended resume and add state translation message (vagrant-libvirt#1686)

0.11.2

Toggle 0.11.2's commit message

Verified

This tag was signed with the committer’s verified signature.
electrofelix Darragh Bailey
Release 0.11.2

Release bugfix for iommu handling for non virtio nics in addition to
supporting the new pmsuspended state available with latest fog-libvirt
release.

0.11.1

Toggle 0.11.1's commit message

Verified

This tag was signed with the committer’s verified signature.
electrofelix Darragh Bailey
Release 0.11.1

Patch release due to bad push to rubygems.

0.11.0

Toggle 0.11.0's commit message

Verified

This tag was signed with the committer’s verified signature.
electrofelix Darragh Bailey
Release 0.11.0

Release latest code as 0.11.0

Main changes:
- Replace 9p synced folder :owner with :access vagrant-libvirt#1571
- Ensure explicit setting of inputs respected vagrant-libvirt#1619
- Add example for use of kernel/initrd/cmdline options vagrant-libvirt#1620
- Emit default for bootmenu to be off vagrant-libvirt#1621
- Report graphics port after resolving vagrant-libvirt#1622
- Update development steps vagrant-libvirt#1623
- Select better defaults when graphics type is spice vagrant-libvirt#1625
- Query host interfaces directly as libvirt may not include them vagrant-libvirt#1627
- Ignore networks that cannot be used vagrant-libvirt#1628
- Add vcpupin support vagrant-libvirt#1007
- Floppy support vagrant-libvirt#1334
- Use same list_all_networks and filter vagrant-libvirt#1638
- Disable graphics autoport attr when using spice vagrant-libvirt#1636
- Use provided ssh port for machine vagrant-libvirt#1641
- Avoid setting cpu element on unsupported architectures vagrant-libvirt#1633
- Fix list networks being read-only vagrant-libvirt#1651
- Reject cpu features enabled without model vagrant-libvirt#1658
- Adding SEV support vagrant-libvirt#1664
- Ensure default public_network :dev shown on error vagrant-libvirt#1670
- Adding disk_address_type option. vagrant-libvirt#954
- feat: add websocket graphics config vagrant-libvirt#1672
- Clear and create forwarded ports on suspend/resume vagrant-libvirt#1679
- Correct destroy method call logic vagrant-libvirt#1684

0.10.8

Toggle 0.10.8's commit message

Verified

This tag was signed with the committer’s verified signature.
electrofelix Darragh Bailey
Release 0.10.8

Release bugfix 0.10.8 containing:
- Log output on start XML diff normalizing
- Dockerfile compatibility with buildah
- Remove undesired put of error message
- Support windows guests IP address retrieval via qemu agent

0.10.7

Toggle 0.10.7's commit message

Verified

This tag was signed with the committer’s verified signature.
electrofelix Darragh Bailey
Release 0.10.7

Release bugfix 0.10.7 to make XML differences from updating the domain
definition non fatal and change how rexml is imported for better
compatibility. Includes multiple fixes for the docker image.

0.10.6

Toggle 0.10.6's commit message

Verified

This tag was signed with the committer’s verified signature.
electrofelix Darragh Bailey
Release 0.10.6

Release bugfix 0.10.6 to replace compare-xml with xml-simple.

0.10.5

Toggle 0.10.5's commit message

Verified

This tag was signed with the committer’s verified signature.
electrofelix Darragh Bailey
Release 0.10.5

Release bugfix 0.10.5 to replace equivalent-xml with compare-xml as a
more recently active alternative.