From 18502d5250d053275fc7222da3f267b6358b64e1 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Fri, 23 Sep 2022 07:40:12 +0200 Subject: [PATCH] Release 2.7.0. --- CHANGELOG.rst | 18 ++++++++++++++++++ changelogs/changelog.yaml | 14 ++++++++++++++ changelogs/fragments/2.7.0.yml | 1 - changelogs/fragments/513-acme-503.yml | 2 -- .../fragments/515-action-module-compat.yml | 2 -- 5 files changed, 32 insertions(+), 5 deletions(-) delete mode 100644 changelogs/fragments/2.7.0.yml delete mode 100644 changelogs/fragments/513-acme-503.yml delete mode 100644 changelogs/fragments/515-action-module-compat.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6e9f1f041..ed24ad45e 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 a500be2a2..f24c06811 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 512efc99a..000000000 --- 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 f445b144d..000000000 --- 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 9f46c34ff..000000000 --- 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)."