parent
fc707c7e31
commit
6bd5eee9b0
|
@ -5,6 +5,24 @@ Community Crypto Release Notes
|
||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
|
|
||||||
|
v2.16.0
|
||||||
|
=======
|
||||||
|
|
||||||
|
Release Summary
|
||||||
|
---------------
|
||||||
|
|
||||||
|
Bugfix release.
|
||||||
|
|
||||||
|
Minor Changes
|
||||||
|
-------------
|
||||||
|
|
||||||
|
- luks_devices - add new options ``keyslot``, ``new_keyslot``, and ``remove_keyslot`` to allow adding/removing keys to/from specific keyslots (https://github.com/ansible-collections/community.crypto/pull/664).
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- openssl_pkcs12 - modify autodetect to not detect pyOpenSSL >= 23.3.0, which removed PKCS#12 support (https://github.com/ansible-collections/community.crypto/pull/666).
|
||||||
|
|
||||||
v2.15.1
|
v2.15.1
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
|
|
@ -934,6 +934,20 @@ releases:
|
||||||
- 2.15.1.yml
|
- 2.15.1.yml
|
||||||
- 652-problem-type.yml
|
- 652-problem-type.yml
|
||||||
release_date: '2023-08-22'
|
release_date: '2023-08-22'
|
||||||
|
2.16.0:
|
||||||
|
changes:
|
||||||
|
bugfixes:
|
||||||
|
- openssl_pkcs12 - modify autodetect to not detect pyOpenSSL >= 23.3.0, which
|
||||||
|
removed PKCS#12 support (https://github.com/ansible-collections/community.crypto/pull/666).
|
||||||
|
minor_changes:
|
||||||
|
- luks_devices - add new options ``keyslot``, ``new_keyslot``, and ``remove_keyslot``
|
||||||
|
to allow adding/removing keys to/from specific keyslots (https://github.com/ansible-collections/community.crypto/pull/664).
|
||||||
|
release_summary: Bugfix release.
|
||||||
|
fragments:
|
||||||
|
- 2.16.0.yml
|
||||||
|
- 664-luks_device-keyslot.yml
|
||||||
|
- pkcs12.yml
|
||||||
|
release_date: '2023-10-29'
|
||||||
2.2.0:
|
2.2.0:
|
||||||
changes:
|
changes:
|
||||||
bugfixes:
|
bugfixes:
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
release_summary: Bugfix release.
|
|
|
@ -1,2 +0,0 @@
|
||||||
minor_changes:
|
|
||||||
- "luks_devices - add new options ``keyslot``, ``new_keyslot``, and ``remove_keyslot`` to allow adding/removing keys to/from specific keyslots (https://github.com/ansible-collections/community.crypto/pull/664)."
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- "openssl_pkcs12 - modify autodetect to not detect pyOpenSSL >= 23.3.0, which removed PKCS#12 support (https://github.com/ansible-collections/community.crypto/pull/666)."
|
|
Loading…
Reference in New Issue