Release 1.9.22.

pull/630/head 1.9.22
Felix Fontein 2023-06-15 13:01:24 +02:00
parent 9ef079efab
commit 52407bd8d8
4 changed files with 24 additions and 3 deletions

View File

@ -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
=======

View File

@ -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:

View File

@ -1 +0,0 @@
release_summary: Bugfix release.

View File

@ -1,2 +0,0 @@
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)."