Release 2.14.0.

This commit is contained in:
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
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
=======