Release 2.2.1.

pull/402/head 2.2.1
Felix Fontein 2022-02-05 21:28:47 +01:00
parent a9fcd584e9
commit 8a74b3e259
4 changed files with 24 additions and 6 deletions

View File

@ -5,6 +5,19 @@ Community Crypto Release Notes
.. contents:: Topics .. 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 v2.2.0
====== ======

View File

@ -752,3 +752,14 @@ releases:
- 381_openssh_cert_add_ignore_timestamps.yml - 381_openssh_cert_add_ignore_timestamps.yml
- 388-luks_device-i18n.yml - 388-luks_device-i18n.yml
release_date: '2022-02-01' 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'

View File

@ -1 +0,0 @@
release_summary: Bugfix release.

View File

@ -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).