Skip to content

Commit

Permalink
Release 1.9.22.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Jun 15, 2023
1 parent 9ef079e commit 52407bd
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ Community Crypto Release Notes
.. contents:: Topics


v1.9.22
=======

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

Bugfix release.

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).

v1.9.21
=======

Expand Down
11 changes: 11 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -701,6 +701,17 @@ releases:
- 560-openssl_csr-crl_distribution_points.yml
- 572-action-module.yml
release_date: '2023-04-16'
1.9.22:
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).
release_summary: Bugfix release.
fragments:
- 1.9.22.yml
- 598-openssh_keypair-generate-new-key.yml
release_date: '2023-06-15'
1.9.3:
changes:
bugfixes:
Expand Down
1 change: 0 additions & 1 deletion changelogs/fragments/1.9.22.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 52407bd

Please sign in to comment.