mirror of
https://github.com/ansible-collections/hetzner.hcloud.git
synced 2026-02-04 08:01:49 +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:
parent
8c8a52ceed
commit
bf678c47fb
8 changed files with 42 additions and 8 deletions
2
.github/release-please-manifest.json
vendored
2
.github/release-please-manifest.json
vendored
|
|
@ -1 +1 @@
|
|||
{".":"5.1.0"}
|
||||
{".":"5.2.0"}
|
||||
|
|
|
|||
|
|
@ -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,5 +1,18 @@
|
|||
# Changelog
|
||||
|
||||
## [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](https://github.com/ansible-collections/hetzner.hcloud/commit/8c8a52ceed3bb26c0dfcb0aaf4b9bdb9359b0609))
|
||||
* warn when experimental features are used ([#669](https://github.com/ansible-collections/hetzner.hcloud/issues/669)) ([36053c7](https://github.com/ansible-collections/hetzner.hcloud/commit/36053c7ee802d26dabcc97bf88013966f8f6411a))
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* add `volume_attachment` module to meta ([#655](https://github.com/ansible-collections/hetzner.hcloud/issues/655)) ([e6e4ce1](https://github.com/ansible-collections/hetzner.hcloud/commit/e6e4ce1d5f4117262bc234b14ab87d6e753474d8))
|
||||
|
||||
## [5.1.0](https://github.com/ansible-collections/hetzner.hcloud/compare/5.0.1...5.1.0) (2025-06-11)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
namespace: hetzner
|
||||
name: hcloud
|
||||
version: 5.1.0
|
||||
version: 5.2.0
|
||||
readme: README.md
|
||||
authors:
|
||||
- Hetzner Cloud (github.com/hetznercloud)
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
from __future__ import annotations
|
||||
|
||||
version = "5.1.0" # x-release-please-version
|
||||
version = "5.2.0" # x-release-please-version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue