mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-05-07 22:03:01 +00:00
Release 2.26.0.
This commit is contained in:
420
CHANGELOG.md
420
CHANGELOG.md
File diff suppressed because it is too large
Load Diff
@@ -4,6 +4,19 @@ Community Crypto Release Notes
|
|||||||
|
|
||||||
.. contents:: Topics
|
.. 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
|
v2.25.0
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
|||||||
@@ -1616,3 +1616,14 @@ releases:
|
|||||||
- 2.25.0.yml
|
- 2.25.0.yml
|
||||||
- luks_device_passphrase_newlines.yml
|
- luks_device_passphrase_newlines.yml
|
||||||
release_date: '2025-02-09'
|
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'
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
release_summary: Feature release.
|
|
||||||
@@ -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).
|
|
||||||
Reference in New Issue
Block a user