From fbadcbeb29532f34b4dcee704b0f9f3f5f976528 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Wed, 6 Oct 2021 13:08:43 +0200 Subject: [PATCH] Release 1.9.5. --- CHANGELOG.rst | 18 +++++++++++++++++ changelogs/changelog.yaml | 20 +++++++++++++++++++ changelogs/fragments/1.9.5.yml | 1 - .../fragments/294-cryptography-35.0.0.yml | 4 ---- .../296-openssl_pkcs12-cryptography-35.yml | 2 -- .../300-pyopenssl-cryptography-35.yml | 3 --- 6 files changed, 38 insertions(+), 10 deletions(-) delete mode 100644 changelogs/fragments/1.9.5.yml delete mode 100644 changelogs/fragments/294-cryptography-35.0.0.yml delete mode 100644 changelogs/fragments/296-openssl_pkcs12-cryptography-35.yml delete mode 100644 changelogs/fragments/300-pyopenssl-cryptography-35.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index cf04b07a..3651e5f7 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,24 @@ Community Crypto Release Notes .. contents:: Topics +v1.9.5 +====== + +Release Summary +--------------- + +Bugfix release to fully support cryptography 35.0.0. + +Bugfixes +-------- + +- get_certificate - fix compatibility with the cryptography 35.0.0 release (https://github.com/ansible-collections/community.crypto/pull/294). +- openssl_csr_info - fix compatibility with the cryptography 35.0.0 release (https://github.com/ansible-collections/community.crypto/pull/294). +- openssl_csr_info - fix compatibility with the cryptography 35.0.0 release in PyOpenSSL backend (https://github.com/ansible-collections/community.crypto/pull/300). +- openssl_pkcs12 - fix compatibility with the cryptography 35.0.0 release (https://github.com/ansible-collections/community.crypto/pull/296). +- x509_certificate_info - fix compatibility with the cryptography 35.0.0 release (https://github.com/ansible-collections/community.crypto/pull/294). +- x509_certificate_info - fix compatibility with the cryptography 35.0.0 release in PyOpenSSL backend (https://github.com/ansible-collections/community.crypto/pull/300). + v1.9.4 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index f51a6adf..1c4007ad 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -562,3 +562,23 @@ releases: - 279-acme-openssl.yml - 282-acme_challenge_cert_helper-error.yml release_date: '2021-09-28' + 1.9.5: + changes: + bugfixes: + - get_certificate - fix compatibility with the cryptography 35.0.0 release (https://github.com/ansible-collections/community.crypto/pull/294). + - openssl_csr_info - fix compatibility with the cryptography 35.0.0 release + (https://github.com/ansible-collections/community.crypto/pull/294). + - openssl_csr_info - fix compatibility with the cryptography 35.0.0 release + in PyOpenSSL backend (https://github.com/ansible-collections/community.crypto/pull/300). + - openssl_pkcs12 - fix compatibility with the cryptography 35.0.0 release (https://github.com/ansible-collections/community.crypto/pull/296). + - x509_certificate_info - fix compatibility with the cryptography 35.0.0 release + (https://github.com/ansible-collections/community.crypto/pull/294). + - x509_certificate_info - fix compatibility with the cryptography 35.0.0 release + in PyOpenSSL backend (https://github.com/ansible-collections/community.crypto/pull/300). + release_summary: Bugfix release to fully support cryptography 35.0.0. + fragments: + - 1.9.5.yml + - 294-cryptography-35.0.0.yml + - 296-openssl_pkcs12-cryptography-35.yml + - 300-pyopenssl-cryptography-35.yml + release_date: '2021-10-06' diff --git a/changelogs/fragments/1.9.5.yml b/changelogs/fragments/1.9.5.yml deleted file mode 100644 index 9c84fefd..00000000 --- a/changelogs/fragments/1.9.5.yml +++ /dev/null @@ -1 +0,0 @@ -release_summary: Bugfix release to fully support cryptography 35.0.0. diff --git a/changelogs/fragments/294-cryptography-35.0.0.yml b/changelogs/fragments/294-cryptography-35.0.0.yml deleted file mode 100644 index 6f99a4f7..00000000 --- a/changelogs/fragments/294-cryptography-35.0.0.yml +++ /dev/null @@ -1,4 +0,0 @@ -bugfixes: - - "get_certificate - fix compatibility with the cryptography 35.0.0 release (https://github.com/ansible-collections/community.crypto/pull/294)." - - "openssl_csr_info - fix compatibility with the cryptography 35.0.0 release (https://github.com/ansible-collections/community.crypto/pull/294)." - - "x509_certificate_info - fix compatibility with the cryptography 35.0.0 release (https://github.com/ansible-collections/community.crypto/pull/294)." diff --git a/changelogs/fragments/296-openssl_pkcs12-cryptography-35.yml b/changelogs/fragments/296-openssl_pkcs12-cryptography-35.yml deleted file mode 100644 index 63f90aa3..00000000 --- a/changelogs/fragments/296-openssl_pkcs12-cryptography-35.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - "openssl_pkcs12 - fix compatibility with the cryptography 35.0.0 release (https://github.com/ansible-collections/community.crypto/pull/296)." diff --git a/changelogs/fragments/300-pyopenssl-cryptography-35.yml b/changelogs/fragments/300-pyopenssl-cryptography-35.yml deleted file mode 100644 index 5d3fab10..00000000 --- a/changelogs/fragments/300-pyopenssl-cryptography-35.yml +++ /dev/null @@ -1,3 +0,0 @@ -bugfixes: - - "openssl_csr_info - fix compatibility with the cryptography 35.0.0 release in PyOpenSSL backend (https://github.com/ansible-collections/community.crypto/pull/300)." - - "x509_certificate_info - fix compatibility with the cryptography 35.0.0 release in PyOpenSSL backend (https://github.com/ansible-collections/community.crypto/pull/300)."