parent
ceabef7e58
commit
e6a0d2884a
|
@ -5,6 +5,19 @@ Community Crypto Release Notes
|
||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
|
|
||||||
|
v2.12.0
|
||||||
|
=======
|
||||||
|
|
||||||
|
Release Summary
|
||||||
|
---------------
|
||||||
|
|
||||||
|
Feature release.
|
||||||
|
|
||||||
|
Minor Changes
|
||||||
|
-------------
|
||||||
|
|
||||||
|
- get_certificate - add ``asn1_base64`` option to control whether the ASN.1 included in the ``extensions`` return value is binary data or Base64 encoded (https://github.com/ansible-collections/community.crypto/pull/592).
|
||||||
|
|
||||||
v2.11.1
|
v2.11.1
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
|
|
@ -796,6 +796,17 @@ releases:
|
||||||
fragments:
|
fragments:
|
||||||
- 2.11.1.yml
|
- 2.11.1.yml
|
||||||
release_date: '2023-03-24'
|
release_date: '2023-03-24'
|
||||||
|
2.12.0:
|
||||||
|
changes:
|
||||||
|
minor_changes:
|
||||||
|
- get_certificate - add ``asn1_base64`` option to control whether the ASN.1
|
||||||
|
included in the ``extensions`` return value is binary data or Base64 encoded
|
||||||
|
(https://github.com/ansible-collections/community.crypto/pull/592).
|
||||||
|
release_summary: Feature release.
|
||||||
|
fragments:
|
||||||
|
- 2.12.0.yml
|
||||||
|
- 592-get_certificate-base64.yml
|
||||||
|
release_date: '2023-04-16'
|
||||||
2.2.0:
|
2.2.0:
|
||||||
changes:
|
changes:
|
||||||
bugfixes:
|
bugfixes:
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
release_summary: Feature release.
|
|
|
@ -1,2 +0,0 @@
|
||||||
minor_changes:
|
|
||||||
- "get_certificate - add ``asn1_base64`` option to control whether the ASN.1 included in the ``extensions`` return value is binary data or Base64 encoded (https://github.com/ansible-collections/community.crypto/pull/592)."
|
|
Loading…
Reference in New Issue