Skip to content

Commit cc8bd07

Browse files
authored
Release 1.2.0 commit (ansible-collections#132)
1 parent d298ee1 commit cc8bd07

File tree

6 files changed

+46
-8
lines changed

6 files changed

+46
-8
lines changed

CHANGELOG.rst

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

77

8+
v1.2.0
9+
======
10+
11+
Release Summary
12+
---------------
13+
14+
This is the minor 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+
- libvirt - add extra guest information to inventory (https://github.com/ansible-collections/community.libvirt/pull/113).
22+
- libvirt - replace the calls to listDomainsID() and listDefinedDomains() with listAllDomains() in find_vm() (https://github.com/ansible-collections/community.libvirt/pull/117)
23+
24+
Bugfixes
25+
--------
26+
27+
- virt_net - fix modify function which was not idempotent, depending on whether the network was active. See https://github.com/ansible-collections/community.libvirt/issues/107.
28+
- virt_pool - crashed out if pool didn't contain a target path. Fix allows this not to be set. (https://github.com/ansible-collections/community.libvirt/issues/129).
29+
830
v1.1.0
931
======
1032

changelogs/changelog.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,26 @@ releases:
6060
- 114_replace_distutils_spawn.yml
6161
- 90_add_integration_test_for_virt_pool.yml
6262
release_date: '2022-05-12'
63+
1.2.0:
64+
changes:
65+
bugfixes:
66+
- virt_net - fix modify function which was not idempotent, depending on whether
67+
the network was active. See https://github.com/ansible-collections/community.libvirt/issues/107.
68+
- virt_pool - crashed out if pool didn't contain a target path. Fix allows this
69+
not to be set. (https://github.com/ansible-collections/community.libvirt/issues/129).
70+
minor_changes:
71+
- libvirt - add extra guest information to inventory (https://github.com/ansible-collections/community.libvirt/pull/113).
72+
- libvirt - replace the calls to listDomainsID() and listDefinedDomains() with
73+
listAllDomains() in find_vm() (https://github.com/ansible-collections/community.libvirt/pull/117)
74+
release_summary: 'This is the minor release of the ``community.libvirt`` collection.
75+
76+
This changelog contains all changes to the modules and plugins in this collection
77+
78+
that have been made after the previous release.'
79+
fragments:
80+
- 1.2.0.yml
81+
- 108_make_virt_net_modify_idempotent.yml
82+
- 113_extra_inventory_info.yml
83+
- 117_find_vms_update_calls.yml
84+
- virt_pool_no_path.yml
85+
release_date: '2022-08-04'

changelogs/fragments/108_make_virt_net_modify_idempotent.yml

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

changelogs/fragments/113_extra_inventory_info.yml

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

changelogs/fragments/virt_pool_no_path.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.1.1
3+
version: 1.2.0
44
readme: README.md
55
authors:
66
- Ansible (https://github.com/ansible)

0 commit comments

Comments
 (0)