mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-03-26 21:33:25 +00:00
Release 2.17.0.
This commit is contained in:
@@ -5,6 +5,19 @@ Community Crypto Release Notes
|
||||
.. contents:: Topics
|
||||
|
||||
|
||||
v2.17.0
|
||||
=======
|
||||
|
||||
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
|
||||
=======
|
||||
|
||||
|
||||
@@ -948,6 +948,17 @@ releases:
|
||||
- 664-luks_device-keyslot.yml
|
||||
- pkcs12.yml
|
||||
release_date: '2023-10-29'
|
||||
2.17.0:
|
||||
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:
|
||||
changes:
|
||||
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