Relesae 3.0.0-rc1.

This commit is contained in:
Felix Fontein
2025-06-14 17:10:13 +02:00
parent e537ea122f
commit 58bde04672
7 changed files with 402 additions and 348 deletions

View File

@@ -1 +0,0 @@
release_summary: First release candidate for new major 3.0.0 release. Contains two bugfixes and some refactorings.

View File

@@ -1,2 +0,0 @@
bugfixes:
- "openssl_csr, openssl_csr_pipe - avoid accessing internal members of cryptography's ``KeyUsage`` extension object (https://github.com/ansible-collections/community.crypto/pull/910)."

View File

@@ -1,2 +0,0 @@
bugfixes:
- "acme_account - make work with CAs that do not accept any account request without External Account Binding data (https://github.com/ansible-collections/community.crypto/issues/918, https://github.com/ansible-collections/community.crypto/pull/919)."

View File

@@ -1,8 +0,0 @@
minor_changes:
- "Various code refactorings (https://github.com/ansible-collections/community.crypto/pull/905,
https://github.com/ansible-collections/community.crypto/pull/909,
https://github.com/ansible-collections/community.crypto/pull/911,
https://github.com/ansible-collections/community.crypto/pull/913,
https://github.com/ansible-collections/community.crypto/pull/914,
https://github.com/ansible-collections/community.crypto/pull/917)."
- "Remove various no longer needed abstraction layers for multiple backends (https://github.com/ansible-collections/community.crypto/pull/912)."