Skip to content

Commit

Permalink
Release 1.3.0 commit
Browse files Browse the repository at this point in the history
  • Loading branch information
csmart committed Sep 25, 2023
1 parent 6c74970 commit 7109cb7
Show file tree
Hide file tree
Showing 9 changed files with 58 additions and 14 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,31 @@ Community.Libvirt Release Notes
.. contents:: Topics


v1.3.0
======

Release Summary
---------------

This is a new 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.

Minor Changes
-------------

- virt - add `mutate_flags` parameter to enable XML mutation (add UUID, MAC addresses from existing domain) (https://github.com/ansible-collections/community.libvirt/pull/142/).
- virt - support ``--diff`` for ``define`` command (https://github.com/ansible-collections/community.libvirt/pull/142/).

Bugfixes
--------

- libvirt_qemu - connection plugin threw a warning about an improperly configured remote target. Fix adds `inventory_hostname` to `options.remote_addr.vars` (https://github.com/ansible-collections/community.libvirt/pull/147).
- libvirt_qemu - fix encoding errors on Windows guests for non-ASCII return values (https://github.com/ansible-collections/community.libvirt/pull/157)
- virt - fix virt module to undefine a domain with nvram, managed_save, snapshot_metadata or checkpoints_metadata (https://github.com/ansible-collections/community.libvirt/issues/40).
- virt_pool - replace discouraged function ``listAllVolumes`` with ``listAllVolumes`` to fix potential race conditions (https://github.com/ansible-collections/community.libvirt/pull/135).
- virt_pool - replace discouraged functions ``listStoragePools`` and ``listDefinedStoragePools`` with ``listAllStoragePools`` to fix potential race conditions (https://github.com/ansible-collections/community.libvirt/pull/134).

v1.2.0
======

Expand Down
32 changes: 32 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,35 @@ releases:
- 117_find_vms_update_calls.yml
- virt_pool_no_path.yml
release_date: '2022-08-04'
1.3.0:
changes:
bugfixes:
- libvirt_qemu - connection plugin threw a warning about an improperly configured
remote target. Fix adds `inventory_hostname` to `options.remote_addr.vars`
(https://github.com/ansible-collections/community.libvirt/pull/147).
- libvirt_qemu - fix encoding errors on Windows guests for non-ASCII return
values (https://github.com/ansible-collections/community.libvirt/pull/157)
- virt - fix virt module to undefine a domain with nvram, managed_save, snapshot_metadata
or checkpoints_metadata (https://github.com/ansible-collections/community.libvirt/issues/40).
- virt_pool - replace discouraged function ``listAllVolumes`` with ``listAllVolumes``
to fix potential race conditions (https://github.com/ansible-collections/community.libvirt/pull/135).
- virt_pool - replace discouraged functions ``listStoragePools`` and ``listDefinedStoragePools``
with ``listAllStoragePools`` to fix potential race conditions (https://github.com/ansible-collections/community.libvirt/pull/134).
minor_changes:
- virt - add `mutate_flags` parameter to enable XML mutation (add UUID, MAC
addresses from existing domain) (https://github.com/ansible-collections/community.libvirt/pull/142/).
- virt - support ``--diff`` for ``define`` command (https://github.com/ansible-collections/community.libvirt/pull/142/).
release_summary: 'This is a new 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.'
fragments:
- 1.3.0.yml
- 134_virt_pool_replace_functions_listStoragePools.yml
- 135_virt_pool_replace_function_listVolumes.yml
- 136_fix_undefine_nvram.yml
- 142_virt_define_improvements.yml
- 147_fix_qemu_remote_target_warning.yml
- 156_fix_windows_encoding.yml
release_date: '2023-09-19'

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/136_fix_undefine_nvram.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/142_virt_define_improvements.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/147_fix_qemu_remote_target_warning.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/156_fix_windows_encoding.yml

This file was deleted.

2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace: community
name: libvirt
version: 1.2.1
version: 1.3.0
readme: README.md
authors:
- Ansible (https://github.com/ansible)
Expand Down

0 comments on commit 7109cb7

Please sign in to comment.