mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-03-27 05:43:22 +00:00
Release 2.26.5.
This commit is contained in:
549
CHANGELOG.md
549
CHANGELOG.md
File diff suppressed because it is too large
Load Diff
@@ -4,6 +4,20 @@ Community Crypto Release Notes
|
||||
|
||||
.. contents:: Topics
|
||||
|
||||
v2.26.5
|
||||
=======
|
||||
|
||||
Release Summary
|
||||
---------------
|
||||
|
||||
Bugfix release.
|
||||
|
||||
Bugfixes
|
||||
--------
|
||||
|
||||
- acme_* modules - also retry on HTTP responses 502 Bad Gateway and 504 Gateway Timeout. The latter is needed for ZeroSSL, which seems to have a lot of 504s (https://github.com/ansible-collections/community.crypto/issues/945, https://github.com/ansible-collections/community.crypto/pull/947).
|
||||
- acme_* modules - increase the maximum amount of retries from 10 to 20 to accomodate ZeroSSL's buggy implementation (https://github.com/ansible-collections/community.crypto/pull/949).
|
||||
|
||||
v2.26.4
|
||||
=======
|
||||
|
||||
|
||||
@@ -1691,3 +1691,18 @@ releases:
|
||||
- 2.26.4.yml
|
||||
- 939-private-key-errors.yml
|
||||
release_date: '2025-07-26'
|
||||
2.26.5:
|
||||
changes:
|
||||
bugfixes:
|
||||
- acme_* modules - also retry on HTTP responses 502 Bad Gateway and 504 Gateway
|
||||
Timeout. The latter is needed for ZeroSSL, which seems to have a lot of
|
||||
504s (https://github.com/ansible-collections/community.crypto/issues/945,
|
||||
https://github.com/ansible-collections/community.crypto/pull/947).
|
||||
- acme_* modules - increase the maximum amount of retries from 10 to 20 to
|
||||
accomodate ZeroSSL's buggy implementation (https://github.com/ansible-collections/community.crypto/pull/949).
|
||||
release_summary: Bugfix release.
|
||||
fragments:
|
||||
- 2.26.5.yml
|
||||
- 947-acme-retry.yml
|
||||
- 949-acme-retry.yml
|
||||
release_date: '2025-08-04'
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
release_summary: Bugfix release.
|
||||
@@ -1,4 +0,0 @@
|
||||
bugfixes:
|
||||
- "acme_* modules - also retry on HTTP responses 502 Bad Gateway and 504 Gateway Timeout. The latter is needed for ZeroSSL,
|
||||
which seems to have a lot of 504s
|
||||
(https://github.com/ansible-collections/community.crypto/issues/945, https://github.com/ansible-collections/community.crypto/pull/947)."
|
||||
@@ -1,3 +0,0 @@
|
||||
bugfixes:
|
||||
- "acme_* modules - increase the maximum amount of retries from 10 to 20 to accomodate ZeroSSL's buggy implementation
|
||||
(https://github.com/ansible-collections/community.crypto/pull/949)."
|
||||
Reference in New Issue
Block a user