From 9289ce853461a831f0b5a05c5653710908912fc7 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Thu, 2 Jun 2022 12:28:12 +0200 Subject: [PATCH] Release 2.3.2. --- CHANGELOG.rst | 14 ++++++++++++++ changelogs/changelog.yaml | 12 ++++++++++++ changelogs/fragments/2.3.2.yml | 1 - ...ficate_complete_chain-unsupported-algorithm.yml | 2 -- changelogs/fragments/simplified-bsd-license.yml | 2 -- 5 files changed, 26 insertions(+), 5 deletions(-) delete mode 100644 changelogs/fragments/2.3.2.yml delete mode 100644 changelogs/fragments/457-certificate_complete_chain-unsupported-algorithm.yml delete mode 100644 changelogs/fragments/simplified-bsd-license.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9a0eb05c..4ae2101b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,20 @@ Community Crypto Release Notes .. contents:: Topics +v2.3.2 +====== + +Release Summary +--------------- + +Maintenance and bugfix release. + +Bugfixes +-------- + +- Include ``simplified_bsd.txt`` license file for the ECS module utils. +- certificate_complete_chain - do not stop execution if an unsupported signature algorithm is encountered; warn instead (https://github.com/ansible-collections/community.crypto/pull/457). + v2.3.1 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 3007eb0f..8fc637df 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -873,3 +873,15 @@ releases: - 2.3.1.yml - psf-license.yml release_date: '2022-05-16' + 2.3.2: + changes: + bugfixes: + - Include ``simplified_bsd.txt`` license file for the ECS module utils. + - certificate_complete_chain - do not stop execution if an unsupported signature + algorithm is encountered; warn instead (https://github.com/ansible-collections/community.crypto/pull/457). + release_summary: Maintenance and bugfix release. + fragments: + - 2.3.2.yml + - 457-certificate_complete_chain-unsupported-algorithm.yml + - simplified-bsd-license.yml + release_date: '2022-06-02' diff --git a/changelogs/fragments/2.3.2.yml b/changelogs/fragments/2.3.2.yml deleted file mode 100644 index 441c581c..00000000 --- a/changelogs/fragments/2.3.2.yml +++ /dev/null @@ -1 +0,0 @@ -release_summary: Maintenance and bugfix release. diff --git a/changelogs/fragments/457-certificate_complete_chain-unsupported-algorithm.yml b/changelogs/fragments/457-certificate_complete_chain-unsupported-algorithm.yml deleted file mode 100644 index 0d729b6d..00000000 --- a/changelogs/fragments/457-certificate_complete_chain-unsupported-algorithm.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - "certificate_complete_chain - do not stop execution if an unsupported signature algorithm is encountered; warn instead (https://github.com/ansible-collections/community.crypto/pull/457)." diff --git a/changelogs/fragments/simplified-bsd-license.yml b/changelogs/fragments/simplified-bsd-license.yml deleted file mode 100644 index 6a5fb067..00000000 --- a/changelogs/fragments/simplified-bsd-license.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - Include ``simplified_bsd.txt`` license file for the ECS module utils.