Release 2.9.0.

pull/533/head 2.9.0
Felix Fontein 2022-11-27 18:15:33 +01:00
parent 1097371cf4
commit e1e5dfccc1
4 changed files with 23 additions and 3 deletions

View File

@ -5,6 +5,19 @@ Community Crypto Release Notes
.. 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
======

View File

@ -1014,3 +1014,13 @@ releases:
fragments:
- 2.8.1.yml
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'

View File

@ -1 +0,0 @@
release_summary: Regular feature release.

View File

@ -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).