From 174b00cd29390374f826c5ddab0a7f89f05f40cd Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Tue, 16 Nov 2021 08:07:27 +0100 Subject: [PATCH] Release 4.0.2. --- CHANGELOG.rst | 21 ++++++++++++++ changelogs/changelog.yaml | 29 +++++++++++++++++++ .../3625-nmcli_false_changed_mtu_fix.yml | 4 --- changelogs/fragments/3667-ldap_search.yml | 2 -- changelogs/fragments/3681-lvol-fix-create.yml | 2 -- .../fragments/3709-support-batch-mode.yml | 2 -- changelogs/fragments/4.0.2.yml | 1 - .../fragments/deprecate-ansible-2.9-2.10.yml | 6 ---- 8 files changed, 50 insertions(+), 17 deletions(-) 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/3681-lvol-fix-create.yml delete mode 100644 changelogs/fragments/3709-support-batch-mode.yml delete mode 100644 changelogs/fragments/4.0.2.yml delete mode 100644 changelogs/fragments/deprecate-ansible-2.9-2.10.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d79e485090..de54c3539e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,27 @@ Community General Release Notes This changelog describes changes after version 3.0.0. +v4.0.2 +====== + +Release Summary +--------------- + +Bugfix release for today's Ansible 5.0.0 beta 2. + +Deprecated Features +------------------- + +- Support for Ansible 2.9 and ansible-base 2.10 is deprecated, and will be removed in the next major release (community.general 5.0.0) next spring. While most content will probably still work with ansible-base 2.10, we will remove symbolic links for modules and action plugins, which will make it impossible to use them with Ansible 2.9 anymore. Please use community.general 4.x.y with Ansible 2.9 and ansible-base 2.10, as these releases will continue to support Ansible 2.9 and ansible-base 2.10 even after they are End of Life (https://github.com/ansible-community/community-topics/issues/50, https://github.com/ansible-collections/community.general/pull/3723). + +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). + v4.0.1 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index c4f37f4008..0123e160cb 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -1040,3 +1040,32 @@ releases: - 3675-xattr-handle-base64-values.yml - 4.0.1.yml release_date: '2021-11-09' + 4.0.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). + deprecated_features: + - Support for Ansible 2.9 and ansible-base 2.10 is deprecated, and will be removed + in the next major release (community.general 5.0.0) next spring. While most + content will probably still work with ansible-base 2.10, we will remove symbolic + links for modules and action plugins, which will make it impossible to use + them with Ansible 2.9 anymore. Please use community.general 4.x.y with Ansible + 2.9 and ansible-base 2.10, as these releases will continue to support Ansible + 2.9 and ansible-base 2.10 even after they are End of Life (https://github.com/ansible-community/community-topics/issues/50, + https://github.com/ansible-collections/community.general/pull/3723). + release_summary: Bugfix release for today's Ansible 5.0.0 beta 2. + fragments: + - 3625-nmcli_false_changed_mtu_fix.yml + - 3667-ldap_search.yml + - 3681-lvol-fix-create.yml + - 3709-support-batch-mode.yml + - 4.0.2.yml + - deprecate-ansible-2.9-2.10.yml + release_date: '2021-11-16' 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/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/4.0.2.yml b/changelogs/fragments/4.0.2.yml deleted file mode 100644 index d1eff9c6e6..0000000000 --- a/changelogs/fragments/4.0.2.yml +++ /dev/null @@ -1 +0,0 @@ -release_summary: Bugfix release for today's Ansible 5.0.0 beta 2. diff --git a/changelogs/fragments/deprecate-ansible-2.9-2.10.yml b/changelogs/fragments/deprecate-ansible-2.9-2.10.yml deleted file mode 100644 index 0047270840..0000000000 --- a/changelogs/fragments/deprecate-ansible-2.9-2.10.yml +++ /dev/null @@ -1,6 +0,0 @@ -deprecated_features: - - "Support for Ansible 2.9 and ansible-base 2.10 is deprecated, and will be removed in the next major release (community.general 5.0.0) next spring. - While most content will probably still work with ansible-base 2.10, we will remove symbolic links for modules and action plugins, which will make - it impossible to use them with Ansible 2.9 anymore. Please use community.general 4.x.y with Ansible 2.9 and ansible-base 2.10, as these releases - will continue to support Ansible 2.9 and ansible-base 2.10 even after they are End of Life - (https://github.com/ansible-community/community-topics/issues/50, https://github.com/ansible-collections/community.general/pull/3723)."