diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 52ce564..4a2e749 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,24 @@ Tools for ACME Release Notes .. contents:: Topics +v0.7.0 +====== + +Release Summary +--------------- + +New major release dropping compatibility with old Ansible versions, namely Ansible 2.9 and ansible-base 2.10. + +Minor Changes +------------- + +- acme_certificate role - add Cloudflare DNS support (https://github.com/felixfontein/ansible-acme/pull/55). + +Breaking Changes / Porting Guide +-------------------------------- + +- Drop compatibility for Ansible 2.9 and ansible-base 2.10. These versions of Ansible/ansible-base have been End of Life for some time now. If you are still using them, either stick to an older version of this collection, or upgrade to a newer version of ansible-core/Ansible (https://github.com/felixfontein/ansible-acme/pull/54). + v0.6.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index b451b61..c63ed18 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -170,3 +170,18 @@ releases: name: _substitute_dns namespace: null release_date: '2023-01-02' + 0.7.0: + changes: + breaking_changes: + - Drop compatibility for Ansible 2.9 and ansible-base 2.10. These versions of + Ansible/ansible-base have been End of Life for some time now. If you are still + using them, either stick to an older version of this collection, or upgrade + to a newer version of ansible-core/Ansible (https://github.com/felixfontein/ansible-acme/pull/54). + minor_changes: + - acme_certificate role - add Cloudflare DNS support (https://github.com/felixfontein/ansible-acme/pull/55). + release_summary: New major release dropping compatibility with old Ansible versions, + namely Ansible 2.9 and ansible-base 2.10. + fragments: + - 0.7.0.yml + - 55-cloudflare.yml + release_date: '2023-06-15' diff --git a/changelogs/fragments/0.7.0.yml b/changelogs/fragments/0.7.0.yml deleted file mode 100644 index acf0a27..0000000 --- a/changelogs/fragments/0.7.0.yml +++ /dev/null @@ -1,3 +0,0 @@ -release_summary: New major release dropping compatibility with old Ansible versions, namely Ansible 2.9 and ansible-base 2.10. -breaking_changes: - - "Drop compatibility for Ansible 2.9 and ansible-base 2.10. These versions of Ansible/ansible-base have been End of Life for some time now. If you are still using them, either stick to an older version of this collection, or upgrade to a newer version of ansible-core/Ansible (https://github.com/felixfontein/ansible-acme/pull/54)." diff --git a/changelogs/fragments/55-cloudflare.yml b/changelogs/fragments/55-cloudflare.yml deleted file mode 100644 index 5a62ae5..0000000 --- a/changelogs/fragments/55-cloudflare.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - "acme_certificate role - add Cloudflare DNS support (https://github.com/felixfontein/ansible-acme/pull/55)."