parent
d3737f5ef7
commit
e41a50af97
|
@ -5,6 +5,43 @@ Community Crypto Release Notes
|
||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
|
|
||||||
|
v2.15.0
|
||||||
|
=======
|
||||||
|
|
||||||
|
Release Summary
|
||||||
|
---------------
|
||||||
|
|
||||||
|
Bugfix and feature release.
|
||||||
|
|
||||||
|
Minor Changes
|
||||||
|
-------------
|
||||||
|
|
||||||
|
- openssh_keypair - fail when comment cannot be updated (https://github.com/ansible-collections/community.crypto/pull/646).
|
||||||
|
|
||||||
|
Deprecated Features
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
- get_certificate - the default ``false`` of the ``asn1_base64`` option is deprecated and will change to ``true`` in community.crypto 3.0.0 (https://github.com/ansible-collections/community.crypto/pull/600).
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- openssh_cert, openssh_keypair - the modules ignored return codes of ``ssh`` and ``ssh-keygen`` in some cases (https://github.com/ansible-collections/community.crypto/issues/645, https://github.com/ansible-collections/community.crypto/pull/646).
|
||||||
|
- openssh_keypair - fix comment updating for OpenSSH before 6.5 (https://github.com/ansible-collections/community.crypto/pull/646).
|
||||||
|
|
||||||
|
New Plugins
|
||||||
|
-----------
|
||||||
|
|
||||||
|
Filter
|
||||||
|
~~~~~~
|
||||||
|
|
||||||
|
- gpg_fingerprint - Retrieve a GPG fingerprint from a GPG public or private key
|
||||||
|
|
||||||
|
Lookup
|
||||||
|
~~~~~~
|
||||||
|
|
||||||
|
- gpg_fingerprint - Retrieve a GPG fingerprint from a GPG public or private key file
|
||||||
|
|
||||||
v2.14.1
|
v2.14.1
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
|
|
@ -897,6 +897,33 @@ releases:
|
||||||
- 628-pem-detection.yml
|
- 628-pem-detection.yml
|
||||||
- semantic-markup.yml
|
- semantic-markup.yml
|
||||||
release_date: '2023-06-27'
|
release_date: '2023-06-27'
|
||||||
|
2.15.0:
|
||||||
|
changes:
|
||||||
|
bugfixes:
|
||||||
|
- openssh_cert, openssh_keypair - the modules ignored return codes of ``ssh``
|
||||||
|
and ``ssh-keygen`` in some cases (https://github.com/ansible-collections/community.crypto/issues/645,
|
||||||
|
https://github.com/ansible-collections/community.crypto/pull/646).
|
||||||
|
- openssh_keypair - fix comment updating for OpenSSH before 6.5 (https://github.com/ansible-collections/community.crypto/pull/646).
|
||||||
|
deprecated_features:
|
||||||
|
- get_certificate - the default ``false`` of the ``asn1_base64`` option is deprecated
|
||||||
|
and will change to ``true`` in community.crypto 3.0.0 (https://github.com/ansible-collections/community.crypto/pull/600).
|
||||||
|
minor_changes:
|
||||||
|
- openssh_keypair - fail when comment cannot be updated (https://github.com/ansible-collections/community.crypto/pull/646).
|
||||||
|
release_summary: Bugfix and feature release.
|
||||||
|
fragments:
|
||||||
|
- 2.15.0.yml
|
||||||
|
- 600-get_certificate-asn1_base64.yml
|
||||||
|
- 646-openssh-rc.yml
|
||||||
|
plugins:
|
||||||
|
filter:
|
||||||
|
- description: Retrieve a GPG fingerprint from a GPG public or private key
|
||||||
|
name: gpg_fingerprint
|
||||||
|
namespace: null
|
||||||
|
lookup:
|
||||||
|
- description: Retrieve a GPG fingerprint from a GPG public or private key file
|
||||||
|
name: gpg_fingerprint
|
||||||
|
namespace: null
|
||||||
|
release_date: '2023-08-12'
|
||||||
2.2.0:
|
2.2.0:
|
||||||
changes:
|
changes:
|
||||||
bugfixes:
|
bugfixes:
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
release_summary: Bugfix and feature release.
|
|
|
@ -1,2 +0,0 @@
|
||||||
deprecated_features:
|
|
||||||
- "get_certificate - the default ``false`` of the ``asn1_base64`` option is deprecated and will change to ``true`` in community.crypto 3.0.0 (https://github.com/ansible-collections/community.crypto/pull/600)."
|
|
|
@ -1,5 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- "openssh_cert, openssh_keypair - the modules ignored return codes of ``ssh`` and ``ssh-keygen`` in some cases (https://github.com/ansible-collections/community.crypto/issues/645, https://github.com/ansible-collections/community.crypto/pull/646)."
|
|
||||||
- "openssh_keypair - fix comment updating for OpenSSH before 6.5 (https://github.com/ansible-collections/community.crypto/pull/646)."
|
|
||||||
minor_changes:
|
|
||||||
- "openssh_keypair - fail when comment cannot be updated (https://github.com/ansible-collections/community.crypto/pull/646)."
|
|
Loading…
Reference in New Issue