diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6e9f1f04..ed24ad45 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,24 @@ Community Crypto Release Notes .. contents:: Topics +v2.7.0 +====== + +Release Summary +--------------- + +Feature release. + +Minor Changes +------------- + +- acme* modules - also support the HTTP 503 Service Unavailable and 408 Request Timeout response status for automatic retries (https://github.com/ansible-collections/community.crypto/pull/513). + +Bugfixes +-------- + +- openssl_privatekey_pipe - ensure compatibility with newer versions of ansible-core (https://github.com/ansible-collections/community.crypto/pull/515). + v2.6.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index a500be2a..f24c0681 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -965,3 +965,17 @@ releases: - 508-acme-429.yml - 511-openssh_keypair-private_key_format_options.yml release_date: '2022-09-19' + 2.7.0: + changes: + bugfixes: + - openssl_privatekey_pipe - ensure compatibility with newer versions of ansible-core + (https://github.com/ansible-collections/community.crypto/pull/515). + minor_changes: + - acme* modules - also support the HTTP 503 Service Unavailable and 408 Request + Timeout response status for automatic retries (https://github.com/ansible-collections/community.crypto/pull/513). + release_summary: Feature release. + fragments: + - 2.7.0.yml + - 513-acme-503.yml + - 515-action-module-compat.yml + release_date: '2022-09-23' diff --git a/changelogs/fragments/2.7.0.yml b/changelogs/fragments/2.7.0.yml deleted file mode 100644 index 512efc99..00000000 --- a/changelogs/fragments/2.7.0.yml +++ /dev/null @@ -1 +0,0 @@ -release_summary: Feature release. diff --git a/changelogs/fragments/513-acme-503.yml b/changelogs/fragments/513-acme-503.yml deleted file mode 100644 index f445b144..00000000 --- a/changelogs/fragments/513-acme-503.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - "acme* modules - also support the HTTP 503 Service Unavailable and 408 Request Timeout response status for automatic retries (https://github.com/ansible-collections/community.crypto/pull/513)." diff --git a/changelogs/fragments/515-action-module-compat.yml b/changelogs/fragments/515-action-module-compat.yml deleted file mode 100644 index 9f46c34f..00000000 --- a/changelogs/fragments/515-action-module-compat.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - "openssl_privatekey_pipe - ensure compatibility with newer versions of ansible-core (https://github.com/ansible-collections/community.crypto/pull/515)."