Release 2.0.1.

This commit is contained in:
Felix Fontein
2021-11-22 11:41:56 +01:00
parent 3f40795a98
commit bd2270fb05
8 changed files with 52 additions and 11 deletions

View File

@@ -1 +0,0 @@
release_summary: Bugfix release with extra forward compatibility for newer versions of cryptography.

View File

@@ -1,2 +0,0 @@
bugfixes:
- "openssl_pkcs12 - use new PKCS#12 deserialization infrastructure from cryptography 36.0.0 if available (https://github.com/ansible-collections/community.crypto/pull/302)."

View File

@@ -1,2 +0,0 @@
bugfixes:
- "acme_certificate - avoid passing multiple certificates to ``cryptography``'s X.509 certificate loader when ``fullchain_dest`` is used (https://github.com/ansible-collections/community.crypto/pull/324)."

View File

@@ -1,2 +0,0 @@
bugfixes:
- "luks_device - now also runs a built-in LUKS signature cleaner on ``state=absent`` to make sure that also the secondary LUKS2 header is wiped when older versions of wipefs are used (https://github.com/ansible-collections/community.crypto/issues/326, https://github.com/ansible-collections/community.crypto/pull/327)."

View File

@@ -1,2 +0,0 @@
bugfixes:
- "get_certificate, openssl_csr_info, x509_certificate_info - add fallback code for extension parsing that works with cryptography 36.0.0 and newer. This code re-serializes de-serialized extensions and thus can return slightly different values if the extension in the original CSR resp. certificate was not canonicalized correctly. This code is currently used as a fallback if the existing code stops working, but we will switch it to be the main code in a future release (https://github.com/ansible-collections/community.crypto/pull/331)."

View File

@@ -1,2 +0,0 @@
minor_changes:
- "acme_* modules - fix usage of ``fetch_url`` with changes in latest ansible-core ``devel`` branch (https://github.com/ansible-collections/community.crypto/pull/339)."