diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 53b8cd7f..ab6ea4f9 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,19 @@ Community Crypto Release Notes .. contents:: Topics +v2.2.1 +====== + +Release Summary +--------------- + +Bugfix release. + +Bugfixes +-------- + +- openssh_cert - fixed false ``changed`` status for ``host`` certificates when using ``full_idempotence`` (https://github.com/ansible-collections/community.crypto/issues/395, https://github.com/ansible-collections/community.crypto/pull/396). + v2.2.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 58a35d47..00ba5fe9 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -752,3 +752,14 @@ releases: - 381_openssh_cert_add_ignore_timestamps.yml - 388-luks_device-i18n.yml release_date: '2022-02-01' + 2.2.1: + changes: + bugfixes: + - openssh_cert - fixed false ``changed`` status for ``host`` certificates when + using ``full_idempotence`` (https://github.com/ansible-collections/community.crypto/issues/395, + https://github.com/ansible-collections/community.crypto/pull/396). + release_summary: Bugfix release. + fragments: + - 2.2.1.yml + - 396-openssh_cert-host-cert-idempotence-fix.yml + release_date: '2022-02-05' diff --git a/changelogs/fragments/2.2.1.yml b/changelogs/fragments/2.2.1.yml deleted file mode 100644 index 8ce9aa96..00000000 --- a/changelogs/fragments/2.2.1.yml +++ /dev/null @@ -1 +0,0 @@ -release_summary: Bugfix release. diff --git a/changelogs/fragments/396-openssh_cert-host-cert-idempotence-fix.yml b/changelogs/fragments/396-openssh_cert-host-cert-idempotence-fix.yml deleted file mode 100644 index 70cc9c31..00000000 --- a/changelogs/fragments/396-openssh_cert-host-cert-idempotence-fix.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -bugfixes: - - openssh_cert - fixed false ``changed`` status for ``host`` certificates when using ``full_idempotence`` - (https://github.com/ansible-collections/community.crypto/issues/395, - https://github.com/ansible-collections/community.crypto/pull/396). \ No newline at end of file