From 57d7dda1e7e1ca7b07bf5ac7c0972b277ee9f751 Mon Sep 17 00:00:00 2001 From: Hetzner Cloud Bot <45457231+hcloud-bot@users.noreply.github.com> Date: Wed, 19 Nov 2025 16:11:09 +0100 Subject: [PATCH] chore(main): release 6.2.1 (#741) :robot: I have created a release *beep* *boop* --- ## [6.2.1](https://github.com/ansible-collections/hetzner.hcloud/compare/6.2.0...6.2.1) (2025-11-17) ### Bug Fixes * zone rrset idempotency ([#737](https://github.com/ansible-collections/hetzner.hcloud/issues/737)) ([79f78fa](https://github.com/ansible-collections/hetzner.hcloud/commit/79f78fae282e7bd4a27722ff82404b35c1756a0f)), closes [#740](https://github.com/ansible-collections/hetzner.hcloud/issues/740) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- .github/release-please-manifest.json | 2 +- CHANGELOG.rst | 9 +++++++++ changelogs/changelog.yaml | 9 +++++++++ changelogs/dev-changelog.md | 7 +++++++ changelogs/fragments/zone-rrsets-idempotency.yml | 3 --- galaxy.yml | 2 +- plugins/module_utils/version.py | 2 +- 7 files changed, 28 insertions(+), 6 deletions(-) delete mode 100644 changelogs/fragments/zone-rrsets-idempotency.yml diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 45dc1c9..0df986f 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1 +1 @@ -{".":"6.2.0"} +{".":"6.2.1"} 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/dev-changelog.md b/changelogs/dev-changelog.md index 6162f30..ec626d2 100644 --- a/changelogs/dev-changelog.md +++ b/changelogs/dev-changelog.md @@ -1,5 +1,12 @@ # Changelog +## [6.2.1](https://github.com/ansible-collections/hetzner.hcloud/compare/6.2.0...6.2.1) (2025-11-17) + + +### Bug Fixes + +* zone rrset idempotency ([#737](https://github.com/ansible-collections/hetzner.hcloud/issues/737)) ([79f78fa](https://github.com/ansible-collections/hetzner.hcloud/commit/79f78fae282e7bd4a27722ff82404b35c1756a0f)), closes [#740](https://github.com/ansible-collections/hetzner.hcloud/issues/740) + ## [6.2.0](https://github.com/ansible-collections/hetzner.hcloud/compare/6.1.0...6.2.0) (2025-11-10) 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. diff --git a/galaxy.yml b/galaxy.yml index 50b3714..01e3b2f 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: hetzner name: hcloud -version: 6.2.0 +version: 6.2.1 readme: README.md authors: - Hetzner Cloud (github.com/hetznercloud) diff --git a/plugins/module_utils/version.py b/plugins/module_utils/version.py index fb4cf52..e67add8 100644 --- a/plugins/module_utils/version.py +++ b/plugins/module_utils/version.py @@ -1,3 +1,3 @@ from __future__ import annotations -version = "6.2.0" # x-release-please-version +version = "6.2.1" # x-release-please-version