Release 2.22.1.

pull/806/head 2.22.1
Felix Fontein 2024-10-01 22:51:02 +03:00
parent 9cdd28c2ca
commit 4ee90e5ea2
6 changed files with 267 additions and 228 deletions

File diff suppressed because it is too large Load Diff

View File

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

View File

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

View File

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

View File

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

View File

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