mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-05-08 14:22:56 +00:00
Release 2.16.1.
This commit is contained in:
@@ -5,6 +5,19 @@ Community Crypto Release Notes
|
|||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
|
|
||||||
|
v2.16.1
|
||||||
|
=======
|
||||||
|
|
||||||
|
Release Summary
|
||||||
|
---------------
|
||||||
|
|
||||||
|
Bugfix release.
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- acme_* modules - also retry requests in case of socket errors, bad status lines, and unknown connection errors; improve error messages in these cases (https://github.com/ansible-collections/community.crypto/issues/680).
|
||||||
|
|
||||||
v2.16.0
|
v2.16.0
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
|||||||
@@ -948,6 +948,17 @@ releases:
|
|||||||
- 664-luks_device-keyslot.yml
|
- 664-luks_device-keyslot.yml
|
||||||
- pkcs12.yml
|
- pkcs12.yml
|
||||||
release_date: '2023-10-29'
|
release_date: '2023-10-29'
|
||||||
|
2.16.1:
|
||||||
|
changes:
|
||||||
|
bugfixes:
|
||||||
|
- acme_* modules - also retry requests in case of socket errors, bad status
|
||||||
|
lines, and unknown connection errors; improve error messages in these cases
|
||||||
|
(https://github.com/ansible-collections/community.crypto/issues/680).
|
||||||
|
release_summary: Bugfix release.
|
||||||
|
fragments:
|
||||||
|
- 2.16.1.yml
|
||||||
|
- 680-acme-retry.yml
|
||||||
|
release_date: '2023-12-04'
|
||||||
2.2.0:
|
2.2.0:
|
||||||
changes:
|
changes:
|
||||||
bugfixes:
|
bugfixes:
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
release_summary: Bugfix release.
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
bugfixes:
|
|
||||||
- "acme_* modules - also retry requests in case of socket errors, bad status lines, and unknown connection errors; improve error messages in these cases (https://github.com/ansible-collections/community.crypto/issues/680)."
|
|
||||||
Reference in New Issue
Block a user