Skip to content

Commit 7109cb7

Browse files
committed
Release 1.3.0 commit
1 parent 6c74970 commit 7109cb7

9 files changed

+58
-14
lines changed

CHANGELOG.rst

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,31 @@ Community.Libvirt Release Notes
55
.. contents:: Topics
66

77

8+
v1.3.0
9+
======
10+
11+
Release Summary
12+
---------------
13+
14+
This is a new release of the ``community.libvirt`` collection.
15+
This changelog contains all changes to the modules and plugins in this collection
16+
that have been made after the previous release.
17+
18+
Minor Changes
19+
-------------
20+
21+
- 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/).
22+
- virt - support ``--diff`` for ``define`` command (https://github.com/ansible-collections/community.libvirt/pull/142/).
23+
24+
Bugfixes
25+
--------
26+
27+
- 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).
28+
- libvirt_qemu - fix encoding errors on Windows guests for non-ASCII return values (https://github.com/ansible-collections/community.libvirt/pull/157)
29+
- 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).
30+
- virt_pool - replace discouraged function ``listAllVolumes`` with ``listAllVolumes`` to fix potential race conditions (https://github.com/ansible-collections/community.libvirt/pull/135).
31+
- virt_pool - replace discouraged functions ``listStoragePools`` and ``listDefinedStoragePools`` with ``listAllStoragePools`` to fix potential race conditions (https://github.com/ansible-collections/community.libvirt/pull/134).
32+
833
v1.2.0
934
======
1035

changelogs/changelog.yaml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,35 @@ releases:
8383
- 117_find_vms_update_calls.yml
8484
- virt_pool_no_path.yml
8585
release_date: '2022-08-04'
86+
1.3.0:
87+
changes:
88+
bugfixes:
89+
- libvirt_qemu - connection plugin threw a warning about an improperly configured
90+
remote target. Fix adds `inventory_hostname` to `options.remote_addr.vars`
91+
(https://github.com/ansible-collections/community.libvirt/pull/147).
92+
- libvirt_qemu - fix encoding errors on Windows guests for non-ASCII return
93+
values (https://github.com/ansible-collections/community.libvirt/pull/157)
94+
- virt - fix virt module to undefine a domain with nvram, managed_save, snapshot_metadata
95+
or checkpoints_metadata (https://github.com/ansible-collections/community.libvirt/issues/40).
96+
- virt_pool - replace discouraged function ``listAllVolumes`` with ``listAllVolumes``
97+
to fix potential race conditions (https://github.com/ansible-collections/community.libvirt/pull/135).
98+
- virt_pool - replace discouraged functions ``listStoragePools`` and ``listDefinedStoragePools``
99+
with ``listAllStoragePools`` to fix potential race conditions (https://github.com/ansible-collections/community.libvirt/pull/134).
100+
minor_changes:
101+
- virt - add `mutate_flags` parameter to enable XML mutation (add UUID, MAC
102+
addresses from existing domain) (https://github.com/ansible-collections/community.libvirt/pull/142/).
103+
- virt - support ``--diff`` for ``define`` command (https://github.com/ansible-collections/community.libvirt/pull/142/).
104+
release_summary: 'This is a new release of the ``community.libvirt`` collection.
105+
106+
This changelog contains all changes to the modules and plugins in this collection
107+
108+
that have been made after the previous release.'
109+
fragments:
110+
- 1.3.0.yml
111+
- 134_virt_pool_replace_functions_listStoragePools.yml
112+
- 135_virt_pool_replace_function_listVolumes.yml
113+
- 136_fix_undefine_nvram.yml
114+
- 142_virt_define_improvements.yml
115+
- 147_fix_qemu_remote_target_warning.yml
116+
- 156_fix_windows_encoding.yml
117+
release_date: '2023-09-19'

changelogs/fragments/134_virt_pool_replace_functions_listStoragePools.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelogs/fragments/135_virt_pool_replace_function_listVolumes.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelogs/fragments/136_fix_undefine_nvram.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelogs/fragments/142_virt_define_improvements.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelogs/fragments/147_fix_qemu_remote_target_warning.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelogs/fragments/156_fix_windows_encoding.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
namespace: community
22
name: libvirt
3-
version: 1.2.1
3+
version: 1.3.0
44
readme: README.md
55
authors:
66
- Ansible (https://github.com/ansible)

0 commit comments

Comments
 (0)