parent
67f511b5ad
commit
f82dcbea21
|
@ -5,6 +5,19 @@ Community Crypto Release Notes
|
||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
|
|
||||||
|
v2.2.3
|
||||||
|
======
|
||||||
|
|
||||||
|
Release Summary
|
||||||
|
---------------
|
||||||
|
|
||||||
|
Regular bugfix release.
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- luks_device - fix parsing of ``lsblk`` output when device name ends with ``crypt`` (https://github.com/ansible-collections/community.crypto/issues/409, https://github.com/ansible-collections/community.crypto/pull/410).
|
||||||
|
|
||||||
v2.2.2
|
v2.2.2
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|
|
@ -791,3 +791,13 @@ releases:
|
||||||
- 403-certificate_complete_chain-same-subject.yml
|
- 403-certificate_complete_chain-same-subject.yml
|
||||||
- 407-x509_certificate-signature.yml
|
- 407-x509_certificate-signature.yml
|
||||||
release_date: '2022-02-21'
|
release_date: '2022-02-21'
|
||||||
|
2.2.3:
|
||||||
|
changes:
|
||||||
|
bugfixes:
|
||||||
|
- luks_device - fix parsing of ``lsblk`` output when device name ends with ``crypt``
|
||||||
|
(https://github.com/ansible-collections/community.crypto/issues/409, https://github.com/ansible-collections/community.crypto/pull/410).
|
||||||
|
release_summary: Regular bugfix release.
|
||||||
|
fragments:
|
||||||
|
- 2.2.3.yml
|
||||||
|
- 410-luks_device-lsblk-parsing.yml
|
||||||
|
release_date: '2022-03-04'
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
release_summary: Regular bugfix release.
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- "luks_device - fix parsing of ``lsblk`` output when device name ends with ``crypt`` (https://github.com/ansible-collections/community.crypto/issues/409, https://github.com/ansible-collections/community.crypto/pull/410)."
|
|
Loading…
Reference in New Issue