parent
1097371cf4
commit
e1e5dfccc1
|
@ -5,6 +5,19 @@ Community Crypto Release Notes
|
||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
|
|
||||||
|
v2.9.0
|
||||||
|
======
|
||||||
|
|
||||||
|
Release Summary
|
||||||
|
---------------
|
||||||
|
|
||||||
|
Regular feature release.
|
||||||
|
|
||||||
|
Minor Changes
|
||||||
|
-------------
|
||||||
|
|
||||||
|
- x509_certificate_info - adds ``issuer_uri`` field in return value based on Authority Information Access data (https://github.com/ansible-collections/community.crypto/pull/530).
|
||||||
|
|
||||||
v2.8.1
|
v2.8.1
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|
|
@ -1014,3 +1014,13 @@ releases:
|
||||||
fragments:
|
fragments:
|
||||||
- 2.8.1.yml
|
- 2.8.1.yml
|
||||||
release_date: '2022-11-06'
|
release_date: '2022-11-06'
|
||||||
|
2.9.0:
|
||||||
|
changes:
|
||||||
|
minor_changes:
|
||||||
|
- x509_certificate_info - adds ``issuer_uri`` field in return value based on
|
||||||
|
Authority Information Access data (https://github.com/ansible-collections/community.crypto/pull/530).
|
||||||
|
release_summary: Regular feature release.
|
||||||
|
fragments:
|
||||||
|
- 2.9.0.yml
|
||||||
|
- aia_issuer.yaml
|
||||||
|
release_date: '2022-11-27'
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
release_summary: Regular feature release.
|
|
|
@ -1,2 +0,0 @@
|
||||||
minor_changes:
|
|
||||||
- x509_certificate_info - adds ``issuer_uri`` field in return value based on Authority Information Access data (https://github.com/ansible-collections/community.crypto/pull/530).
|
|
Loading…
Reference in New Issue