From d4509bce5ff184445f7b073349ef1641aba4f532 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Thu, 23 Feb 2023 09:28:13 +0100 Subject: [PATCH] Release 2.11.0. --- CHANGELOG.rst | 20 +++++++++++++++++++ changelogs/changelog.yaml | 18 +++++++++++++++++ changelogs/fragments/2.11.0.yml | 1 - .../571_get_certificate_ciphers.yaml | 2 -- changelogs/fragments/572-action-module.yml | 2 -- .../575-bindep-python3-pyOpenSSL.yml | 2 -- .../fragments/remove-unneeded-imports.yml | 2 -- 7 files changed, 38 insertions(+), 9 deletions(-) delete mode 100644 changelogs/fragments/2.11.0.yml delete mode 100644 changelogs/fragments/571_get_certificate_ciphers.yaml delete mode 100644 changelogs/fragments/572-action-module.yml delete mode 100644 changelogs/fragments/575-bindep-python3-pyOpenSSL.yml delete mode 100644 changelogs/fragments/remove-unneeded-imports.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1f3e674c..b270f271 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,26 @@ Community Crypto Release Notes .. contents:: Topics +v2.11.0 +======= + +Release Summary +--------------- + +Feature and bugfix release. + +Minor Changes +------------- + +- get_certificate - adds ``ciphers`` option for custom cipher selection (https://github.com/ansible-collections/community.crypto/pull/571). + +Bugfixes +-------- + +- action plugin helper - fix handling of deprecations for ansible-core 2.14.2 (https://github.com/ansible-collections/community.crypto/pull/572). +- execution environment binary dependencies (bindep.txt) - fix ``python3-pyOpenSSL`` dependency resolution on RHEL 9+ / CentOS Stream 9+ platforms (https://github.com/ansible-collections/community.crypto/pull/575). +- various plugins - remove unnecessary imports (https://github.com/ansible-collections/community.crypto/pull/569). + v2.10.0 ======= diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 208a58e7..6742ee81 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -772,6 +772,24 @@ releases: name: x509_crl_info namespace: null release_date: '2023-01-02' + 2.11.0: + changes: + bugfixes: + - action plugin helper - fix handling of deprecations for ansible-core 2.14.2 + (https://github.com/ansible-collections/community.crypto/pull/572). + - execution environment binary dependencies (bindep.txt) - fix ``python3-pyOpenSSL`` + dependency resolution on RHEL 9+ / CentOS Stream 9+ platforms (https://github.com/ansible-collections/community.crypto/pull/575). + - various plugins - remove unnecessary imports (https://github.com/ansible-collections/community.crypto/pull/569). + minor_changes: + - get_certificate - adds ``ciphers`` option for custom cipher selection (https://github.com/ansible-collections/community.crypto/pull/571). + release_summary: Feature and bugfix release. + fragments: + - 2.11.0.yml + - 571_get_certificate_ciphers.yaml + - 572-action-module.yml + - 575-bindep-python3-pyOpenSSL.yml + - remove-unneeded-imports.yml + release_date: '2023-02-23' 2.2.0: changes: bugfixes: diff --git a/changelogs/fragments/2.11.0.yml b/changelogs/fragments/2.11.0.yml deleted file mode 100644 index 80287c3b..00000000 --- a/changelogs/fragments/2.11.0.yml +++ /dev/null @@ -1 +0,0 @@ -release_summary: Feature and bugfix release. diff --git a/changelogs/fragments/571_get_certificate_ciphers.yaml b/changelogs/fragments/571_get_certificate_ciphers.yaml deleted file mode 100644 index 17201fb8..00000000 --- a/changelogs/fragments/571_get_certificate_ciphers.yaml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: -- get_certificate - adds ``ciphers`` option for custom cipher selection (https://github.com/ansible-collections/community.crypto/pull/571). diff --git a/changelogs/fragments/572-action-module.yml b/changelogs/fragments/572-action-module.yml deleted file mode 100644 index 86e6ad64..00000000 --- a/changelogs/fragments/572-action-module.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - "action plugin helper - fix handling of deprecations for ansible-core 2.14.2 (https://github.com/ansible-collections/community.crypto/pull/572)." diff --git a/changelogs/fragments/575-bindep-python3-pyOpenSSL.yml b/changelogs/fragments/575-bindep-python3-pyOpenSSL.yml deleted file mode 100644 index b170390b..00000000 --- a/changelogs/fragments/575-bindep-python3-pyOpenSSL.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - "execution environment binary dependencies (bindep.txt) - fix ``python3-pyOpenSSL`` dependency resolution on RHEL 9+ / CentOS Stream 9+ platforms (https://github.com/ansible-collections/community.crypto/pull/575)." diff --git a/changelogs/fragments/remove-unneeded-imports.yml b/changelogs/fragments/remove-unneeded-imports.yml deleted file mode 100644 index 805508ec..00000000 --- a/changelogs/fragments/remove-unneeded-imports.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - "various plugins - remove unnecessary imports (https://github.com/ansible-collections/community.crypto/pull/569)."