1
0
Fork 0
mirror of https://github.com/ansible-collections/hetzner.hcloud.git synced 2026-02-03 23:51:48 +00:00

chore(main): release 5.2.0 (#656)

🤖 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](8c8a52ceed))
* warn when experimental features are used
([#669](https://github.com/ansible-collections/hetzner.hcloud/issues/669))
([36053c7](36053c7ee8))


### Bug Fixes

* add `volume_attachment` module to meta
([#655](https://github.com/ansible-collections/hetzner.hcloud/issues/655))
([e6e4ce1](e6e4ce1d5f))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
This commit is contained in:
Hetzner Cloud Bot 2025-08-14 15:43:34 +02:00 committed by GitHub
parent 8c8a52ceed
commit bf678c47fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 42 additions and 8 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
======