From 0ecdf2ccbd19cc6612ca09a854df43dd5f6aa6f8 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Wed, 28 Apr 2021 07:53:36 +0200 Subject: [PATCH] Release 1.6.2. --- CHANGELOG.rst | 13 +++++++++++++ changelogs/changelog.yaml | 12 ++++++++++++ changelogs/fragments/1.6.2.yml | 1 - changelogs/fragments/221-acme-meta.yml | 2 -- galaxy.yml | 2 +- 5 files changed, 26 insertions(+), 4 deletions(-) delete mode 100644 changelogs/fragments/1.6.2.yml delete mode 100644 changelogs/fragments/221-acme-meta.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index dd0132d1..d86951c9 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,19 @@ Community Crypto Release Notes .. contents:: Topics +v1.6.2 +====== + +Release Summary +--------------- + +Bugfix release. Fixes compatibility issue of ACME modules with step-ca. + +Bugfixes +-------- + +- acme_* modules - avoid crashing for ACME servers where the ``meta`` directory key is not present (https://github.com/ansible-collections/community.crypto/issues/220, https://github.com/ansible-collections/community.crypto/pull/221). + v1.6.1 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index def878be..2caf20cd 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -382,3 +382,15 @@ releases: - 1.6.1.yml - 217-acme-exceptions.yml release_date: '2021-04-11' + 1.6.2: + changes: + bugfixes: + - acme_* modules - avoid crashing for ACME servers where the ``meta`` directory + key is not present (https://github.com/ansible-collections/community.crypto/issues/220, + https://github.com/ansible-collections/community.crypto/pull/221). + release_summary: Bugfix release. Fixes compatibility issue of ACME modules with + step-ca. + fragments: + - 1.6.2.yml + - 221-acme-meta.yml + release_date: '2021-04-28' diff --git a/changelogs/fragments/1.6.2.yml b/changelogs/fragments/1.6.2.yml deleted file mode 100644 index 0dc09f16..00000000 --- a/changelogs/fragments/1.6.2.yml +++ /dev/null @@ -1 +0,0 @@ -release_summary: Bugfix release. Fixes compatibility issue of ACME modules with step-ca. diff --git a/changelogs/fragments/221-acme-meta.yml b/changelogs/fragments/221-acme-meta.yml deleted file mode 100644 index aa1e660f..00000000 --- a/changelogs/fragments/221-acme-meta.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: -- "acme_* modules - avoid crashing for ACME servers where the ``meta`` directory key is not present (https://github.com/ansible-collections/community.crypto/issues/220, https://github.com/ansible-collections/community.crypto/pull/221)." diff --git a/galaxy.yml b/galaxy.yml index 31fb204d..77970d22 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: community name: crypto -version: 1.7.0 +version: 1.6.2 readme: README.md authors: - Ansible (github.com/ansible)