Skip to content

Commit

Permalink
Release 0.7.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Jun 15, 2023
1 parent 59e0d8a commit c44d7a2
Show file tree
Hide file tree
Showing 4 changed files with 33 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 @@ 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
======

Expand Down
15 changes: 15 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
3 changes: 0 additions & 3 deletions changelogs/fragments/0.7.0.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/55-cloudflare.yml

This file was deleted.

0 comments on commit c44d7a2

Please sign in to comment.