mirror of
https://github.com/ansible-collections/hetzner.hcloud.git
synced 2026-02-04 08:01:49 +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:
parent
98ae62ac94
commit
ecf2b2b00d
7 changed files with 49 additions and 15 deletions
2
.github/release-please-manifest.json
vendored
2
.github/release-please-manifest.json
vendored
|
|
@ -1 +1 @@
|
||||||
{".":"6.5.0"}
|
{".":"6.6.0"}
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,26 @@ Hetzner Cloud Ansible Collection Release Notes
|
||||||
|
|
||||||
.. contents:: Topics
|
.. 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
|
v6.5.0
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -929,3 +929,22 @@ releases:
|
||||||
- private-module-utils.yml
|
- private-module-utils.yml
|
||||||
- storage-box-subaccount-api-name.yml
|
- storage-box-subaccount-api-name.yml
|
||||||
release_date: '2026-01-16'
|
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'
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,13 @@
|
||||||
# Changelog
|
# 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)
|
## [6.5.0](https://github.com/ansible-collections/hetzner.hcloud/compare/6.4.0...6.5.0) (2026-01-16)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,2 +0,0 @@
|
||||||
minor_changes:
|
|
||||||
- server - Rebuilding a Server now supports the ``user_data`` argument.
|
|
||||||
|
|
@ -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.
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
namespace: hetzner
|
namespace: hetzner
|
||||||
name: hcloud
|
name: hcloud
|
||||||
version: 6.5.0
|
version: 6.6.0
|
||||||
readme: README.md
|
readme: README.md
|
||||||
authors:
|
authors:
|
||||||
- Hetzner Cloud (github.com/hetznercloud)
|
- Hetzner Cloud (github.com/hetznercloud)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue