1
0
Fork 0
mirror of https://github.com/ansible-collections/hetzner.hcloud.git synced 2026-02-04 08:01:49 +00:00

chore(main): changelog for version 5.2.0

This commit is contained in:
Hetzner Cloud Bot 2025-08-14 13:04:26 +00:00
parent f96b8ba9d6
commit f667e616f8
4 changed files with 26 additions and 5 deletions

View file

@ -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
======

View file

@ -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'

View file

@ -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.

View file

@ -1,2 +0,0 @@
minor_changes:
- volume - Allow renaming a volume.