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

File diff suppressed because it is too large Load Diff

View File

@@ -4,6 +4,26 @@ Community Crypto Release Notes
.. contents:: Topics
v3.0.0-rc1
==========
Release Summary
---------------
First release candidate for new major 3.0.0 release. Contains two bugfixes and some refactorings.
Minor Changes
-------------
- Remove various no longer needed abstraction layers for multiple backends (https://github.com/ansible-collections/community.crypto/pull/912).
- 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).
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).
- openssl_csr, openssl_csr_pipe - avoid accessing internal members of cryptography's ``KeyUsage`` extension object (https://github.com/ansible-collections/community.crypto/pull/910).
v3.0.0-a2
=========

View File

@@ -1781,3 +1781,26 @@ releases:
- 3.0.0-a2.yml
- 900-remove-entrust.yml
release_date: '2025-05-22'
3.0.0-rc1:
changes:
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).
- openssl_csr, openssl_csr_pipe - avoid accessing internal members of cryptography's
``KeyUsage`` extension object (https://github.com/ansible-collections/community.crypto/pull/910).
minor_changes:
- Remove various no longer needed abstraction layers for multiple backends
(https://github.com/ansible-collections/community.crypto/pull/912).
- 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).
release_summary: First release candidate for new major 3.0.0 release. Contains
two bugfixes and some refactorings.
fragments:
- 3.0.0-rc1.yml
- 910-csr.yml
- 919-acme_account-ear.yml
- refactoring.yml
release_date: '2025-06-14'

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)."