Skip to content

Commit

Permalink
Release 2.13.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed May 1, 2023
1 parent a8f27f9 commit 39bba05
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 9 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,30 @@ Community Crypto Release Notes
.. contents:: Topics


v2.13.0
=======

Release Summary
---------------

Bugfix and maintenance release.

Minor Changes
-------------

- x509_crl - the ``crl_mode`` option has been added to replace the existing ``mode`` option (https://github.com/ansible-collections/community.crypto/issues/596).

Deprecated Features
-------------------

- x509_crl - the ``mode`` option is deprecated; use ``crl_mode`` instead. The ``mode`` option will change its meaning in community.crypto 3.0.0, and will refer to the CRL file's mode instead (https://github.com/ansible-collections/community.crypto/issues/596).

Bugfixes
--------

- openssh_keypair - always generate a new key pair if the private key does not exist. Previously, the module would fail when ``regenerate=fail`` without an existing key, contradicting the documentation (https://github.com/ansible-collections/community.crypto/pull/598).
- x509_crl - remove problem with ansible-core 2.16 due to ``AnsibleModule`` is now validating the ``mode`` parameter's values (https://github.com/ansible-collections/community.crypto/issues/596).

v2.12.0
=======

Expand Down
21 changes: 21 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -807,6 +807,27 @@ releases:
- 2.12.0.yml
- 592-get_certificate-base64.yml
release_date: '2023-04-16'
2.13.0:
changes:
bugfixes:
- openssh_keypair - always generate a new key pair if the private key does not
exist. Previously, the module would fail when ``regenerate=fail`` without
an existing key, contradicting the documentation (https://github.com/ansible-collections/community.crypto/pull/598).
- x509_crl - remove problem with ansible-core 2.16 due to ``AnsibleModule``
is now validating the ``mode`` parameter's values (https://github.com/ansible-collections/community.crypto/issues/596).
deprecated_features:
- x509_crl - the ``mode`` option is deprecated; use ``crl_mode`` instead. The
``mode`` option will change its meaning in community.crypto 3.0.0, and will
refer to the CRL file's mode instead (https://github.com/ansible-collections/community.crypto/issues/596).
minor_changes:
- x509_crl - the ``crl_mode`` option has been added to replace the existing
``mode`` option (https://github.com/ansible-collections/community.crypto/issues/596).
release_summary: Bugfix and maintenance release.
fragments:
- 2.13.0.yml
- 596-x509_crl-mode.yml
- 598-openssh_keypair-generate-new-key.yml
release_date: '2023-05-01'
2.2.0:
changes:
bugfixes:
Expand Down
1 change: 0 additions & 1 deletion changelogs/fragments/2.13.0.yml

This file was deleted.

6 changes: 0 additions & 6 deletions changelogs/fragments/596-x509_crl-mode.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/598-openssh_keypair-generate-new-key.yml

This file was deleted.

0 comments on commit 39bba05

Please sign in to comment.