Release 2.22.0.

This commit is contained in:
Felix Fontein
2024-09-08 16:43:33 +02:00
parent eeb6152703
commit 80c129941a
6 changed files with 225 additions and 190 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -4,6 +4,19 @@ Community Crypto Release Notes
.. contents:: Topics
v2.22.0
=======
Release Summary
---------------
Feature release.
Minor Changes
-------------
- openssl_privatekey, openssl_privatekey_pipe - add default value ``auto`` for ``cipher`` option, which happens to be the only supported value for this option anyway. Therefore it is no longer necessary to specify ``cipher=auto`` when providing ``passphrase`` (https://github.com/ansible-collections/community.crypto/issues/793, https://github.com/ansible-collections/community.crypto/pull/794).
v2.21.1
=======

View File

@@ -1477,3 +1477,17 @@ releases:
- 2.21.1.yml
- 730-cryptography-invalidity_date.yml
release_date: '2024-07-21'
2.22.0:
changes:
minor_changes:
- openssl_privatekey, openssl_privatekey_pipe - add default value ``auto``
for ``cipher`` option, which happens to be the only supported value for
this option anyway. Therefore it is no longer necessary to specify ``cipher=auto``
when providing ``passphrase`` (https://github.com/ansible-collections/community.crypto/issues/793,
https://github.com/ansible-collections/community.crypto/pull/794).
release_summary: Feature release.
fragments:
- 0-readme.yml
- 2.22.0.yml
- 794-openssl_privatekey-cipher.yml
release_date: '2024-09-08'

View File

@@ -1,3 +0,0 @@
---
trivial:
- README.md - Add Communication section with Forum information.

View File

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

View File

@@ -1,4 +0,0 @@
minor_changes:
- "openssl_privatekey, openssl_privatekey_pipe - add default value ``auto`` for ``cipher`` option, which happens to be the only supported value
for this option anyway. Therefore it is no longer necessary to specify ``cipher=auto`` when providing ``passphrase``
(https://github.com/ansible-collections/community.crypto/issues/793, https://github.com/ansible-collections/community.crypto/pull/794)."