From f10504e95f71a36e4bb5e1bdf361e9b6a5f68319 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sun, 16 Apr 2023 19:47:19 +0200 Subject: [PATCH] Release 1.9.21. --- CHANGELOG.rst | 14 ++++++++++++++ changelogs/changelog.yaml | 14 ++++++++++++++ changelogs/fragments/1.9.21.yml | 1 - .../560-openssl_csr-crl_distribution_points.yml | 2 -- changelogs/fragments/572-action-module.yml | 2 -- 5 files changed, 28 insertions(+), 5 deletions(-) delete mode 100644 changelogs/fragments/1.9.21.yml delete mode 100644 changelogs/fragments/560-openssl_csr-crl_distribution_points.yml delete mode 100644 changelogs/fragments/572-action-module.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 332f14d8..4cd70282 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,20 @@ Community Crypto Release Notes .. contents:: Topics +v1.9.21 +======= + +Release Summary +--------------- + +Bugfix release. + +Bugfixes +-------- + +- action plugin helper - fix handling of deprecations for ansible-core 2.14.2 (https://github.com/ansible-collections/community.crypto/pull/572). +- openssl_csr, openssl_csr_pipe - prevent invalid values for ``crl_distribution_points`` that do not have one of ``full_name``, ``relative_name``, and ``crl_issuer`` (https://github.com/ansible-collections/community.crypto/pull/560). + v1.9.20 ======= diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index db9d942d..da982bda 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -687,6 +687,20 @@ releases: - 1.9.20.yml - 551-publickey-info.yml release_date: '2023-01-01' + 1.9.21: + changes: + bugfixes: + - action plugin helper - fix handling of deprecations for ansible-core 2.14.2 + (https://github.com/ansible-collections/community.crypto/pull/572). + - openssl_csr, openssl_csr_pipe - prevent invalid values for ``crl_distribution_points`` + that do not have one of ``full_name``, ``relative_name``, and ``crl_issuer`` + (https://github.com/ansible-collections/community.crypto/pull/560). + release_summary: Bugfix release. + fragments: + - 1.9.21.yml + - 560-openssl_csr-crl_distribution_points.yml + - 572-action-module.yml + release_date: '2023-04-16' 1.9.3: changes: bugfixes: diff --git a/changelogs/fragments/1.9.21.yml b/changelogs/fragments/1.9.21.yml deleted file mode 100644 index 8ce9aa96..00000000 --- a/changelogs/fragments/1.9.21.yml +++ /dev/null @@ -1 +0,0 @@ -release_summary: Bugfix release. diff --git a/changelogs/fragments/560-openssl_csr-crl_distribution_points.yml b/changelogs/fragments/560-openssl_csr-crl_distribution_points.yml deleted file mode 100644 index cf875040..00000000 --- a/changelogs/fragments/560-openssl_csr-crl_distribution_points.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - "openssl_csr, openssl_csr_pipe - prevent invalid values for ``crl_distribution_points`` that do not have one of ``full_name``, ``relative_name``, and ``crl_issuer`` (https://github.com/ansible-collections/community.crypto/pull/560)." diff --git a/changelogs/fragments/572-action-module.yml b/changelogs/fragments/572-action-module.yml deleted file mode 100644 index 86e6ad64..00000000 --- a/changelogs/fragments/572-action-module.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - "action plugin helper - fix handling of deprecations for ansible-core 2.14.2 (https://github.com/ansible-collections/community.crypto/pull/572)."