From f667e616f873a4d365b598d7ba4415d090ce394e Mon Sep 17 00:00:00 2001 From: Hetzner Cloud Bot <45457231+hcloud-bot@users.noreply.github.com> Date: Thu, 14 Aug 2025 13:04:26 +0000 Subject: [PATCH] chore(main): changelog for version 5.2.0 --- CHANGELOG.rst | 14 ++++++++++++++ changelogs/changelog.yaml | 12 ++++++++++++ .../fragments/missing-volume-attachment-meta.yml | 3 --- changelogs/fragments/rename-volume.yml | 2 -- 4 files changed, 26 insertions(+), 5 deletions(-) delete mode 100644 changelogs/fragments/missing-volume-attachment-meta.yml delete mode 100644 changelogs/fragments/rename-volume.yml 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/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.