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:
parent
f96b8ba9d6
commit
f667e616f8
4 changed files with 26 additions and 5 deletions
|
|
@ -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
|
||||
======
|
||||
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
minor_changes:
|
||||
- volume - Allow renaming a volume.
|
||||
Loading…
Add table
Add a link
Reference in a new issue