parent
170d837122
commit
815ce43d17
|
@ -5,6 +5,22 @@ Community Crypto Release Notes
|
||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
|
|
||||||
|
v2.16.2
|
||||||
|
=======
|
||||||
|
|
||||||
|
Release Summary
|
||||||
|
---------------
|
||||||
|
|
||||||
|
Bugfix release.
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- acme_* modules - directly react on bad return data for account creation/retrieval/updating requests (https://github.com/ansible-collections/community.crypto/pull/682).
|
||||||
|
- acme_* modules - fix improved error reporting in case of socket errors, bad status lines, and unknown connection errors (https://github.com/ansible-collections/community.crypto/pull/684).
|
||||||
|
- acme_* modules - increase number of retries from 5 to 10 to increase stability with unstable ACME endpoints (https://github.com/ansible-collections/community.crypto/pull/685).
|
||||||
|
- acme_* modules - make account registration handling more flexible to accept 404 instead of 400 send by DigiCert's ACME endpoint when an account does not exist (https://github.com/ansible-collections/community.crypto/pull/681).
|
||||||
|
|
||||||
v2.16.1
|
v2.16.1
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
|
|
@ -959,6 +959,26 @@ releases:
|
||||||
- 2.16.1.yml
|
- 2.16.1.yml
|
||||||
- 680-acme-retry.yml
|
- 680-acme-retry.yml
|
||||||
release_date: '2023-12-04'
|
release_date: '2023-12-04'
|
||||||
|
2.16.2:
|
||||||
|
changes:
|
||||||
|
bugfixes:
|
||||||
|
- acme_* modules - directly react on bad return data for account creation/retrieval/updating
|
||||||
|
requests (https://github.com/ansible-collections/community.crypto/pull/682).
|
||||||
|
- acme_* modules - fix improved error reporting in case of socket errors, bad
|
||||||
|
status lines, and unknown connection errors (https://github.com/ansible-collections/community.crypto/pull/684).
|
||||||
|
- acme_* modules - increase number of retries from 5 to 10 to increase stability
|
||||||
|
with unstable ACME endpoints (https://github.com/ansible-collections/community.crypto/pull/685).
|
||||||
|
- acme_* modules - make account registration handling more flexible to accept
|
||||||
|
404 instead of 400 send by DigiCert's ACME endpoint when an account does not
|
||||||
|
exist (https://github.com/ansible-collections/community.crypto/pull/681).
|
||||||
|
release_summary: Bugfix release.
|
||||||
|
fragments:
|
||||||
|
- 2.16.2.yml
|
||||||
|
- 681-acme-account.yml
|
||||||
|
- 682-acme-errors.yml
|
||||||
|
- 684-info-code.yml
|
||||||
|
- 685-acme-retry.yml
|
||||||
|
release_date: '2023-12-08'
|
||||||
2.2.0:
|
2.2.0:
|
||||||
changes:
|
changes:
|
||||||
bugfixes:
|
bugfixes:
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
release_summary: Bugfix release.
|
|
|
@ -1,3 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- "acme_* modules - make account registration handling more flexible to accept 404 instead of
|
|
||||||
400 send by DigiCert's ACME endpoint when an account does not exist (https://github.com/ansible-collections/community.crypto/pull/681)."
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- "acme_* modules - directly react on bad return data for account creation/retrieval/updating requests (https://github.com/ansible-collections/community.crypto/pull/682)."
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- "acme_* modules - fix improved error reporting in case of socket errors, bad status lines, and unknown connection errors (https://github.com/ansible-collections/community.crypto/pull/684)."
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- "acme_* modules - increase number of retries from 5 to 10 to increase stability with unstable ACME endpoints (https://github.com/ansible-collections/community.crypto/pull/685)."
|
|
Loading…
Reference in New Issue