parent
9cdd28c2ca
commit
4ee90e5ea2
461
CHANGELOG.md
461
CHANGELOG.md
File diff suppressed because it is too large
Load Diff
|
@ -4,6 +4,20 @@ Community Crypto Release Notes
|
|||
|
||||
.. contents:: Topics
|
||||
|
||||
v2.22.1
|
||||
=======
|
||||
|
||||
Release Summary
|
||||
---------------
|
||||
|
||||
Bugfix release.
|
||||
|
||||
Bugfixes
|
||||
--------
|
||||
|
||||
- acme_* modules - when querying renewal information, make sure to insert a slash between the base URL and the certificate identifier (https://github.com/ansible-collections/community.crypto/issues/801, https://github.com/ansible-collections/community.crypto/pull/802).
|
||||
- various modules - pass absolute paths to ``module.atomic_move()`` (https://github.com/ansible/ansible/issues/83950, https://github.com/ansible-collections/community.crypto/pull/799).
|
||||
|
||||
v2.22.0
|
||||
=======
|
||||
|
||||
|
|
|
@ -1491,3 +1491,17 @@ releases:
|
|||
- 2.22.0.yml
|
||||
- 794-openssl_privatekey-cipher.yml
|
||||
release_date: '2024-09-08'
|
||||
2.22.1:
|
||||
changes:
|
||||
bugfixes:
|
||||
- acme_* modules - when querying renewal information, make sure to insert
|
||||
a slash between the base URL and the certificate identifier (https://github.com/ansible-collections/community.crypto/issues/801,
|
||||
https://github.com/ansible-collections/community.crypto/pull/802).
|
||||
- various modules - pass absolute paths to ``module.atomic_move()`` (https://github.com/ansible/ansible/issues/83950,
|
||||
https://github.com/ansible-collections/community.crypto/pull/799).
|
||||
release_summary: Bugfix release.
|
||||
fragments:
|
||||
- 2.22.1.yml
|
||||
- 799-atomic.yml
|
||||
- 802-renewal-info.yml
|
||||
release_date: '2024-10-01'
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
release_summary: Bugfix release.
|
|
@ -1,2 +0,0 @@
|
|||
bugfixes:
|
||||
- "various modules - pass absolute paths to ``module.atomic_move()`` (https://github.com/ansible/ansible/issues/83950, https://github.com/ansible-collections/community.crypto/pull/799)."
|
|
@ -1,3 +0,0 @@
|
|||
bugfixes:
|
||||
- "acme_* modules - when querying renewal information, make sure to insert a slash between the base URL and the certificate identifier
|
||||
(https://github.com/ansible-collections/community.crypto/issues/801, https://github.com/ansible-collections/community.crypto/pull/802)."
|
Loading…
Reference in New Issue