Skip to content

Commit

Permalink
Release 0.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Nov 4, 2021
1 parent 2049d70 commit 220cdb3
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 9 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@ Tools for ACME Release Notes
.. contents:: Topics


v0.4.0
======

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

This release bumps some requirements and adds some features.

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

- The collection now requires community.dns >= 2.0.0 for Hosttech DNS support.
- The collection now requires community.general >= 4.0.0.
- acme_certificate role - an alternative root certificate URL can be specified in ``acme_certificate_root_certificate_for_verification`` that is only used for validating the retrieved chain (https://github.com/felixfontein/ansible-acme/pull/22).
- acme_certificate role - the role can now handle the DNS provider INWX (https://github.com/felixfontein/ansible-acme/pull/19).

v0.3.1
======

Expand Down
17 changes: 17 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,20 @@ releases:
- 0.3.1.yml
- hosttech.yml
release_date: '2021-07-12'
0.4.0:
changes:
minor_changes:
- The collection now requires community.dns >= 2.0.0 for Hosttech DNS support.
- The collection now requires community.general >= 4.0.0.
- acme_certificate role - an alternative root certificate URL can be specified
in ``acme_certificate_root_certificate_for_verification`` that is only used
for validating the retrieved chain (https://github.com/felixfontein/ansible-acme/pull/22).
- acme_certificate role - the role can now handle the DNS provider INWX (https://github.com/felixfontein/ansible-acme/pull/19).
release_summary: This release bumps some requirements and adds some features.
fragments:
- 0.4.0.yml
- 19-add-inwx-dns-provider.yaml
- 22-validation-root.yml
- community.dns-2.0.0.yml
- community.general-4.0.0.yml
release_date: '2021-11-04'
1 change: 0 additions & 1 deletion changelogs/fragments/0.4.0.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/19-add-inwx-dns-provider.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/22-validation-root.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/community.dns-2.0.0.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/community.general-4.0.0.yml

This file was deleted.

0 comments on commit 220cdb3

Please sign in to comment.