From 964e309bdcb0af2df6c52a7d1119de784b6f6417 Mon Sep 17 00:00:00 2001 From: Chris Smart Date: Tue, 17 Dec 2024 18:42:41 +1000 Subject: [PATCH] Release 1.3.1 commit --- CHANGELOG.rst | 14 ++++++++++++++ changelogs/changelog.yaml | 16 +++++++++++++++- changelogs/fragments/0-readme.yml | 3 --- changelogs/fragments/libvirt_lxc.yml | 3 --- 4 files changed, 29 insertions(+), 7 deletions(-) delete mode 100644 changelogs/fragments/0-readme.yml delete mode 100644 changelogs/fragments/libvirt_lxc.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 23ea5e5..ae0a7c9 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,20 @@ Community.Libvirt Release Notes .. contents:: Topics +v1.3.1 +====== + +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 the previous release. + +Bugfixes +-------- + +- libvirt_lxc - add configuration for libvirt_lxc_noseclabel. v1.3.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 4770781..e8c3b7c 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -50,7 +50,7 @@ releases: bugfixes: - replace deprecated ``distutils.spawn.find_executable`` with Ansible's ``get_bin_path`` in ``_search_executable`` function. - release_summary: 'This is the minor release of the ``community.mysql`` collection. + release_summary: 'This is the minor release of the ``community.libvirt`` collection. This changelog contains all changes to the modules and plugins in this collection @@ -115,3 +115,17 @@ releases: - 147_fix_qemu_remote_target_warning.yml - 156_fix_windows_encoding.yml release_date: '2023-09-19' + 1.3.1: + changes: + bugfixes: + - libvirt_lxc - add configuration for libvirt_lxc_noseclabel. + 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 the previous release.' + fragments: + - 0-readme.yml + - 1.3.1.yml + - libvirt_lxc.yml + release_date: '2024-12-17' diff --git a/changelogs/fragments/0-readme.yml b/changelogs/fragments/0-readme.yml deleted file mode 100644 index 6ae0307..0000000 --- a/changelogs/fragments/0-readme.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -trivial: - - README.md - Add Communication section with Forum information. diff --git a/changelogs/fragments/libvirt_lxc.yml b/changelogs/fragments/libvirt_lxc.yml deleted file mode 100644 index d2f7a3e..0000000 --- a/changelogs/fragments/libvirt_lxc.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - libvirt_lxc - add configuration for libvirt_lxc_noseclabel.