diff options
Diffstat (limited to 'ansible_collections/community/dns/changelogs')
-rw-r--r-- | ansible_collections/community/dns/changelogs/changelog.yaml | 19 | ||||
-rw-r--r-- | ansible_collections/community/dns/changelogs/config.yaml | 1 |
2 files changed, 14 insertions, 6 deletions
diff --git a/ansible_collections/community/dns/changelogs/changelog.yaml b/ansible_collections/community/dns/changelogs/changelog.yaml index 230527b2b..4adb7145b 100644 --- a/ansible_collections/community/dns/changelogs/changelog.yaml +++ b/ansible_collections/community/dns/changelogs/changelog.yaml @@ -859,16 +859,14 @@ releases: should be treated as an absolute domain name (``search=false``), or potentially as a relative domain name (``search=true``) (https://github.com/ansible-collections/community.dns/issues/200, https://github.com/ansible-collections/community.dns/pull/201). - release_summary: '... - - ' + release_summary: New major release. removed_features: - The collection no longer supports Ansible, ansible-base, and ansible-core releases that are currently End of Life at the time of the 3.0.0 release. This means that Ansible 2.9, ansible-base 2.10, ansible-core 2.11, ansible-core - 2.12, ansible-core 2.13, and ansible-core 2.14 are no longer supported. The - collection might still work with these versions, but it can stop working at - any moment without advance notice, and this will not be considered a bug (https://github.com/ansible-collections/community.dns/pull/196). + 2.12, and ansible-core 2.13 are no longer supported. The collection might + still work with these versions, but it can stop working at any moment without + advance notice, and this will not be considered a bug (https://github.com/ansible-collections/community.dns/pull/196). - hetzner_dns_record_set, hetzner_dns_record - the deprecated alias ``name`` of the prefix option was removed (https://github.com/ansible-collections/community.dns/pull/196). - hosttech_dns_records - the redirect to the ``hosttech_dns_record_sets`` module @@ -878,3 +876,12 @@ releases: - 3.0.0.yml - update-psl.yml release_date: '2024-05-19' + 3.0.1: + changes: + bugfixes: + - Update Public Suffix List. + release_summary: Maintenance release with updated PSL. + fragments: + - 3.0.1.yml + - update-psl.yml + release_date: '2024-06-16' diff --git a/ansible_collections/community/dns/changelogs/config.yaml b/ansible_collections/community/dns/changelogs/config.yaml index 06dc33cc8..600c62598 100644 --- a/ansible_collections/community/dns/changelogs/config.yaml +++ b/ansible_collections/community/dns/changelogs/config.yaml @@ -36,3 +36,4 @@ sections: title: Community DNS Collection trivial_section_name: trivial use_fqcn: true +add_plugin_period: true |