Release 2.13.1.

pull/609/head 2.13.1
Felix Fontein 2023-05-21 14:12:40 +02:00
parent e3bc22f7d5
commit 05ad2e5008
4 changed files with 26 additions and 4 deletions

View File

@ -5,6 +5,20 @@ Community Crypto Release Notes
.. contents:: Topics
v2.13.1
=======
Release Summary
---------------
Bugfix release.
Bugfixes
--------
- execution environment definition - fix installation of ``python3-pyOpenSSL`` package on CentOS and RHEL (https://github.com/ansible-collections/community.crypto/pull/606).
- execution environment definition - fix source of ``python3-pyOpenSSL`` package for Rocky Linux 9+ (https://github.com/ansible-collections/community.crypto/pull/606).
v2.13.0
=======

View File

@ -828,6 +828,18 @@ releases:
- 596-x509_crl-mode.yml
- 598-openssh_keypair-generate-new-key.yml
release_date: '2023-05-01'
2.13.1:
changes:
bugfixes:
- execution environment definition - fix installation of ``python3-pyOpenSSL``
package on CentOS and RHEL (https://github.com/ansible-collections/community.crypto/pull/606).
- execution environment definition - fix source of ``python3-pyOpenSSL`` package
for Rocky Linux 9+ (https://github.com/ansible-collections/community.crypto/pull/606).
release_summary: Bugfix release.
fragments:
- 2.13.1.yml
- 606-ee-rocky.yml
release_date: '2023-05-21'
2.2.0:
changes:
bugfixes:

View File

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

View File

@ -1,3 +0,0 @@
bugfixes:
- "execution environment definition - fix source of ``python3-pyOpenSSL`` package for Rocky Linux 9+ (https://github.com/ansible-collections/community.crypto/pull/606)."
- "execution environment definition - fix installation of ``python3-pyOpenSSL`` package on CentOS and RHEL (https://github.com/ansible-collections/community.crypto/pull/606)."