File tree Expand file tree Collapse file tree 4 files changed +37
-3
lines changed
Expand file tree Collapse file tree 4 files changed +37
-3
lines changed Original file line number Diff line number Diff 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+
821v1.0.0
922======
1023
Original file line number Diff line number Diff 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'
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11namespace : community
22name : libvirt
3- version : 1.0.0
3+ version : 1.0.1
44readme : README.md
55authors :
66 - Ansible (https://github.com/ansible)
You can’t perform that action at this time.
0 commit comments