parent
a9fcd584e9
commit
8a74b3e259
|
@ -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
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|
|
@ -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'
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
release_summary: Bugfix release.
|
|
|
@ -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).
|
|
Loading…
Reference in New Issue