From a1fd642008dab72c31f65769a991632c42519b2d Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Wed, 4 Jan 2023 07:28:44 +0100 Subject: [PATCH] Release 5.8.4. --- CHANGELOG.rst | 20 +++++++++++++ changelogs/changelog.yaml | 29 +++++++++++++++++++ changelogs/fragments/5.8.4.yml | 1 - .../5659-fix-lxc_container-command.yml | 2 -- .../fragments/5666-gitlab-variables.yml | 3 -- changelogs/fragments/5672-proxmox.yml | 3 -- changelogs/fragments/5687-gconftool2.yml | 2 -- .../5705-opkg-fix-force-reinstall.yml | 2 -- ...unixy-callback-fix-config-manager-typo.yml | 2 -- 9 files changed, 49 insertions(+), 15 deletions(-) delete mode 100644 changelogs/fragments/5.8.4.yml delete mode 100644 changelogs/fragments/5659-fix-lxc_container-command.yml delete mode 100644 changelogs/fragments/5666-gitlab-variables.yml delete mode 100644 changelogs/fragments/5672-proxmox.yml delete mode 100644 changelogs/fragments/5687-gconftool2.yml delete mode 100644 changelogs/fragments/5705-opkg-fix-force-reinstall.yml delete mode 100644 changelogs/fragments/5744-unixy-callback-fix-config-manager-typo.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e6a5d68ef2..9385fa2b00 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,26 @@ Community General Release Notes This changelog describes changes after version 4.0.0. +v5.8.4 +====== + +Release Summary +--------------- + +Regular bugfix release. + +Bugfixes +-------- + +- gconftool2 - fix crash that prevents setting a key (https://github.com/ansible-collections/community.general/issues/5591, https://github.com/ansible-collections/community.general/pull/5687). +- gitlab_group_variables - fix dropping variables accidentally when GitLab introduced new properties (https://github.com/ansible-collections/community.general/pull/5667). +- gitlab_project_variables - fix dropping variables accidentally when GitLab introduced new properties (https://github.com/ansible-collections/community.general/pull/5667). +- lxc_container - fix the arguments of the lxc command which broke the creation and cloning of containers (https://github.com/ansible-collections/community.general/issues/5578). +- opkg - fix issue that ``force=reinstall`` would not reinstall an existing package (https://github.com/ansible-collections/community.general/pull/5705). +- proxmox_disk - fixed possible issues with redundant ``vmid`` parameter (https://github.com/ansible-collections/community.general/issues/5492, https://github.com/ansible-collections/community.general/pull/5672). +- proxmox_nic - fixed possible issues with redundant ``vmid`` parameter (https://github.com/ansible-collections/community.general/issues/5492, https://github.com/ansible-collections/community.general/pull/5672). +- unixy callback plugin - fix typo introduced when updating to use Ansible's configuration manager for handling options (https://github.com/ansible-collections/community.general/issues/5600). + v5.8.3 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 44d339d89a..585cea5e19 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -1391,3 +1391,32 @@ releases: - 5628-fix-vmadm-off-by-one.yml - 5632-vdo-Use-yaml-safe-load-instead-of-yaml-load.yml release_date: '2022-12-05' + 5.8.4: + changes: + bugfixes: + - gconftool2 - fix crash that prevents setting a key (https://github.com/ansible-collections/community.general/issues/5591, + https://github.com/ansible-collections/community.general/pull/5687). + - gitlab_group_variables - fix dropping variables accidentally when GitLab introduced + new properties (https://github.com/ansible-collections/community.general/pull/5667). + - gitlab_project_variables - fix dropping variables accidentally when GitLab + introduced new properties (https://github.com/ansible-collections/community.general/pull/5667). + - lxc_container - fix the arguments of the lxc command which broke the creation + and cloning of containers (https://github.com/ansible-collections/community.general/issues/5578). + - opkg - fix issue that ``force=reinstall`` would not reinstall an existing + package (https://github.com/ansible-collections/community.general/pull/5705). + - proxmox_disk - fixed possible issues with redundant ``vmid`` parameter (https://github.com/ansible-collections/community.general/issues/5492, + https://github.com/ansible-collections/community.general/pull/5672). + - proxmox_nic - fixed possible issues with redundant ``vmid`` parameter (https://github.com/ansible-collections/community.general/issues/5492, + https://github.com/ansible-collections/community.general/pull/5672). + - unixy callback plugin - fix typo introduced when updating to use Ansible's + configuration manager for handling options (https://github.com/ansible-collections/community.general/issues/5600). + release_summary: Regular bugfix release. + fragments: + - 5.8.4.yml + - 5659-fix-lxc_container-command.yml + - 5666-gitlab-variables.yml + - 5672-proxmox.yml + - 5687-gconftool2.yml + - 5705-opkg-fix-force-reinstall.yml + - 5744-unixy-callback-fix-config-manager-typo.yml + release_date: '2023-01-04' diff --git a/changelogs/fragments/5.8.4.yml b/changelogs/fragments/5.8.4.yml deleted file mode 100644 index 1b14bd80d1..0000000000 --- a/changelogs/fragments/5.8.4.yml +++ /dev/null @@ -1 +0,0 @@ -release_summary: Regular bugfix release. diff --git a/changelogs/fragments/5659-fix-lxc_container-command.yml b/changelogs/fragments/5659-fix-lxc_container-command.yml deleted file mode 100644 index 450d889808..0000000000 --- a/changelogs/fragments/5659-fix-lxc_container-command.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - lxc_container - fix the arguments of the lxc command which broke the creation and cloning of containers (https://github.com/ansible-collections/community.general/issues/5578). diff --git a/changelogs/fragments/5666-gitlab-variables.yml b/changelogs/fragments/5666-gitlab-variables.yml deleted file mode 100644 index 2070fa8e4a..0000000000 --- a/changelogs/fragments/5666-gitlab-variables.yml +++ /dev/null @@ -1,3 +0,0 @@ -bugfixes: - - gitlab_group_variables - fix dropping variables accidentally when GitLab introduced new properties (https://github.com/ansible-collections/community.general/pull/5667). - - gitlab_project_variables - fix dropping variables accidentally when GitLab introduced new properties (https://github.com/ansible-collections/community.general/pull/5667). \ No newline at end of file diff --git a/changelogs/fragments/5672-proxmox.yml b/changelogs/fragments/5672-proxmox.yml deleted file mode 100644 index 4fafe53d14..0000000000 --- a/changelogs/fragments/5672-proxmox.yml +++ /dev/null @@ -1,3 +0,0 @@ -bugfixes: - - "proxmox_disk - fixed possible issues with redundant ``vmid`` parameter (https://github.com/ansible-collections/community.general/issues/5492, https://github.com/ansible-collections/community.general/pull/5672)." - - "proxmox_nic - fixed possible issues with redundant ``vmid`` parameter (https://github.com/ansible-collections/community.general/issues/5492, https://github.com/ansible-collections/community.general/pull/5672)." diff --git a/changelogs/fragments/5687-gconftool2.yml b/changelogs/fragments/5687-gconftool2.yml deleted file mode 100644 index 4a35131efa..0000000000 --- a/changelogs/fragments/5687-gconftool2.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - "gconftool2 - fix crash that prevents setting a key (https://github.com/ansible-collections/community.general/issues/5591, https://github.com/ansible-collections/community.general/pull/5687)." diff --git a/changelogs/fragments/5705-opkg-fix-force-reinstall.yml b/changelogs/fragments/5705-opkg-fix-force-reinstall.yml deleted file mode 100644 index 27a188ab9e..0000000000 --- a/changelogs/fragments/5705-opkg-fix-force-reinstall.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - opkg - fix issue that ``force=reinstall`` would not reinstall an existing package (https://github.com/ansible-collections/community.general/pull/5705). diff --git a/changelogs/fragments/5744-unixy-callback-fix-config-manager-typo.yml b/changelogs/fragments/5744-unixy-callback-fix-config-manager-typo.yml deleted file mode 100644 index d60b43d3d4..0000000000 --- a/changelogs/fragments/5744-unixy-callback-fix-config-manager-typo.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - unixy callback plugin - fix typo introduced when updating to use Ansible's configuration manager for handling options (https://github.com/ansible-collections/community.general/issues/5600).