diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 56a5d97..4cf7a91 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,15 @@ Hetzner Cloud Ansible Collection Release Notes .. contents:: Topics +v6.2.1 +====== + +Bugfixes +-------- + +- zone_rrset - Records order is not guaranteed, the module will not generate a diff if the order of records changes. +- zone_rrset - Records without comments will not generate a diff anymore. + v6.2.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 169a80f..6641a2e 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -813,3 +813,12 @@ releases: fragments: - dns-support-generally-available.yml release_date: '2025-11-10' + 6.2.1: + changes: + bugfixes: + - zone_rrset - Records order is not guaranteed, the module will not generate + a diff if the order of records changes. + - zone_rrset - Records without comments will not generate a diff anymore. + fragments: + - zone-rrsets-idempotency.yml + release_date: '2025-11-17' diff --git a/changelogs/fragments/zone-rrsets-idempotency.yml b/changelogs/fragments/zone-rrsets-idempotency.yml deleted file mode 100644 index 4146059..0000000 --- a/changelogs/fragments/zone-rrsets-idempotency.yml +++ /dev/null @@ -1,3 +0,0 @@ -bugfixes: - - zone_rrset - Records order is not guaranteed, the module will not generate a diff if the order of records changes. - - zone_rrset - Records without comments will not generate a diff anymore.