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 6.6.0 (#795)

🤖 I have created a release *beep* *boop*
---


##
[6.6.0](https://github.com/ansible-collections/hetzner.hcloud/compare/6.5.0...6.6.0)
(2026-01-26)


### Features

* **server:** allow setting user_data for rebuild
([#794](https://github.com/ansible-collections/hetzner.hcloud/issues/794))
([98ae62a](98ae62ac94))
* Storage Box support no longer experimental
([#793](https://github.com/ansible-collections/hetzner.hcloud/issues/793))
([d52e86d](d52e86d944))

---
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 2026-01-26 16:18:51 +01:00 committed by GitHub
parent 98ae62ac94
commit ecf2b2b00d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 49 additions and 15 deletions

View file

@ -1 +1 @@
{".":"6.5.0"}
{".":"6.6.0"}

View file

@ -4,6 +4,26 @@ Hetzner Cloud Ansible Collection Release Notes
.. contents:: Topics
v6.6.0
======
Release Summary
---------------
The experimental phase for Storage Boxes is over, and Storage Boxes support is now generally available.
Minor Changes
-------------
- server - Rebuilding a Server now supports the ``user_data`` argument.
- storage_box - The module is no longer marked as experimental.
- storage_box_info - The module is no longer marked as experimental.
- storage_box_snapshot - The module is no longer marked as experimental.
- storage_box_snapshot_info - The module is no longer marked as experimental.
- storage_box_subaccount - The module is no longer marked as experimental.
- storage_box_subaccount_info - The module is no longer marked as experimental.
- storage_box_type_info - The module is no longer marked as experimental.
v6.5.0
======

View file

@ -929,3 +929,22 @@ releases:
- private-module-utils.yml
- storage-box-subaccount-api-name.yml
release_date: '2026-01-16'
6.6.0:
changes:
minor_changes:
- server - Rebuilding a Server now supports the ``user_data`` argument.
- storage_box - The module is no longer marked as experimental.
- storage_box_info - The module is no longer marked as experimental.
- storage_box_snapshot - The module is no longer marked as experimental.
- storage_box_snapshot_info - The module is no longer marked as experimental.
- storage_box_subaccount - The module is no longer marked as experimental.
- storage_box_subaccount_info - The module is no longer marked as experimental.
- storage_box_type_info - The module is no longer marked as experimental.
release_summary: 'The experimental phase for Storage Boxes is over, and Storage
Boxes support is now generally available.
'
fragments:
- server-rebuild-user-data.yml
- storage-box-generally-available.yml
release_date: '2026-01-26'

View file

@ -1,5 +1,13 @@
# Changelog
## [6.6.0](https://github.com/ansible-collections/hetzner.hcloud/compare/6.5.0...6.6.0) (2026-01-26)
### Features
* **server:** allow setting user_data for rebuild ([#794](https://github.com/ansible-collections/hetzner.hcloud/issues/794)) ([98ae62a](https://github.com/ansible-collections/hetzner.hcloud/commit/98ae62ac94669bf544143b0c451e57ea093c32bb))
* Storage Box support no longer experimental ([#793](https://github.com/ansible-collections/hetzner.hcloud/issues/793)) ([d52e86d](https://github.com/ansible-collections/hetzner.hcloud/commit/d52e86d9445ea8bc355e1fff895fce1e07ad5701))
## [6.5.0](https://github.com/ansible-collections/hetzner.hcloud/compare/6.4.0...6.5.0) (2026-01-16)

View file

@ -1,2 +0,0 @@
minor_changes:
- server - Rebuilding a Server now supports the ``user_data`` argument.

View file

@ -1,11 +0,0 @@
release_summary: |
The experimental phase for Storage Boxes is over, and Storage Boxes support is now generally available.
minor_changes:
- storage_box - The module is no longer marked as experimental.
- storage_box_info - The module is no longer marked as experimental.
- storage_box_snapshot - The module is no longer marked as experimental.
- storage_box_snapshot_info - The module is no longer marked as experimental.
- storage_box_subaccount - The module is no longer marked as experimental.
- storage_box_subaccount_info - The module is no longer marked as experimental.
- storage_box_type_info - The module is no longer marked as experimental.

View file

@ -1,6 +1,6 @@
namespace: hetzner
name: hcloud
version: 6.5.0
version: 6.6.0
readme: README.md
authors:
- Hetzner Cloud (github.com/hetznercloud)