Skip to content

Commit

Permalink
Release 1.0.2 commit (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andersson007 authored Jul 22, 2021
1 parent e950581 commit e28aef0
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 5 deletions.
19 changes: 17 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ Community.Libvirt Release Notes
.. contents:: Topics


v1.0.2
======

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

This is the patch release of the ``community.libvirt`` collection.
This changelog contains all changes to the modules and plugins in this collection
that have been made after release 1.0.1.

Bugfixes
--------

- libvirt inventory plugin - Use FQCN for the inventory plugin name for compatibility with Ansible 2.10 and above (https://github.com/ansible-collections/community.libvirt/pull/73).

v1.0.1
======

Expand All @@ -15,8 +30,8 @@ Bugfixes
- libvirt_qemu - add import error handling
- virt - Correctly get the error message from libvirt
- virt - Return "changed" status when using "define" command and domain XML was updated
- virt - Fix not domain found for define command
- virt_net - Make name parameter optional
- virt - The define action searchs for the domain name into the xml definition to determine if the domain needs to be created or updated. The xml variable contains the parsed definition but doesn't guarantee the existence of the name tag. This change targets to fix the scenario where the xml var is not empty but doesn't contain a name tag.
- virt_net - The name parameter is not required for the list_nets or facts command so we adjust the module to allow for that.

v1.0.0
======
Expand Down
14 changes: 14 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,17 @@ releases:
- 59-libvirt_qemu-import-error-handling.yml
- 61-libvirt_qemu-mitigate-cpu-spike.yml
release_date: '2021-03-05'
1.0.2:
changes:
bugfixes:
- libvirt inventory plugin - Use FQCN for the inventory plugin name for compatibility
with Ansible 2.10 and above (https://github.com/ansible-collections/community.libvirt/pull/73).
release_summary: 'This is the patch release of the ``community.libvirt`` collection.
This changelog contains all changes to the modules and plugins in this collection
that have been made after release 1.0.1.'
fragments:
- 1.0.2.yml
- 73-plugin-name-fqcn.yaml
release_date: '2021-07-22'
2 changes: 0 additions & 2 deletions changelogs/fragments/73-plugin-name-fqcn.yaml

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.0.1
version: 1.0.2
readme: README.md
authors:
- Ansible (https://github.com/ansible)
Expand Down

0 comments on commit e28aef0

Please sign in to comment.