mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-03-26 21:33:25 +00:00
Release 2.22.0.
This commit is contained in:
380
CHANGELOG.md
380
CHANGELOG.md
File diff suppressed because it is too large
Load Diff
@@ -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
|
||||
=======
|
||||
|
||||
|
||||
@@ -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'
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
---
|
||||
trivial:
|
||||
- README.md - Add Communication section with Forum information.
|
||||
@@ -1 +0,0 @@
|
||||
release_summary: Feature release.
|
||||
@@ -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)."
|
||||
Reference in New Issue
Block a user