Skip to content

Commit

Permalink
Release 2.15.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Aug 12, 2023
1 parent d3737f5 commit e41a50a
Show file tree
Hide file tree
Showing 5 changed files with 64 additions and 8 deletions.
37 changes: 37 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,43 @@ Community Crypto Release Notes
.. 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
=======

Expand Down
27 changes: 27 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion changelogs/fragments/2.15.0.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/600-get_certificate-asn1_base64.yml

This file was deleted.

5 changes: 0 additions & 5 deletions changelogs/fragments/646-openssh-rc.yml

This file was deleted.

0 comments on commit e41a50a

Please sign in to comment.