mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-05-08 06:13:03 +00:00
Release 2.15.0.
This commit is contained in:
@@ -897,6 +897,33 @@ releases:
|
||||
- 628-pem-detection.yml
|
||||
- semantic-markup.yml
|
||||
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:
|
||||
changes:
|
||||
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)."
|
||||
Reference in New Issue
Block a user