parent
b3f589df62
commit
18502d5250
|
@ -5,6 +5,24 @@ Community Crypto Release Notes
|
||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
|
|
||||||
|
v2.7.0
|
||||||
|
======
|
||||||
|
|
||||||
|
Release Summary
|
||||||
|
---------------
|
||||||
|
|
||||||
|
Feature release.
|
||||||
|
|
||||||
|
Minor Changes
|
||||||
|
-------------
|
||||||
|
|
||||||
|
- acme* modules - also support the HTTP 503 Service Unavailable and 408 Request Timeout response status for automatic retries (https://github.com/ansible-collections/community.crypto/pull/513).
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- openssl_privatekey_pipe - ensure compatibility with newer versions of ansible-core (https://github.com/ansible-collections/community.crypto/pull/515).
|
||||||
|
|
||||||
v2.6.0
|
v2.6.0
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|
|
@ -965,3 +965,17 @@ releases:
|
||||||
- 508-acme-429.yml
|
- 508-acme-429.yml
|
||||||
- 511-openssh_keypair-private_key_format_options.yml
|
- 511-openssh_keypair-private_key_format_options.yml
|
||||||
release_date: '2022-09-19'
|
release_date: '2022-09-19'
|
||||||
|
2.7.0:
|
||||||
|
changes:
|
||||||
|
bugfixes:
|
||||||
|
- openssl_privatekey_pipe - ensure compatibility with newer versions of ansible-core
|
||||||
|
(https://github.com/ansible-collections/community.crypto/pull/515).
|
||||||
|
minor_changes:
|
||||||
|
- acme* modules - also support the HTTP 503 Service Unavailable and 408 Request
|
||||||
|
Timeout response status for automatic retries (https://github.com/ansible-collections/community.crypto/pull/513).
|
||||||
|
release_summary: Feature release.
|
||||||
|
fragments:
|
||||||
|
- 2.7.0.yml
|
||||||
|
- 513-acme-503.yml
|
||||||
|
- 515-action-module-compat.yml
|
||||||
|
release_date: '2022-09-23'
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
release_summary: Feature release.
|
|
|
@ -1,2 +0,0 @@
|
||||||
minor_changes:
|
|
||||||
- "acme* modules - also support the HTTP 503 Service Unavailable and 408 Request Timeout response status for automatic retries (https://github.com/ansible-collections/community.crypto/pull/513)."
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- "openssl_privatekey_pipe - ensure compatibility with newer versions of ansible-core (https://github.com/ansible-collections/community.crypto/pull/515)."
|
|
Loading…
Reference in New Issue