Vagrant Libvirt Versions Save

Vagrant provider for libvirt.

0.10.4

1 year ago

Changelog

0.10.4 (2022-08-28)

Full Changelog

Closed issues:

  • Can't create public network interfaces #1561

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

0.10.3

1 year ago

Changelog

0.10.3 (2022-08-26)

Full Changelog

Closed issues:

  • recent change to host_devices is too strict #1553

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

0.10.2

1 year ago

Changelog

0.10.2 (2022-08-22)

Full Changelog

Closed issues:

  • Running vagrant up twice (on two Vagrantfiles) causes one of the VMs to loose connectivity #1535

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

0.10.1

1 year ago

Changelog

0.10.1 (2022-08-17)

Full Changelog

Closed issues:

  • Plugin fails to build on Arch Linux with Vagrant 2.3.0 #1549
  • Vagrant ignores values of "ip" in config.vm.network #1541
  • Failing to start without a vm.box. #1534
  • resolve_disk_settings.rb bug in 0.9.0 release #1519

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

0.10.0

1 year ago

Changelog

0.10.0 (2022-08-16)

Full Changelog

Fixed bugs:

  • The behavior of "vagrant box add -f" is confusing with libvirt #1351

Closed issues:

  • net-ssh version misread version 6.2.0.rc2 is actually between 2.6.5 and 7.0.0 but, #1546
  • Excessively verbose output when using virtiofs for synced folder #1525
  • Changing default branch to main #1517
  • :allow_existing => "true" --> Call to virStorageVolCreateXML failed: storage volume 'testcluster0_shared_disk.raw' exists already #1510
  • No box and PXE boot example from documentation fails #1508
  • vagrant up of existing machine fails on start_domain.rb because 'device' is nil #1490
  • vagrant up error talking to libvirt - unable to get index for interface eth0 #1477
  • Can't create nor destroy VM against libvirtd 8.1 #1471
  • Can't create VM - Call to virDomainDefineXML failed: invalid argument: could not get preferred machine #1466
  • Cant remove domain with cdrom and second storage volume #1450
  • Error message given during initialization: can't activate json-2.3.0, already activated json-2.5.1 #1390

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

0.9.0

1 year ago

Changelog

0.9.0 (2022-06-02)

Full Changelog

Closed issues:

  • Fedora 36 guest does not get static private network ip #1501
  • Unable to install vagrant-libvirt on Ubuntu 22.04 (Jammy Jellyfish) #1498
  • vagrant up fails to start some guests, --no-parallel succeeds #1495
  • Destroy fails: cannot load such file -- rexml #1483
  • Order of interfaces with pci passthrough #1475

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

0.8.2

1 year ago

Changelog

0.8.2 (2022-05-04)

Full Changelog

Closed issues:

  • Network configuration overwrites values set during provisioning since version 0.8.0 #1479
  • Bringing up all boxes in multi-box configuration fails with Ruby 3.1 #1445

Merged pull requests:

  • unrestrict fog-core version to ~> 2 #1487 (dcermak)
  • Update steps in the addtional notes #1486 (r0x0d)
  • Use require for HandleBox, SyncedFolders, WaitForCommunicator #1485 (tserong)
  • Ensure provisioner runs when performing a reload #1484 (twouters)
  • Guest PCI address options for passthrough devices #1481 (jamie01)

* This Changelog was automatically generated by github_changelog_generator

0.8.1

2 years ago

Changelog

0.8.1 (2022-04-20)

Full Changelog

Closed issues:

  • @electrofelix All commands run successfully but vagrant plugin install vagrant-libvirt still output this error: #1476
  • Unable to install plugin on Ubuntu 20.04 #1474

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

0.8.0

2 years ago

Changelog

0.8.0 (2022-04-04)

Full Changelog

Closed issues:

  • Crash: driver.rb:138 undefined method #1472
  • if ssh forwarding is enabled, ssh process is left running after destroy #1467
  • Unable to write to '/sys/fs/cgroup/cpuset/machine/qemu-1-adminwin2016.libvirt-qemu/emulator/cpuset.cpus': Permission denied #1465
  • echo to stdout in container image breaks ansible molecule (and possibly other applications) #1463
  • Skip network deletion #1462
  • [OS X] Vagrant failed to properly resolve required dependencies. for vagrant plugin install vagrant-libvirt #1461
  • unsupported configuration: virtiofs requires shared memory #1460
  • unable to install vagrant-libvirt on ubuntu 20.04 #1455
  • No slim image available on docker hub #1454
  • Cannot rename interface 'bridge4' to 'virbr1' on this platform: Function not implemented #1449
  • Create linked_image #1446
  • using qemu/edk2-x86_64-code.fd uefi firmware #1443
  • forwarded_port feature with SSH tunneling does not work #1439
  • installation fails on RHEL 8 #1428
  • Docker endless loop #1421
  • Potential plugins collision #1419
  • Unit tests fail in isolated OBS workers #1415
  • Please support Libvirt Modular Daemons #1405
  • Can't install vagrant-libvirt on Fedora #1403
  • How to build a vagrant box of libvirt type by using ubuntu cloud image #1401
  • disk_device has no effect #1353
  • Not able to boot a mips vm #1347
  • Retrieve IP Address of management interface using qemu-guest-agent commands #1341
  • Need assistance getting vagrant to use existing bridge intf while also assigning them static IPs #1339
  • How to prevent Domain Removal on provision failure? #1328
  • Using session rather than system, have to sudo virsh net-list --all first #1258

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

0.7.0

2 years ago

Changelog

0.7.0 (2021-11-08)

Main Changes Summary

  • Destroying domains will now attempt to always remove associated networks that are no longer in use. If this cases any issues set :libvirt__always_destroy => false on the impacted interfaces and report an issue.
  • Use of qemu agent to retrieve IP addresses is now possible when using sessions
  • Possible to configure 3d acceleration for improved graphics performance.
  • Switched back to a read-only system connection when using a qemu session to prevent policy kit requesting credentials.

Full Changelog

Closed issues:

  • Network 192.168.33.10 is not available #1389
  • Podman example in README.md returns error #1373
  • VM creation fails 2nd time #1342

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator