From 34db0ce9b22ede956d4af2daca50b79b740cfb8b Mon Sep 17 00:00:00 2001 From: Hetzner Cloud Bot <45457231+hcloud-bot@users.noreply.github.com> Date: Mon, 10 Nov 2025 12:14:37 +0100 Subject: [PATCH] chore(main): release 6.2.0 (#735) :robot: I have created a release *beep* *boop* --- ## [6.2.0](https://github.com/ansible-collections/hetzner.hcloud/compare/6.1.0...6.2.0) (2025-11-10) ### Features * DNS support is now generally available ([#727](https://github.com/ansible-collections/hetzner.hcloud/issues/727)) ([337067d](https://github.com/ansible-collections/hetzner.hcloud/commit/337067d9dee6acfe8281aee3373d5cb9e724ffb1)) --- 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 | 23 ++++++++++++++++ changelogs/changelog.yaml | 27 +++++++++++++++++++ changelogs/dev-changelog.md | 7 +++++ .../dns-support-generally-available.yml | 15 ----------- galaxy.yml | 2 +- plugins/module_utils/version.py | 2 +- 7 files changed, 60 insertions(+), 18 deletions(-) delete mode 100644 changelogs/fragments/dns-support-generally-available.yml diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 5dab2c5..45dc1c9 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1 +1 @@ -{".":"6.1.0"} +{".":"6.2.0"} 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/dev-changelog.md b/changelogs/dev-changelog.md index 2d09871..6162f30 100644 --- a/changelogs/dev-changelog.md +++ b/changelogs/dev-changelog.md @@ -1,5 +1,12 @@ # Changelog +## [6.2.0](https://github.com/ansible-collections/hetzner.hcloud/compare/6.1.0...6.2.0) (2025-11-10) + + +### Features + +* DNS support is now generally available ([#727](https://github.com/ansible-collections/hetzner.hcloud/issues/727)) ([337067d](https://github.com/ansible-collections/hetzner.hcloud/commit/337067d9dee6acfe8281aee3373d5cb9e724ffb1)) + ## [6.1.0](https://github.com/ansible-collections/hetzner.hcloud/compare/6.0.0...6.1.0) (2025-11-05) 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. diff --git a/galaxy.yml b/galaxy.yml index 4cc90bd..50b3714 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: hetzner name: hcloud -version: 6.1.0 +version: 6.2.0 readme: README.md authors: - Hetzner Cloud (github.com/hetznercloud) diff --git a/plugins/module_utils/version.py b/plugins/module_utils/version.py index 271cbfe..fb4cf52 100644 --- a/plugins/module_utils/version.py +++ b/plugins/module_utils/version.py @@ -1,3 +1,3 @@ from __future__ import annotations -version = "6.1.0" # x-release-please-version +version = "6.2.0" # x-release-please-version