Release 3.0.1.

This commit is contained in:
Felix Fontein
2025-07-17 22:05:11 +02:00
parent 55ae448036
commit b3fea5b7df
5 changed files with 301 additions and 265 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -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
======

View File

@@ -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'

View File

@@ -1 +0,0 @@
release_summary: Bugfix release.

View File

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