mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-03-26 21:33:25 +00:00
Release 2.26.1.
This commit is contained in:
523
CHANGELOG.md
523
CHANGELOG.md
File diff suppressed because it is too large
Load Diff
@@ -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
|
||||
=======
|
||||
|
||||
|
||||
@@ -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'
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
release_summary: Bugfix and maintenance release with improved CI.
|
||||
@@ -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)."
|
||||
@@ -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)."
|
||||
Reference in New Issue
Block a user