Release 2.16.2.

pull/686/head 2.16.2
Felix Fontein 2023-12-09 11:03:32 +01:00
parent 170d837122
commit 815ce43d17
7 changed files with 36 additions and 10 deletions

View File

@ -5,6 +5,22 @@ Community Crypto Release Notes
.. 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
=======

View File

@ -959,6 +959,26 @@ releases:
- 2.16.1.yml
- 680-acme-retry.yml
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:
changes:
bugfixes:

View File

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

View File

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

View File

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

View File

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

View File

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