Skip to content

Latest commit

 

History

History
80 lines (55 loc) · 2.7 KB

CHANGELOG.rst

File metadata and controls

80 lines (55 loc) · 2.7 KB

Community.Libvirt Release Notes

This is the minor release of the community.libvirt collection. This changelog contains all changes to the modules and plugins in this collection that have been made after the previous release.

  • virt_net - fix modify function which was not idempotent, depending on whether the network was active. See ansible-collections#107.
  • virt_pool - crashed out if pool didn't contain a target path. Fix allows this not to be set. (ansible-collections#129).

This is the minor release of the community.libvirt collection. This changelog contains all changes to the modules and plugins in this collection that have been made after the previous release 1.0.2.

  • replace deprecated distutils.spawn.find_executable with Ansible's get_bin_path in _search_executable function.

This is the patch release of the community.libvirt collection. This changelog contains all changes to the modules and plugins in this collection that have been made after release 1.0.1.

  • libvirt inventory plugin - Use FQCN for the inventory plugin name for compatibility with Ansible 2.10 and above (ansible-collections#73).
  • libvirt_qemu - Mitigate a CPU hammering active wait loop
  • libvirt_qemu - add import error handling
  • virt - Correctly get the error message from libvirt
  • virt - Return "changed" status when using "define" command and domain XML was updated
  • virt - The define action searchs for the domain name into the xml definition to determine if the domain needs to be created or updated. The xml variable contains the parsed definition but doesn't guarantee the existence of the name tag. This change targets to fix the scenario where the xml var is not empty but doesn't contain a name tag.
  • virt_net - The name parameter is not required for the list_nets or facts command so we adjust the module to allow for that.
  • added generic libvirt inventory plugin
  • removed libvirt_lxc inventory script