Release 2.26.0.

This commit is contained in:
Felix Fontein
2025-03-11 20:09:02 +01:00
parent 0d1f260328
commit e58fe63dde
5 changed files with 242 additions and 205 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.0
=======
Release Summary
---------------
Feature release.
Minor Changes
-------------
- openssl_pkcs12 - the module now supports ``certificate_content``/``other_certificates_content`` for cases where the data already exists in memory and not yet in a file (https://github.com/ansible-collections/community.crypto/issues/847, https://github.com/ansible-collections/community.crypto/pull/848).
v2.25.0
=======

View File

@@ -1616,3 +1616,14 @@ releases:
- 2.25.0.yml
- luks_device_passphrase_newlines.yml
release_date: '2025-02-09'
2.26.0:
changes:
minor_changes:
- openssl_pkcs12 - the module now supports ``certificate_content``/``other_certificates_content``
for cases where the data already exists in memory and not yet in a file
(https://github.com/ansible-collections/community.crypto/issues/847, https://github.com/ansible-collections/community.crypto/pull/848).
release_summary: Feature release.
fragments:
- 2.26.0.yml
- openssl_pkcs12_content.yml
release_date: '2025-03-11'

View File

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

View File

@@ -1,2 +0,0 @@
minor_changes:
- openssl_pkcs12 - the module now supports ``certificate_content``/``other_certificates_content`` for cases where the data already exists in memory and not yet in a file (https://github.com/ansible-collections/community.crypto/issues/847, https://github.com/ansible-collections/community.crypto/pull/848).