Release 2.14.0.

pull/623/head 2.14.0
Felix Fontein 2023-06-15 12:52:42 +02:00
parent 2f64d42855
commit 1f84d0a317
6 changed files with 33 additions and 9 deletions

View File

@ -5,6 +5,21 @@ Community Crypto Release Notes
.. contents:: Topics .. contents:: Topics
v2.14.0
=======
Release Summary
---------------
Feature release.
Minor Changes
-------------
- acme_certificate - allow to use no challenge by providing ``no challenge`` for the ``challenge`` option. This is needed for ACME servers where validation is done without challenges (https://github.com/ansible-collections/community.crypto/issues/613, https://github.com/ansible-collections/community.crypto/pull/615).
- acme_certificate - validate and wait for challenges in parallel instead handling them one after another (https://github.com/ansible-collections/community.crypto/pull/617).
- x509_certificate_info - added support for certificates in DER format when using ``path`` parameter (https://github.com/ansible-collections/community.crypto/issues/603).
v2.13.1 v2.13.1
======= =======

View File

@ -840,6 +840,24 @@ releases:
- 2.13.1.yml - 2.13.1.yml
- 606-ee-rocky.yml - 606-ee-rocky.yml
release_date: '2023-05-21' release_date: '2023-05-21'
2.14.0:
changes:
minor_changes:
- acme_certificate - allow to use no challenge by providing ``no challenge``
for the ``challenge`` option. This is needed for ACME servers where validation
is done without challenges (https://github.com/ansible-collections/community.crypto/issues/613,
https://github.com/ansible-collections/community.crypto/pull/615).
- acme_certificate - validate and wait for challenges in parallel instead handling
them one after another (https://github.com/ansible-collections/community.crypto/pull/617).
- x509_certificate_info - added support for certificates in DER format when
using ``path`` parameter (https://github.com/ansible-collections/community.crypto/issues/603).
release_summary: Feature release.
fragments:
- 2.14.0.yml
- 615-no-challenge.yml
- 617-acme_certificate-parallel.yml
- 622-der-format-support.yml
release_date: '2023-06-15'
2.2.0: 2.2.0:
changes: changes:
bugfixes: bugfixes:

View File

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

View File

@ -1,4 +0,0 @@
minor_changes:
- "acme_certificate - allow to use no challenge by providing ``no challenge`` for the ``challenge`` option.
This is needed for ACME servers where validation is done without challenges
(https://github.com/ansible-collections/community.crypto/issues/613, https://github.com/ansible-collections/community.crypto/pull/615)."

View File

@ -1,2 +0,0 @@
minor_changes:
- "acme_certificate - validate and wait for challenges in parallel instead handling them one after another (https://github.com/ansible-collections/community.crypto/pull/617)."

View File

@ -1,2 +0,0 @@
minor_changes:
- "x509_certificate_info - added support for certificates in DER format when using ``path`` parameter (https://github.com/ansible-collections/community.crypto/issues/603)."