From bf678c47fb0fef4c64a387676418bba58564d260 Mon Sep 17 00:00:00 2001 From: Hetzner Cloud Bot <45457231+hcloud-bot@users.noreply.github.com> Date: Thu, 14 Aug 2025 15:43:34 +0200 Subject: [PATCH] chore(main): release 5.2.0 (#656) :robot: I have created a release *beep* *boop* --- ## [5.2.0](https://github.com/ansible-collections/hetzner.hcloud/compare/5.1.0...5.2.0) (2025-08-14) ### Features * allow renaming a volume ([#683](https://github.com/ansible-collections/hetzner.hcloud/issues/683)) ([8c8a52c](https://github.com/ansible-collections/hetzner.hcloud/commit/8c8a52ceed3bb26c0dfcb0aaf4b9bdb9359b0609)) * warn when experimental features are used ([#669](https://github.com/ansible-collections/hetzner.hcloud/issues/669)) ([36053c7](https://github.com/ansible-collections/hetzner.hcloud/commit/36053c7ee802d26dabcc97bf88013966f8f6411a)) ### Bug Fixes * add `volume_attachment` module to meta ([#655](https://github.com/ansible-collections/hetzner.hcloud/issues/655)) ([e6e4ce1](https://github.com/ansible-collections/hetzner.hcloud/commit/e6e4ce1d5f4117262bc234b14ab87d6e753474d8)) --- 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 | 14 ++++++++++++++ changelogs/changelog.yaml | 12 ++++++++++++ changelogs/dev-changelog.md | 13 +++++++++++++ .../fragments/missing-volume-attachment-meta.yml | 3 --- changelogs/fragments/rename-volume.yml | 2 -- galaxy.yml | 2 +- plugins/module_utils/version.py | 2 +- 8 files changed, 42 insertions(+), 8 deletions(-) delete mode 100644 changelogs/fragments/missing-volume-attachment-meta.yml delete mode 100644 changelogs/fragments/rename-volume.yml diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 7690267..b7c790b 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1 +1 @@ -{".":"5.1.0"} +{".":"5.2.0"} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 64cb607..54f3292 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,20 @@ Hetzner Cloud Ansible Collection Release Notes .. contents:: Topics +v5.2.0 +====== + +Minor Changes +------------- + +- volume - Allow renaming a volume. + +Bugfixes +-------- + +- volume_attachment - Add ``hcloud_volume_attachment`` alias to ``volume_attachment`` module. +- volume_attachment - Add ``volume_attachment`` module to action group ``all``. + v5.1.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index b9f4ef4..9236542 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -670,3 +670,15 @@ releases: - server-placement-group-id-idempotency.yml - ssh-key-force-argument.yml release_date: '2025-06-11' + 5.2.0: + changes: + bugfixes: + - volume_attachment - Add ``hcloud_volume_attachment`` alias to ``volume_attachment`` + module. + - volume_attachment - Add ``volume_attachment`` module to action group ``all``. + minor_changes: + - volume - Allow renaming a volume. + fragments: + - missing-volume-attachment-meta.yml + - rename-volume.yml + release_date: '2025-08-14' diff --git a/changelogs/dev-changelog.md b/changelogs/dev-changelog.md index 319f720..d2965ab 100644 --- a/changelogs/dev-changelog.md +++ b/changelogs/dev-changelog.md @@ -1,5 +1,18 @@ # Changelog +## [5.2.0](https://github.com/ansible-collections/hetzner.hcloud/compare/5.1.0...5.2.0) (2025-08-14) + + +### Features + +* allow renaming a volume ([#683](https://github.com/ansible-collections/hetzner.hcloud/issues/683)) ([8c8a52c](https://github.com/ansible-collections/hetzner.hcloud/commit/8c8a52ceed3bb26c0dfcb0aaf4b9bdb9359b0609)) +* warn when experimental features are used ([#669](https://github.com/ansible-collections/hetzner.hcloud/issues/669)) ([36053c7](https://github.com/ansible-collections/hetzner.hcloud/commit/36053c7ee802d26dabcc97bf88013966f8f6411a)) + + +### Bug Fixes + +* add `volume_attachment` module to meta ([#655](https://github.com/ansible-collections/hetzner.hcloud/issues/655)) ([e6e4ce1](https://github.com/ansible-collections/hetzner.hcloud/commit/e6e4ce1d5f4117262bc234b14ab87d6e753474d8)) + ## [5.1.0](https://github.com/ansible-collections/hetzner.hcloud/compare/5.0.1...5.1.0) (2025-06-11) diff --git a/changelogs/fragments/missing-volume-attachment-meta.yml b/changelogs/fragments/missing-volume-attachment-meta.yml deleted file mode 100644 index 37c7457..0000000 --- a/changelogs/fragments/missing-volume-attachment-meta.yml +++ /dev/null @@ -1,3 +0,0 @@ -bugfixes: - - volume_attachment - Add ``volume_attachment`` module to action group ``all``. - - volume_attachment - Add ``hcloud_volume_attachment`` alias to ``volume_attachment`` module. diff --git a/changelogs/fragments/rename-volume.yml b/changelogs/fragments/rename-volume.yml deleted file mode 100644 index 34ebd50..0000000 --- a/changelogs/fragments/rename-volume.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - volume - Allow renaming a volume. diff --git a/galaxy.yml b/galaxy.yml index 1bb3cba..9653f35 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: hetzner name: hcloud -version: 5.1.0 +version: 5.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 aab8522..32eb41e 100644 --- a/plugins/module_utils/version.py +++ b/plugins/module_utils/version.py @@ -1,3 +1,3 @@ from __future__ import annotations -version = "5.1.0" # x-release-please-version +version = "5.2.0" # x-release-please-version