Skip to content

Releases: oVirt/ovirt-ansible-collection

Release 2.4.3

11 Oct 13:35
4f0f668
Compare
Choose a tag to compare

v2.4.3

Bugfixes

  • ovirt_disk - Fix issue in detaching the direct LUN (#700) @nijinashok.
  • ovirt_quota - Convert storage size to integer (#712) @mnecas .
  • ovirt_role - Fix administrative option when set to False (#723) @mnecas.

oVirt Ansible Collection 3.2.0

02 Oct 08:39
Compare
Choose a tag to compare

v3.2.0

Minor Changes

  • ovirt_vm - Add tpm_enabled by @mmartinv (#722).
  • storage_error_resume_behaviour - Support VM storage error resume behaviour "auto_resume", "kill", "leave_paused" by @hemak88 (#721)
  • vm_infra - Support boot disk renaming and resizing by @mmartinv (#705)

Bugfixes

  • ovirt_role - Fix administrative option when set to False by @mnecas (#723).

Release 3.1.3

23 Aug 12:20
4adf5c1
Compare
Choose a tag to compare

v3.1.3

Bugfixes

  • HE - add back dependency on python3-jmespath (#701)
  • HE - drop remaining filters using netaddr (#702)
  • HE - drop usage of ipaddr filters and remove dependency on python-netaddr (#696)
  • HE - fix ipv4 and ipv6 check after dropping netaddr (#704)
  • hosted_engine_setup - Update README (#706)
  • ovirt_disk - Fix issue in detaching the direct LUN (#700)
  • ovirt_quota - Convert storage size to integer (#712)

Release 3.1.2

30 Mar 08:35
2880593
Compare
Choose a tag to compare

v3.1.2

  • Add Python 3.11 subpackage to be usable in ansible-core 2.14 for el8

Release 3.1.1-1

03 Mar 13:11
c3964ae
Compare
Choose a tag to compare

v3.1.1

Bugfixes

  • hosted_engine_setup - Vdsm now uses -n flag for all qemu-img convert calls (#682).
  • ovirt_cluster_info - Fix example patter (#684).
  • ovirt_host - Fix refreshed state action (#687).

Release 3.1.0

14 Feb 14:41
96cbb4c
Compare
Choose a tag to compare

v3.1.0

Minor Changes

  • ovirt_host - Add refreshed state (#673).
  • ovirt_network - Add default_route usage to the ovirt_network module (#647).

Bugfixes

  • engine_setup - Remove provision_docker from tests (#677).
  • he-setup - Log the output sent to the serial console of the HostedEngineLocal VM to a file on the host, to allow diagnosing failures in that stage (#664).
  • he-setup - Run virt-install with options more suitable for debugging (#664).
  • he-setup - recently virsh net-destroy default doesn't delete the virbr0, so we need to delete it expicitly (#661).
  • info modules - Use dynamic collection name instead of ovirt.ovirt for deprecation warning (#653).
  • module_utils - replace getargspec with getfullargspec to support newer python 3.y versions (#663).
  • ovirt_host - Wait for host to be in result state during upgrade (#621)

Release 2.4.2

24 Jan 15:38
4028ce2
Compare
Choose a tag to compare

v2.4.2

Bugfixes

  • info modules - Use dynamic collection name instead of ovirt.ovirt for deprecation warning (#653).
  • module_utils - replace getargspec with getfullargspec to support newer python 3.y versions (#663).
  • ovirt_host - Wait for host to be in result state during upgrade (#667)

Release 3.0.0-1

29 Nov 12:22
ea8448b
Compare
Choose a tag to compare

What's Changed

  • filters: Fix ovirtvmipsv4 with attribute and network by @mnecas in #607
  • ovirt_host: Fix kernel_params elemets by @mnecas in #608
  • ovirtvmipsv4: Fix filter list by @mnecas in #609
  • Bump to 3.0.0 by @mnecas in #610
  • cluster_upgrade: Add default random uuid to engine_correlation_id by @mnecas in #624
  • image_template: Add template_bios_type by @mnecas in #620
  • Remove the 'warn:' argument by @didib in #627
  • Use RPM installation of ansible-core on EL9 by @mwperina in #630
  • ovirt_nic: Add network_filter_parameters by @mnecas in #623
  • Support ansible-core-2.13 on EL8 by @mwperina in #632
  • Use Python 3.9 on CS8 and CS9 builds by @mwperina in #633
  • Use oVirt checkout action in CI by @mwperina in #634
  • Use ansible-lint 6 by @mwperina in #635
  • Improving "disaster_recovery" & "ovirt_disk" (documentation & phrasings) by @barpavel in #562
  • cluster_upgrade: Fix the engine_correlation_id location by @mnecas in #637

Full Changelog: 2.3.0-1...3.0.0-1

Release 2.4.1

28 Nov 11:23
6c7da68
Compare
Choose a tag to compare

v2.4.1

Bugfixes

  • cluster_upgrade - Fix the engine_correlation_id location (#637).

Release 2.4.0

15 Nov 15:38
04cb990
Compare
Choose a tag to compare

v2.4.0

Bugfixes

  • cluster_upgrade - Add default random uuid to engine_correlation_id (#624).
  • image_template - Add template_bios_type (#620).