Release 2.16.0.

This commit is contained in:
Felix Fontein
2023-10-29 15:59:31 +01:00
parent fc707c7e31
commit 6bd5eee9b0
5 changed files with 32 additions and 5 deletions

View File

@@ -5,6 +5,24 @@ Community Crypto Release Notes
.. 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
=======