diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4a6a105b..6166985b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,19 @@ Community Crypto Release Notes .. contents:: Topics +v1.9.11 +======= + +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). + v1.9.10 ======= diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index b1810ad9..6c23db34 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -539,6 +539,17 @@ releases: - 1.9.10.yml - 388-luks_device-i18n.yml release_date: '2022-02-01' + 1.9.11: + 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: + - 1.9.11.yml + - 396-openssh_cert-host-cert-idempotence-fix.yml + release_date: '2022-02-05' 1.9.2: changes: release_summary: Bugfix release to fix the changelog. No other change compared diff --git a/changelogs/fragments/1.9.11.yml b/changelogs/fragments/1.9.11.yml deleted file mode 100644 index 8ce9aa96..00000000 --- a/changelogs/fragments/1.9.11.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