From 16ffb4ba100ee79a86a0b1c3ac864e11f80f148a Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Tue, 23 Nov 2021 05:54:00 +0100 Subject: [PATCH] Release 3.8.2. --- CHANGELOG.rst | 18 +++++++++++++ changelogs/changelog.yaml | 26 +++++++++++++++++++ changelogs/fragments/3.8.2.yml | 1 - .../3625-nmcli_false_changed_mtu_fix.yml | 4 --- changelogs/fragments/3667-ldap_search.yml | 2 -- .../3675-xattr-handle-base64-values.yml | 3 --- changelogs/fragments/3681-lvol-fix-create.yml | 2 -- .../fragments/3709-support-batch-mode.yml | 2 -- ...rraform-missing-parameters-planned-fix.yml | 4 --- 9 files changed, 44 insertions(+), 18 deletions(-) delete mode 100644 changelogs/fragments/3.8.2.yml delete mode 100644 changelogs/fragments/3625-nmcli_false_changed_mtu_fix.yml delete mode 100644 changelogs/fragments/3667-ldap_search.yml delete mode 100644 changelogs/fragments/3675-xattr-handle-base64-values.yml delete mode 100644 changelogs/fragments/3681-lvol-fix-create.yml delete mode 100644 changelogs/fragments/3709-support-batch-mode.yml delete mode 100644 changelogs/fragments/3726-terraform-missing-parameters-planned-fix.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9fb2c75c1d..75b440d7ac 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,24 @@ Community General Release Notes This changelog describes changes after version 2.0.0. +v3.8.2 +====== + +Release Summary +--------------- + +Regular bugfix release. + +Bugfixes +-------- + +- counter_enabled callback plugin - fix output to correctly display host and task counters in serial mode (https://github.com/ansible-collections/community.general/pull/3709). +- ldap_search - allow it to be used even in check mode (https://github.com/ansible-collections/community.general/issues/3619). +- lvol - allows logical volumes to be created with certain size arguments prefixed with ``+`` to preserve behavior of older versions of this module (https://github.com/ansible-collections/community.general/issues/3665). +- nmcli - fixed falsely reported changed status when ``mtu`` is omitted with ``dummy`` connections (https://github.com/ansible-collections/community.general/issues/3612, https://github.com/ansible-collections/community.general/pull/3625). +- terraform - fix command options being ignored during planned/plan in function ``build_plan`` such as ``lock`` or ``lock_timeout`` (https://github.com/ansible-collections/community.general/issues/3707, https://github.com/ansible-collections/community.general/pull/3726). +- xattr - fix exception caused by ``_run_xattr()`` raising a ``ValueError`` due to a mishandling of base64-encoded value (https://github.com/ansible-collections/community.general/issues/3673). + v3.8.1 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 20c2d7ba61..458349df0c 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -1978,3 +1978,29 @@ releases: - 3626-fix-one_image-error.yml - 3649-proxmox_group_info_TypeError.yml release_date: '2021-11-02' + 3.8.2: + changes: + bugfixes: + - counter_enabled callback plugin - fix output to correctly display host and + task counters in serial mode (https://github.com/ansible-collections/community.general/pull/3709). + - ldap_search - allow it to be used even in check mode (https://github.com/ansible-collections/community.general/issues/3619). + - lvol - allows logical volumes to be created with certain size arguments prefixed + with ``+`` to preserve behavior of older versions of this module (https://github.com/ansible-collections/community.general/issues/3665). + - nmcli - fixed falsely reported changed status when ``mtu`` is omitted with + ``dummy`` connections (https://github.com/ansible-collections/community.general/issues/3612, + https://github.com/ansible-collections/community.general/pull/3625). + - terraform - fix command options being ignored during planned/plan in function + ``build_plan`` such as ``lock`` or ``lock_timeout`` (https://github.com/ansible-collections/community.general/issues/3707, + https://github.com/ansible-collections/community.general/pull/3726). + - xattr - fix exception caused by ``_run_xattr()`` raising a ``ValueError`` + due to a mishandling of base64-encoded value (https://github.com/ansible-collections/community.general/issues/3673). + release_summary: Regular bugfix release. + fragments: + - 3.8.2.yml + - 3625-nmcli_false_changed_mtu_fix.yml + - 3667-ldap_search.yml + - 3675-xattr-handle-base64-values.yml + - 3681-lvol-fix-create.yml + - 3709-support-batch-mode.yml + - 3726-terraform-missing-parameters-planned-fix.yml + release_date: '2021-11-23' diff --git a/changelogs/fragments/3.8.2.yml b/changelogs/fragments/3.8.2.yml deleted file mode 100644 index 1b14bd80d1..0000000000 --- a/changelogs/fragments/3.8.2.yml +++ /dev/null @@ -1 +0,0 @@ -release_summary: Regular bugfix release. diff --git a/changelogs/fragments/3625-nmcli_false_changed_mtu_fix.yml b/changelogs/fragments/3625-nmcli_false_changed_mtu_fix.yml deleted file mode 100644 index 53dda43f7f..0000000000 --- a/changelogs/fragments/3625-nmcli_false_changed_mtu_fix.yml +++ /dev/null @@ -1,4 +0,0 @@ ---- -bugfixes: - - nmcli - fixed falsely reported changed status when ``mtu`` is omitted with ``dummy`` connections - (https://github.com/ansible-collections/community.general/issues/3612, https://github.com/ansible-collections/community.general/pull/3625). \ No newline at end of file diff --git a/changelogs/fragments/3667-ldap_search.yml b/changelogs/fragments/3667-ldap_search.yml deleted file mode 100644 index 2b155aefa5..0000000000 --- a/changelogs/fragments/3667-ldap_search.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - ldap_search - allow it to be used even in check mode (https://github.com/ansible-collections/community.general/issues/3619). diff --git a/changelogs/fragments/3675-xattr-handle-base64-values.yml b/changelogs/fragments/3675-xattr-handle-base64-values.yml deleted file mode 100644 index e74a2afedd..0000000000 --- a/changelogs/fragments/3675-xattr-handle-base64-values.yml +++ /dev/null @@ -1,3 +0,0 @@ -bugfixes: - - xattr - fix exception caused by ``_run_xattr()`` raising a ``ValueError`` - due to a mishandling of base64-encoded value (https://github.com/ansible-collections/community.general/issues/3673). diff --git a/changelogs/fragments/3681-lvol-fix-create.yml b/changelogs/fragments/3681-lvol-fix-create.yml deleted file mode 100644 index d04ec5460b..0000000000 --- a/changelogs/fragments/3681-lvol-fix-create.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - lvol - allows logical volumes to be created with certain size arguments prefixed with ``+`` to preserve behavior of older versions of this module (https://github.com/ansible-collections/community.general/issues/3665). diff --git a/changelogs/fragments/3709-support-batch-mode.yml b/changelogs/fragments/3709-support-batch-mode.yml deleted file mode 100644 index f03e8de6b5..0000000000 --- a/changelogs/fragments/3709-support-batch-mode.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - counter_enabled callback plugin - fix output to correctly display host and task counters in serial mode (https://github.com/ansible-collections/community.general/pull/3709). diff --git a/changelogs/fragments/3726-terraform-missing-parameters-planned-fix.yml b/changelogs/fragments/3726-terraform-missing-parameters-planned-fix.yml deleted file mode 100644 index 4615aad85d..0000000000 --- a/changelogs/fragments/3726-terraform-missing-parameters-planned-fix.yml +++ /dev/null @@ -1,4 +0,0 @@ ---- -bugfixes: - - terraform - fix command options being ignored during planned/plan in function ``build_plan`` such as ``lock`` or ``lock_timeout`` - (https://github.com/ansible-collections/community.general/issues/3707, https://github.com/ansible-collections/community.general/pull/3726). \ No newline at end of file