Skip to content

Commit

Permalink
Release 0.8.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Sep 7, 2023
1 parent 6356903 commit 6558a64
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 7 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,25 @@ Tools for ACME Release Notes
.. contents:: Topics


v0.8.0
======

Release Summary
---------------

Feature release with improved creation of DNS records for Route53 and Hosttech.

Major Changes
-------------

- The collection now depends on community.aws >= 6.3.0 and amazon.aws >= 6.3.0 to improve stability of the acme_certificate role with Amazon's Route 53 DNS (https://github.com/felixfontein/ansible-acme/pull/62).

Minor Changes
-------------

- acme_certificate role - increase maximum wait for Hosttech DNS records from 2 to 5 minutes (https://github.com/felixfontein/ansible-acme/pull/64).
- acme_certificate role - use community.aws.route53_wait instead of community.dns.wait_for_txt when using Amazon's Route 53 DNS to improve stability (https://github.com/felixfontein/ansible-acme/issues/57, https://github.com/felixfontein/ansible-acme/pull/62).

v0.7.0
======

Expand Down
19 changes: 19 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -185,3 +185,22 @@ releases:
- 0.7.0.yml
- 55-cloudflare.yml
release_date: '2023-06-15'
0.8.0:
changes:
major_changes:
- The collection now depends on community.aws >= 6.3.0 and amazon.aws >= 6.3.0
to improve stability of the acme_certificate role with Amazon's Route 53 DNS
(https://github.com/felixfontein/ansible-acme/pull/62).
minor_changes:
- acme_certificate role - increase maximum wait for Hosttech DNS records from
2 to 5 minutes (https://github.com/felixfontein/ansible-acme/pull/64).
- acme_certificate role - use community.aws.route53_wait instead of community.dns.wait_for_txt
when using Amazon's Route 53 DNS to improve stability (https://github.com/felixfontein/ansible-acme/issues/57,
https://github.com/felixfontein/ansible-acme/pull/62).
release_summary: Feature release with improved creation of DNS records for Route53
and Hosttech.
fragments:
- 0.8.0.yml
- 62-route53_wait.yml
- 64-hosttech-wait.yml
release_date: '2023-09-07'
1 change: 0 additions & 1 deletion changelogs/fragments/0.8.0.yml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/62-route53_wait.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/64-hosttech-wait.yml

This file was deleted.

0 comments on commit 6558a64

Please sign in to comment.