Release 2.7.0.

pull/517/head 2.7.0
Felix Fontein 2022-09-23 07:40:12 +02:00
parent b3f589df62
commit 18502d5250
5 changed files with 32 additions and 5 deletions

View File

@ -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
====== ======

View File

@ -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'

View File

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

View File

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

View File

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