mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-03-26 21:33:25 +00:00
Release 3.0.1.
This commit is contained in:
538
CHANGELOG.md
538
CHANGELOG.md
File diff suppressed because it is too large
Load Diff
@@ -4,6 +4,19 @@ Community Crypto Release Notes
|
||||
|
||||
.. contents:: Topics
|
||||
|
||||
v3.0.1
|
||||
======
|
||||
|
||||
Release Summary
|
||||
---------------
|
||||
|
||||
Bugfix release.
|
||||
|
||||
Bugfixes
|
||||
--------
|
||||
|
||||
- openssl_csr and openssl_csr_pipe - the idempotency check for ``key_usage`` resulted in a crash if ``Key Agreement``/``keyAgreement`` was not set (https://github.com/ansible-collections/community.crypto/issues/934, https://github.com/ansible-collections/community.crypto/pull/935).
|
||||
|
||||
v3.0.0
|
||||
======
|
||||
|
||||
|
||||
@@ -1830,3 +1830,14 @@ releases:
|
||||
- 3.0.0.yml
|
||||
- 924-acme_certificate-modify_account.yml
|
||||
release_date: '2025-07-02'
|
||||
3.0.1:
|
||||
changes:
|
||||
bugfixes:
|
||||
- openssl_csr and openssl_csr_pipe - the idempotency check for ``key_usage``
|
||||
resulted in a crash if ``Key Agreement``/``keyAgreement`` was not set (https://github.com/ansible-collections/community.crypto/issues/934,
|
||||
https://github.com/ansible-collections/community.crypto/pull/935).
|
||||
release_summary: Bugfix release.
|
||||
fragments:
|
||||
- 3.0.1.yml
|
||||
- 395-csr-key_usage.yml
|
||||
release_date: '2025-07-17'
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
release_summary: Bugfix release.
|
||||
@@ -1,3 +0,0 @@
|
||||
bugfixes:
|
||||
- "openssl_csr and openssl_csr_pipe - the idempotency check for ``key_usage`` resulted in a crash if ``Key Agreement``/``keyAgreement`` was not set
|
||||
(https://github.com/ansible-collections/community.crypto/issues/934, https://github.com/ansible-collections/community.crypto/pull/935)."
|
||||
Reference in New Issue
Block a user