parent
a57be5ceb3
commit
e1c0ab5bd2
466
CHANGELOG.md
466
CHANGELOG.md
File diff suppressed because it is too large
Load Diff
|
@ -4,6 +4,19 @@ Community Crypto Release Notes
|
||||||
|
|
||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
|
v2.22.2
|
||||||
|
=======
|
||||||
|
|
||||||
|
Release Summary
|
||||||
|
---------------
|
||||||
|
|
||||||
|
Bugfix release.
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- acme_certificate - fix authorization failure when CSR contains SANs with mixed case (https://github.com/ansible-collections/community.crypto/pull/803).
|
||||||
|
|
||||||
v2.22.1
|
v2.22.1
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
|
|
@ -1505,3 +1505,13 @@ releases:
|
||||||
- 799-atomic.yml
|
- 799-atomic.yml
|
||||||
- 802-renewal-info.yml
|
- 802-renewal-info.yml
|
||||||
release_date: '2024-10-01'
|
release_date: '2024-10-01'
|
||||||
|
2.22.2:
|
||||||
|
changes:
|
||||||
|
bugfixes:
|
||||||
|
- acme_certificate - fix authorization failure when CSR contains SANs with
|
||||||
|
mixed case (https://github.com/ansible-collections/community.crypto/pull/803).
|
||||||
|
release_summary: Bugfix release.
|
||||||
|
fragments:
|
||||||
|
- 2.22.2.yml
|
||||||
|
- 803-fix-authorization-failure-with-mixed-case-sans.yml
|
||||||
|
release_date: '2024-10-15'
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
release_summary: Bugfix release.
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- acme_certificate - fix authorization failure when CSR contains SANs with mixed case (https://github.com/ansible-collections/community.crypto/pull/803).
|
|
Loading…
Reference in New Issue