From 815ce43d17cca8c28d1268b82013f95669e5bfbc Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sat, 9 Dec 2023 11:03:32 +0100 Subject: [PATCH] Release 2.16.2. --- CHANGELOG.rst | 16 ++++++++++++++++ changelogs/changelog.yaml | 20 ++++++++++++++++++++ changelogs/fragments/2.16.2.yml | 1 - changelogs/fragments/681-acme-account.yml | 3 --- changelogs/fragments/682-acme-errors.yml | 2 -- changelogs/fragments/684-info-code.yml | 2 -- changelogs/fragments/685-acme-retry.yml | 2 -- 7 files changed, 36 insertions(+), 10 deletions(-) delete mode 100644 changelogs/fragments/2.16.2.yml delete mode 100644 changelogs/fragments/681-acme-account.yml delete mode 100644 changelogs/fragments/682-acme-errors.yml delete mode 100644 changelogs/fragments/684-info-code.yml delete mode 100644 changelogs/fragments/685-acme-retry.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index de5e10ab..7f9e8bfd 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ======= diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 4c628186..c62dde63 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -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: diff --git a/changelogs/fragments/2.16.2.yml b/changelogs/fragments/2.16.2.yml deleted file mode 100644 index a14fc0bf..00000000 --- a/changelogs/fragments/2.16.2.yml +++ /dev/null @@ -1 +0,0 @@ -release_summary: Bugfix release. \ No newline at end of file diff --git a/changelogs/fragments/681-acme-account.yml b/changelogs/fragments/681-acme-account.yml deleted file mode 100644 index 0031d474..00000000 --- a/changelogs/fragments/681-acme-account.yml +++ /dev/null @@ -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)." diff --git a/changelogs/fragments/682-acme-errors.yml b/changelogs/fragments/682-acme-errors.yml deleted file mode 100644 index 305953ec..00000000 --- a/changelogs/fragments/682-acme-errors.yml +++ /dev/null @@ -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)." diff --git a/changelogs/fragments/684-info-code.yml b/changelogs/fragments/684-info-code.yml deleted file mode 100644 index b24f6121..00000000 --- a/changelogs/fragments/684-info-code.yml +++ /dev/null @@ -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)." diff --git a/changelogs/fragments/685-acme-retry.yml b/changelogs/fragments/685-acme-retry.yml deleted file mode 100644 index fb76dccd..00000000 --- a/changelogs/fragments/685-acme-retry.yml +++ /dev/null @@ -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)."