Skip to content

Commit 2556eb3

Browse files
committed
Add changelog for 1.0.1
1 parent 05249a1 commit 2556eb3

File tree

4 files changed

+37
-3
lines changed

4 files changed

+37
-3
lines changed

CHANGELOG.rst

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

77

8+
v1.0.1
9+
======
10+
11+
Bugfixes
12+
--------
13+
14+
- libvirt_qemu - Mitigate a CPU hammering active wait loop
15+
- libvirt_qemu - add import error handling
16+
- virt - Correctly get the error message from libvirt
17+
- virt - Return "changed" status when using "define" command and domain XML was updated
18+
- virt - Fix not domain found for define command
19+
- virt_net - Make name parameter optional
20+
821
v1.0.0
922
======
1023

changelogs/changelog.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,26 @@ releases:
88
fragments:
99
- 23-inventory.yml
1010
release_date: '2020-08-18'
11+
1.0.1:
12+
changes:
13+
bugfixes:
14+
- libvirt_qemu - Mitigate a CPU hammering active wait loop
15+
- libvirt_qemu - add import error handling
16+
- virt - Correctly get the error message from libvirt
17+
- virt - Return "changed" status when using "define" command and domain XML
18+
was updated
19+
- virt - The define action searchs for the domain name into the xml definition
20+
to determine if the domain needs to be created or updated. The xml variable
21+
contains the parsed definition but doesn't guarantee the existence of the
22+
name tag. This change targets to fix the scenario where the xml var is not
23+
empty but doesn't contain a name tag.
24+
- virt_net - The name parameter is not required for the list_nets or facts command
25+
so we adjust the module to allow for that.
26+
fragments:
27+
- 43-virt-define-fail.yml
28+
- 48-virt-detect-domain-update.yml
29+
- 54-virt_net-optional-name.yml
30+
- 55-virt-message-property.yml
31+
- 59-libvirt_qemu-import-error-handling.yml
32+
- 61-libvirt_qemu-mitigate-cpu-spike.yml
33+
release_date: '2021-03-05'

changelogs/fragments/48-virt-detect-domain-update.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.0.0
3+
version: 1.0.1
44
readme: README.md
55
authors:
66
- Ansible (https://github.com/ansible)

0 commit comments

Comments
 (0)