mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-04-27 08:56:47 +00:00
Relesae 3.0.0-rc1.
This commit is contained in:
694
CHANGELOG.md
694
CHANGELOG.md
File diff suppressed because it is too large
Load Diff
@@ -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
|
||||
=========
|
||||
|
||||
|
||||
@@ -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'
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
release_summary: First release candidate for new major 3.0.0 release. Contains two bugfixes and some refactorings.
|
||||
@@ -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)."
|
||||
@@ -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)."
|
||||
@@ -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)."
|
||||
Reference in New Issue
Block a user