From a2d4bb7a9d7c737fa75d16a66703df11a98f800a Mon Sep 17 00:00:00 2001 From: Hetzner Cloud Bot <45457231+hcloud-bot@users.noreply.github.com> Date: Mon, 10 Nov 2025 11:13:32 +0000 Subject: [PATCH] chore(main): changelog for version 6.2.0 --- CHANGELOG.rst | 23 ++++++++++++++++ changelogs/changelog.yaml | 27 +++++++++++++++++++ .../dns-support-generally-available.yml | 15 ----------- 3 files changed, 50 insertions(+), 15 deletions(-) delete mode 100644 changelogs/fragments/dns-support-generally-available.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3a62911..56a5d97 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,29 @@ Hetzner Cloud Ansible Collection Release Notes .. contents:: Topics +v6.2.0 +====== + +Release Summary +--------------- + +**DNS API is now generally available** + +The DNS API is now generally available, as well as support for features +in this project that are related to the DNS API. + +To migrate existing zones to the new DNS API, see the `DNS migration +guide `__. + +See the +`changelog `__ +for more details. + +Minor Changes +------------- + +- DNS support is now generally available. + v6.1.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index a9a9970..169a80f 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -786,3 +786,30 @@ releases: - firewall-rules-ipv6-idempotency.yml - txt-record-filter.yml release_date: '2025-11-05' + 6.2.0: + changes: + minor_changes: + - DNS support is now generally available. + release_summary: '**DNS API is now generally available** + + + The DNS API is now generally available, as well as support for features + + in this project that are related to the DNS API. + + + To migrate existing zones to the new DNS API, see the `DNS migration + + guide `__. + + + See the + + `changelog `__ + + for more details. + + ' + fragments: + - dns-support-generally-available.yml + release_date: '2025-11-10' diff --git a/changelogs/fragments/dns-support-generally-available.yml b/changelogs/fragments/dns-support-generally-available.yml deleted file mode 100644 index 463fb23..0000000 --- a/changelogs/fragments/dns-support-generally-available.yml +++ /dev/null @@ -1,15 +0,0 @@ -release_summary: | - **DNS API is now generally available** - - The DNS API is now generally available, as well as support for features - in this project that are related to the DNS API. - - To migrate existing zones to the new DNS API, see the `DNS migration - guide `__. - - See the - `changelog `__ - for more details. - -minor_changes: - - DNS support is now generally available.