Release 1.9.23.

pull/678/head 1.9.23
Felix Fontein 2023-10-29 15:32:31 +01:00
parent cb747236d9
commit 9e367e1d42
4 changed files with 23 additions and 3 deletions

View File

@ -5,6 +5,19 @@ Community Crypto Release Notes
.. contents:: Topics .. contents:: Topics
v1.9.23
=======
Release Summary
---------------
Bugfix release.
Bugfixes
--------
- openssl_pkcs12 - modify autodetect to not detect pyOpenSSL >= 23.3.0, which removed PKCS#12 support (https://github.com/ansible-collections/community.crypto/pull/666).
v1.9.22 v1.9.22
======= =======

View File

@ -712,6 +712,16 @@ releases:
- 1.9.22.yml - 1.9.22.yml
- 598-openssh_keypair-generate-new-key.yml - 598-openssh_keypair-generate-new-key.yml
release_date: '2023-06-15' release_date: '2023-06-15'
1.9.23:
changes:
bugfixes:
- openssl_pkcs12 - modify autodetect to not detect pyOpenSSL >= 23.3.0, which
removed PKCS#12 support (https://github.com/ansible-collections/community.crypto/pull/666).
release_summary: Bugfix release.
fragments:
- 1.9.23.yml
- pkcs12.yml
release_date: '2023-10-29'
1.9.3: 1.9.3:
changes: changes:
bugfixes: bugfixes:

View File

@ -1 +0,0 @@
release_summary: Bugfix release.

View File

@ -1,2 +0,0 @@
bugfixes:
- "openssl_pkcs12 - modify autodetect to not detect pyOpenSSL >= 23.3.0, which removed PKCS#12 support (https://github.com/ansible-collections/community.crypto/pull/666)."