Skip to content

Commit

Permalink
Release 2.7.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Sep 23, 2022
1 parent b3f589d commit 18502d5
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 5 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@ Community Crypto Release Notes
.. 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
======

Expand Down
14 changes: 14 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -965,3 +965,17 @@ releases:
- 508-acme-429.yml
- 511-openssh_keypair-private_key_format_options.yml
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 change: 0 additions & 1 deletion changelogs/fragments/2.7.0.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/513-acme-503.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/515-action-module-compat.yml

This file was deleted.

0 comments on commit 18502d5

Please sign in to comment.