parent
e3bc22f7d5
commit
05ad2e5008
|
@ -5,6 +5,20 @@ Community Crypto Release Notes
|
||||||
.. contents:: Topics
|
.. 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
|
v2.13.0
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
|
|
@ -828,6 +828,18 @@ releases:
|
||||||
- 596-x509_crl-mode.yml
|
- 596-x509_crl-mode.yml
|
||||||
- 598-openssh_keypair-generate-new-key.yml
|
- 598-openssh_keypair-generate-new-key.yml
|
||||||
release_date: '2023-05-01'
|
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:
|
2.2.0:
|
||||||
changes:
|
changes:
|
||||||
bugfixes:
|
bugfixes:
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
release_summary: Bugfix release.
|
|
|
@ -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)."
|
|
Loading…
Reference in New Issue