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.