From 37c7100c8b3ec51216f11ea88cd6d86edfb73719 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Mon, 9 May 2022 20:29:24 +0200 Subject: [PATCH] Release 1.9.14. --- CHANGELOG.rst | 15 +++++++++++++++ changelogs/changelog.yaml | 16 ++++++++++++++++ changelogs/fragments/1.9.14.yml | 1 - ...7-openssh_modules-fix-exception-reporting.yml | 4 ---- .../fragments/441-x509-crl-cert-issuer.yml | 2 -- changelogs/fragments/446-fix.yml | 2 -- 6 files changed, 31 insertions(+), 9 deletions(-) delete mode 100644 changelogs/fragments/1.9.14.yml delete mode 100644 changelogs/fragments/417-openssh_modules-fix-exception-reporting.yml delete mode 100644 changelogs/fragments/441-x509-crl-cert-issuer.yml delete mode 100644 changelogs/fragments/446-fix.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 460bd350..1be148b7 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,21 @@ Community Crypto Release Notes .. contents:: Topics +v1.9.14 +======= + +Release Summary +--------------- + +Regular bugfix release. + +Bugfixes +-------- + +- Make collection more robust when PyOpenSSL is used with an incompatible cryptography version (https://github.com/ansible-collections/community.crypto/pull/446). +- openssh_* modules - fix exception handling to report traceback to users for enhanced traceability (https://github.com/ansible-collections/community.crypto/pull/417). +- x509_crl - fix crash when ``issuer`` for a revoked certificate is specified (https://github.com/ansible-collections/community.crypto/pull/441). + v1.9.13 ======= diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 6b704042..54633a99 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -595,6 +595,22 @@ releases: - 1.9.13.yml - 410-luks_device-lsblk-parsing.yml release_date: '2022-03-04' + 1.9.14: + changes: + bugfixes: + - Make collection more robust when PyOpenSSL is used with an incompatible cryptography + version (https://github.com/ansible-collections/community.crypto/pull/446). + - openssh_* modules - fix exception handling to report traceback to users for + enhanced traceability (https://github.com/ansible-collections/community.crypto/pull/417). + - x509_crl - fix crash when ``issuer`` for a revoked certificate is specified + (https://github.com/ansible-collections/community.crypto/pull/441). + release_summary: Regular bugfix release. + fragments: + - 1.9.14.yml + - 417-openssh_modules-fix-exception-reporting.yml + - 441-x509-crl-cert-issuer.yml + - 446-fix.yml + release_date: '2022-05-09' 1.9.2: changes: release_summary: Bugfix release to fix the changelog. No other change compared diff --git a/changelogs/fragments/1.9.14.yml b/changelogs/fragments/1.9.14.yml deleted file mode 100644 index 3c57f038..00000000 --- a/changelogs/fragments/1.9.14.yml +++ /dev/null @@ -1 +0,0 @@ -release_summary: Regular bugfix release. \ No newline at end of file diff --git a/changelogs/fragments/417-openssh_modules-fix-exception-reporting.yml b/changelogs/fragments/417-openssh_modules-fix-exception-reporting.yml deleted file mode 100644 index e923f72f..00000000 --- a/changelogs/fragments/417-openssh_modules-fix-exception-reporting.yml +++ /dev/null @@ -1,4 +0,0 @@ ---- -bugfixes: -- openssh_* modules - fix exception handling to report traceback to users for - enhanced traceability (https://github.com/ansible-collections/community.crypto/pull/417). diff --git a/changelogs/fragments/441-x509-crl-cert-issuer.yml b/changelogs/fragments/441-x509-crl-cert-issuer.yml deleted file mode 100644 index ce1706d4..00000000 --- a/changelogs/fragments/441-x509-crl-cert-issuer.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - "x509_crl - fix crash when ``issuer`` for a revoked certificate is specified (https://github.com/ansible-collections/community.crypto/pull/441)." diff --git a/changelogs/fragments/446-fix.yml b/changelogs/fragments/446-fix.yml deleted file mode 100644 index 1ac3f1e4..00000000 --- a/changelogs/fragments/446-fix.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - "Make collection more robust when PyOpenSSL is used with an incompatible cryptography version (https://github.com/ansible-collections/community.crypto/pull/446)."