diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 474fb3e7..8942ae73 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,19 @@ Community Crypto Release Notes .. contents:: Topics +v1.9.18 +======= + +Release Summary +--------------- + +Bugfix release. + +Bugfixes +-------- + +- openssl_pkcs12 - when using the pyOpenSSL backend, do not crash when trying to read non-existing other certificates (https://github.com/ansible-collections/community.crypto/issues/486, https://github.com/ansible-collections/community.crypto/pull/487). + v1.9.17 ======= diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 5e5b178a..61541df4 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -649,6 +649,17 @@ releases: - 481-fix-excluded_subtrees-must-be-a-non-empty-list-or-None.yml - apache-license.yml release_date: '2022-06-17' + 1.9.18: + changes: + bugfixes: + - openssl_pkcs12 - when using the pyOpenSSL backend, do not crash when trying + to read non-existing other certificates (https://github.com/ansible-collections/community.crypto/issues/486, + https://github.com/ansible-collections/community.crypto/pull/487). + release_summary: Bugfix release. + fragments: + - 1.9.18.yml + - 487-openssl_pkcs12-other-certs-crash.yml + release_date: '2022-07-09' 1.9.2: changes: release_summary: Bugfix release to fix the changelog. No other change compared diff --git a/changelogs/fragments/1.9.18.yml b/changelogs/fragments/1.9.18.yml deleted file mode 100644 index 8ce9aa96..00000000 --- a/changelogs/fragments/1.9.18.yml +++ /dev/null @@ -1 +0,0 @@ -release_summary: Bugfix release. diff --git a/changelogs/fragments/487-openssl_pkcs12-other-certs-crash.yml b/changelogs/fragments/487-openssl_pkcs12-other-certs-crash.yml deleted file mode 100644 index 621f4ffd..00000000 --- a/changelogs/fragments/487-openssl_pkcs12-other-certs-crash.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - "openssl_pkcs12 - when using the pyOpenSSL backend, do not crash when trying to read non-existing other certificates (https://github.com/ansible-collections/community.crypto/issues/486, https://github.com/ansible-collections/community.crypto/pull/487)."