Release 3.1.1.

This commit is contained in:
Felix Fontein
2026-02-12 06:52:18 +01:00
parent 46dc971922
commit 9f7aba4d20
5 changed files with 332 additions and 296 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -4,6 +4,19 @@ Community Crypto Release Notes
.. contents:: Topics
v3.1.1
======
Release Summary
---------------
Bugfix release.
Bugfixes
--------
- crypto_info, openssl_privatekey, openssl_privatekey_pipe - fix detection of EC support for cryptography 46.0.5+ (https://github.com/ansible-collections/community.crypto/pull/981).
v3.1.0
======

View File

@@ -1898,3 +1898,13 @@ releases:
- 3.1.0.yml
- 964-luks-device-tpm2-priority.yml
release_date: '2025-12-29'
3.1.1:
changes:
bugfixes:
- crypto_info, openssl_privatekey, openssl_privatekey_pipe - fix detection
of EC support for cryptography 46.0.5+ (https://github.com/ansible-collections/community.crypto/pull/981).
release_summary: Bugfix release.
fragments:
- 3.1.1.yml
- 981-ec.yml
release_date: '2026-02-12'

View File

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

View File

@@ -1,2 +0,0 @@
bugfixes:
- "crypto_info, openssl_privatekey, openssl_privatekey_pipe - fix detection of EC support for cryptography 46.0.5+ (https://github.com/ansible-collections/community.crypto/pull/981)."