From aa877fe0fbcdcff8424c4140a2ab119e52dd84bb Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Mon, 20 Jun 2022 20:37:43 +0200 Subject: [PATCH] Release 4.8.3. --- CHANGELOG.rst | 21 +++++++++++++++++++ changelogs/changelog.yaml | 21 +++++++++++++++++++ changelogs/fragments/4.8.3.yml | 1 - .../4755-mhexception-improvement.yml | 2 -- .../4809-redhat_subscription-unsubscribe.yaml | 2 -- .../4813-fix-nmcli-convert-list.yaml | 2 -- .../4814-sudoers-file-permissions.yml | 2 -- .../fragments/4852-sudoers-state-absent.yml | 2 -- 8 files changed, 42 insertions(+), 11 deletions(-) delete mode 100644 changelogs/fragments/4.8.3.yml delete mode 100644 changelogs/fragments/4755-mhexception-improvement.yml delete mode 100644 changelogs/fragments/4809-redhat_subscription-unsubscribe.yaml delete mode 100644 changelogs/fragments/4813-fix-nmcli-convert-list.yaml delete mode 100644 changelogs/fragments/4814-sudoers-file-permissions.yml delete mode 100644 changelogs/fragments/4852-sudoers-state-absent.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index cde0b57243..5f458f1ef5 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.8.3 +====== + +Release Summary +--------------- + +Bugfix release. + +Minor Changes +------------- + +- ModuleHelper module utils - improved ``ModuleHelperException``, using ``to_native()`` for the exception message (https://github.com/ansible-collections/community.general/pull/4755). + +Bugfixes +-------- + +- nmcli - fix error caused by adding undefined module arguments for list options (https://github.com/ansible-collections/community.general/issues/4373, https://github.com/ansible-collections/community.general/pull/4813). +- redhat_subscription - fix unsubscribing on RHEL 9 (https://github.com/ansible-collections/community.general/issues/4741). +- sudoers - ensure sudoers config files are created with the permissions requested by sudoers (0440) (https://github.com/ansible-collections/community.general/pull/4814). +- sudoers - fix incorrect handling of ``state: absent`` (https://github.com/ansible-collections/community.general/issues/4852). + v4.8.2 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 7db110b261..96ac782ff4 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -1835,3 +1835,24 @@ releases: - 4733-redis-fail.yml - simplified-bsd-license.yml release_date: '2022-06-06' + 4.8.3: + changes: + bugfixes: + - nmcli - fix error caused by adding undefined module arguments for list options + (https://github.com/ansible-collections/community.general/issues/4373, https://github.com/ansible-collections/community.general/pull/4813). + - redhat_subscription - fix unsubscribing on RHEL 9 (https://github.com/ansible-collections/community.general/issues/4741). + - sudoers - ensure sudoers config files are created with the permissions requested + by sudoers (0440) (https://github.com/ansible-collections/community.general/pull/4814). + - 'sudoers - fix incorrect handling of ``state: absent`` (https://github.com/ansible-collections/community.general/issues/4852).' + minor_changes: + - ModuleHelper module utils - improved ``ModuleHelperException``, using ``to_native()`` + for the exception message (https://github.com/ansible-collections/community.general/pull/4755). + release_summary: Bugfix release. + fragments: + - 4.8.3.yml + - 4755-mhexception-improvement.yml + - 4809-redhat_subscription-unsubscribe.yaml + - 4813-fix-nmcli-convert-list.yaml + - 4814-sudoers-file-permissions.yml + - 4852-sudoers-state-absent.yml + release_date: '2022-06-20' diff --git a/changelogs/fragments/4.8.3.yml b/changelogs/fragments/4.8.3.yml deleted file mode 100644 index 8ce9aa961c..0000000000 --- a/changelogs/fragments/4.8.3.yml +++ /dev/null @@ -1 +0,0 @@ -release_summary: Bugfix release. diff --git a/changelogs/fragments/4755-mhexception-improvement.yml b/changelogs/fragments/4755-mhexception-improvement.yml deleted file mode 100644 index ebadb98bc5..0000000000 --- a/changelogs/fragments/4755-mhexception-improvement.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - ModuleHelper module utils - improved ``ModuleHelperException``, using ``to_native()`` for the exception message (https://github.com/ansible-collections/community.general/pull/4755). diff --git a/changelogs/fragments/4809-redhat_subscription-unsubscribe.yaml b/changelogs/fragments/4809-redhat_subscription-unsubscribe.yaml deleted file mode 100644 index 39a364d007..0000000000 --- a/changelogs/fragments/4809-redhat_subscription-unsubscribe.yaml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - redhat_subscription - fix unsubscribing on RHEL 9 (https://github.com/ansible-collections/community.general/issues/4741). diff --git a/changelogs/fragments/4813-fix-nmcli-convert-list.yaml b/changelogs/fragments/4813-fix-nmcli-convert-list.yaml deleted file mode 100644 index 5035a9e584..0000000000 --- a/changelogs/fragments/4813-fix-nmcli-convert-list.yaml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - nmcli - fix error caused by adding undefined module arguments for list options (https://github.com/ansible-collections/community.general/issues/4373, https://github.com/ansible-collections/community.general/pull/4813). diff --git a/changelogs/fragments/4814-sudoers-file-permissions.yml b/changelogs/fragments/4814-sudoers-file-permissions.yml deleted file mode 100644 index be24e12e6e..0000000000 --- a/changelogs/fragments/4814-sudoers-file-permissions.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - sudoers - ensure sudoers config files are created with the permissions requested by sudoers (0440) (https://github.com/ansible-collections/community.general/pull/4814). diff --git a/changelogs/fragments/4852-sudoers-state-absent.yml b/changelogs/fragments/4852-sudoers-state-absent.yml deleted file mode 100644 index 013041a15f..0000000000 --- a/changelogs/fragments/4852-sudoers-state-absent.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - "sudoers - fix incorrect handling of ``state: absent`` (https://github.com/ansible-collections/community.general/issues/4852)."