diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d1e68b98..58b33005 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,19 +5,6 @@ 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 ======= diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 7c761295..61089f22 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -948,17 +948,6 @@ 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: diff --git a/changelogs/fragments/2.16.1.yml b/changelogs/fragments/2.16.1.yml new file mode 100644 index 00000000..8ce9aa96 --- /dev/null +++ b/changelogs/fragments/2.16.1.yml @@ -0,0 +1 @@ +release_summary: Bugfix release. diff --git a/changelogs/fragments/680-acme-retry.yml b/changelogs/fragments/680-acme-retry.yml new file mode 100644 index 00000000..1a26a253 --- /dev/null +++ b/changelogs/fragments/680-acme-retry.yml @@ -0,0 +1,2 @@ +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)."