diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8dd4662..4deb0b5 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index ee13f71..2dbdd18 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -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' diff --git a/changelogs/fragments/0.4.0.yml b/changelogs/fragments/0.4.0.yml deleted file mode 100644 index 06fec0e..0000000 --- a/changelogs/fragments/0.4.0.yml +++ /dev/null @@ -1 +0,0 @@ -release_summary: This release bumps some requirements and adds some features. diff --git a/changelogs/fragments/19-add-inwx-dns-provider.yaml b/changelogs/fragments/19-add-inwx-dns-provider.yaml deleted file mode 100644 index 80199de..0000000 --- a/changelogs/fragments/19-add-inwx-dns-provider.yaml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - "acme_certificate role - the role can now handle the DNS provider INWX (https://github.com/felixfontein/ansible-acme/pull/19)." diff --git a/changelogs/fragments/22-validation-root.yml b/changelogs/fragments/22-validation-root.yml deleted file mode 100644 index 195d05a..0000000 --- a/changelogs/fragments/22-validation-root.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - "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)." \ No newline at end of file diff --git a/changelogs/fragments/community.dns-2.0.0.yml b/changelogs/fragments/community.dns-2.0.0.yml deleted file mode 100644 index 1e01e3f..0000000 --- a/changelogs/fragments/community.dns-2.0.0.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: -- "The collection now requires community.dns >= 2.0.0 for Hosttech DNS support." diff --git a/changelogs/fragments/community.general-4.0.0.yml b/changelogs/fragments/community.general-4.0.0.yml deleted file mode 100644 index df07b3a..0000000 --- a/changelogs/fragments/community.general-4.0.0.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: -- "The collection now requires community.general >= 4.0.0."