Release 2.26.7.

This commit is contained in:
Felix Fontein
2026-02-12 06:51:29 +01:00
parent edfb82772c
commit cea0f7639c
5 changed files with 320 additions and 284 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -4,6 +4,19 @@ Community Crypto Release Notes
.. contents:: Topics
v2.26.7
=======
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).
v2.26.6
=======

View File

@@ -1712,3 +1712,13 @@ releases:
fragments:
- 2.26.6.yml
release_date: '2025-10-29'
2.26.7:
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:
- 2.26.7.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)."