Release 3.1.0.

This commit is contained in:
Felix Fontein
2025-12-29 14:52:25 +01:00
parent 7d2b30ce90
commit c9c3a41291
5 changed files with 274 additions and 235 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -4,6 +4,20 @@ Community Crypto Release Notes
.. contents:: Topics
v3.1.0
======
Release Summary
---------------
Feature release.
Minor Changes
-------------
- luks_device - add support for TPM2 enrollment using ``systemd-cryptsetup`` (https://github.com/ansible-collections/community.crypto/issues/850, https://github.com/ansible-collections/community.crypto/pull/972).
- luks_device - add support for keyslot priority (https://github.com/ansible-collections/community.crypto/issues/850, https://github.com/ansible-collections/community.crypto/pull/972).
v3.0.5
======

View File

@@ -1886,3 +1886,15 @@ releases:
- 3.0.5.yml
- 963-ruff.yml
release_date: '2025-10-29'
3.1.0:
changes:
minor_changes:
- luks_device - add support for TPM2 enrollment using ``systemd-cryptsetup``
(https://github.com/ansible-collections/community.crypto/issues/850, https://github.com/ansible-collections/community.crypto/pull/972).
- luks_device - add support for keyslot priority (https://github.com/ansible-collections/community.crypto/issues/850,
https://github.com/ansible-collections/community.crypto/pull/972).
release_summary: Feature release.
fragments:
- 3.1.0.yml
- 964-luks-device-tpm2-priority.yml
release_date: '2025-12-29'

View File

@@ -1 +0,0 @@
release_summary: Feature release.

View File

@@ -1,3 +0,0 @@
minor_changes:
- luks_device - add support for TPM2 enrollment using ``systemd-cryptsetup`` (https://github.com/ansible-collections/community.crypto/issues/850, https://github.com/ansible-collections/community.crypto/pull/972).
- luks_device - add support for keyslot priority (https://github.com/ansible-collections/community.crypto/issues/850, https://github.com/ansible-collections/community.crypto/pull/972).