From 9e319610c383e3f10911c9eef95850a97a17b950 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Mon, 22 Aug 2022 14:04:41 +0200 Subject: [PATCH] Release 4.8.6. --- CHANGELOG.rst | 24 +++++++++++++++++++ changelogs/changelog.yaml | 24 +++++++++++++++++++ changelogs/fragments/4.8.6.yml | 1 - changelogs/fragments/5111-fixes.yml | 7 ------ .../fragments/5112-fix-nsupdate-ns-entry.yaml | 2 -- changelogs/fragments/licenses.yml | 2 -- 6 files changed, 48 insertions(+), 12 deletions(-) delete mode 100644 changelogs/fragments/4.8.6.yml delete mode 100644 changelogs/fragments/5111-fixes.yml delete mode 100644 changelogs/fragments/5112-fix-nsupdate-ns-entry.yaml delete mode 100644 changelogs/fragments/licenses.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index aff9b1a9f0..bda4a8ecd4 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,30 @@ Community General Release Notes This changelog describes changes after version 3.0.0. +v4.8.6 +====== + +Release Summary +--------------- + +Bugfix and maintenance release. + +Minor Changes +------------- + +- Added MIT license as ``MIT-license.txt`` for ``tests/unit/plugins/modules/packaging/language/test_gem.py`` (https://github.com/ansible-collections/community.general/pull/5065, https://github.com/ansible-collections/community.general/pull/5072). + +Bugfixes +-------- + +- apache2_mod_proxy - avoid crash when reporting inability to parse balancer_member_page HTML caused by using an undefined variable in the error message (https://github.com/ansible-collections/community.general/pull/5111). +- dnsimple_info - correctly report missing library as ``requests`` and not ``another_library`` (https://github.com/ansible-collections/community.general/pull/5111). +- funcd connection plugin - fix signature of ``exec_command`` (https://github.com/ansible-collections/community.general/pull/5111). +- manageiq_alert_profiles - avoid crash when reporting unknown profile caused by trying to return an undefined variable (https://github.com/ansible-collections/community.general/pull/5111). +- nsupdate - compatibility with NS records (https://github.com/ansible-collections/community.general/pull/5112). +- packet_ip_subnet - fix error reporting in case of invalid CIDR prefix lengths (https://github.com/ansible-collections/community.general/pull/5111). +- pip_package_info - remove usage of global variable (https://github.com/ansible-collections/community.general/pull/5111). + v4.8.5 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 49f7357782..fa364fdaf2 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -1897,3 +1897,27 @@ releases: - 4959-pacman-fix-url-packages-name.yaml - 5019-slack-support-more-groups.yml release_date: '2022-08-01' + 4.8.6: + changes: + bugfixes: + - apache2_mod_proxy - avoid crash when reporting inability to parse balancer_member_page + HTML caused by using an undefined variable in the error message (https://github.com/ansible-collections/community.general/pull/5111). + - dnsimple_info - correctly report missing library as ``requests`` and not ``another_library`` + (https://github.com/ansible-collections/community.general/pull/5111). + - funcd connection plugin - fix signature of ``exec_command`` (https://github.com/ansible-collections/community.general/pull/5111). + - manageiq_alert_profiles - avoid crash when reporting unknown profile caused + by trying to return an undefined variable (https://github.com/ansible-collections/community.general/pull/5111). + - nsupdate - compatibility with NS records (https://github.com/ansible-collections/community.general/pull/5112). + - packet_ip_subnet - fix error reporting in case of invalid CIDR prefix lengths + (https://github.com/ansible-collections/community.general/pull/5111). + - pip_package_info - remove usage of global variable (https://github.com/ansible-collections/community.general/pull/5111). + minor_changes: + - Added MIT license as ``MIT-license.txt`` for ``tests/unit/plugins/modules/packaging/language/test_gem.py`` + (https://github.com/ansible-collections/community.general/pull/5065, https://github.com/ansible-collections/community.general/pull/5072). + release_summary: Bugfix and maintenance release. + fragments: + - 4.8.6.yml + - 5111-fixes.yml + - 5112-fix-nsupdate-ns-entry.yaml + - licenses.yml + release_date: '2022-08-22' diff --git a/changelogs/fragments/4.8.6.yml b/changelogs/fragments/4.8.6.yml deleted file mode 100644 index 8a0475f9e9..0000000000 --- a/changelogs/fragments/4.8.6.yml +++ /dev/null @@ -1 +0,0 @@ -release_summary: Bugfix and maintenance release. diff --git a/changelogs/fragments/5111-fixes.yml b/changelogs/fragments/5111-fixes.yml deleted file mode 100644 index 88bde345cd..0000000000 --- a/changelogs/fragments/5111-fixes.yml +++ /dev/null @@ -1,7 +0,0 @@ -bugfixes: - - "funcd connection plugin - fix signature of ``exec_command`` (https://github.com/ansible-collections/community.general/pull/5111)." - - "packet_ip_subnet - fix error reporting in case of invalid CIDR prefix lengths (https://github.com/ansible-collections/community.general/pull/5111)." - - "dnsimple_info - correctly report missing library as ``requests`` and not ``another_library`` (https://github.com/ansible-collections/community.general/pull/5111)." - - "pip_package_info - remove usage of global variable (https://github.com/ansible-collections/community.general/pull/5111)." - - "manageiq_alert_profiles - avoid crash when reporting unknown profile caused by trying to return an undefined variable (https://github.com/ansible-collections/community.general/pull/5111)." - - "apache2_mod_proxy - avoid crash when reporting inability to parse balancer_member_page HTML caused by using an undefined variable in the error message (https://github.com/ansible-collections/community.general/pull/5111)." diff --git a/changelogs/fragments/5112-fix-nsupdate-ns-entry.yaml b/changelogs/fragments/5112-fix-nsupdate-ns-entry.yaml deleted file mode 100644 index c5f8653fd6..0000000000 --- a/changelogs/fragments/5112-fix-nsupdate-ns-entry.yaml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - nsupdate - compatibility with NS records (https://github.com/ansible-collections/community.general/pull/5112). diff --git a/changelogs/fragments/licenses.yml b/changelogs/fragments/licenses.yml deleted file mode 100644 index 95cc46d63b..0000000000 --- a/changelogs/fragments/licenses.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - "Added MIT license as ``MIT-license.txt`` for ``tests/unit/plugins/modules/packaging/language/test_gem.py`` (https://github.com/ansible-collections/community.general/pull/5065, https://github.com/ansible-collections/community.general/pull/5072)."