Release 2.26.1.

This commit is contained in:
Felix Fontein
2025-04-28 11:51:52 +02:00
parent 805771d2ed
commit 278dcc5dda
6 changed files with 300 additions and 260 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -4,6 +4,20 @@ Community Crypto Release Notes
.. contents:: Topics
v2.26.1
=======
Release Summary
---------------
Bugfix and maintenance release with improved CI.
Bugfixes
--------
- luks_device - mark parameter ``passphrase_encoding`` as ``no_log=False`` to avoid confusing warning (https://github.com/ansible-collections/community.crypto/pull/867).
- luks_device - removing a specific keyslot with ``remove_keyslot`` caused the module to hang while cryptsetup was waiting for a passphrase from stdin, while the module did not supply one. Since a keyslot is not necessary, do not provide one (https://github.com/ansible-collections/community.crypto/issues/864, https://github.com/ansible-collections/community.crypto/pull/868).
v2.26.0
=======

View File

@@ -1627,3 +1627,19 @@ releases:
- 2.26.0.yml
- openssl_pkcs12_content.yml
release_date: '2025-03-11'
2.26.1:
changes:
bugfixes:
- luks_device - mark parameter ``passphrase_encoding`` as ``no_log=False``
to avoid confusing warning (https://github.com/ansible-collections/community.crypto/pull/867).
- luks_device - removing a specific keyslot with ``remove_keyslot`` caused
the module to hang while cryptsetup was waiting for a passphrase from stdin,
while the module did not supply one. Since a keyslot is not necessary, do
not provide one (https://github.com/ansible-collections/community.crypto/issues/864,
https://github.com/ansible-collections/community.crypto/pull/868).
release_summary: Bugfix and maintenance release with improved CI.
fragments:
- 2.26.1.yml
- 867-passphrase-encoding-nolog.yml
- 868-luks-remove-keyslot.yml
release_date: '2025-04-28'

View File

@@ -1 +0,0 @@
release_summary: Bugfix and maintenance release with improved CI.

View File

@@ -1,2 +0,0 @@
bugfixes:
- "luks_device - mark parameter ``passphrase_encoding`` as ``no_log=False`` to avoid confusing warning (https://github.com/ansible-collections/community.crypto/pull/867)."

View File

@@ -1,4 +0,0 @@
bugfixes:
- "luks_device - removing a specific keyslot with ``remove_keyslot`` caused the module to hang while cryptsetup was waiting for a passphrase from stdin,
while the module did not supply one. Since a keyslot is not necessary, do not provide one
(https://github.com/ansible-collections/community.crypto/issues/864, https://github.com/ansible-collections/community.crypto/pull/868)."