From 70786394a93b6a7e8f83473b116e7ce2627226b1 Mon Sep 17 00:00:00 2001 From: Hetzner Cloud Bot <45457231+hcloud-bot@users.noreply.github.com> Date: Mon, 26 Jan 2026 16:16:07 +0100 Subject: [PATCH] chore(main): release 6.6.0 --- .github/release-please-manifest.json | 2 +- changelogs/dev-changelog.md | 8 ++++++++ galaxy.yml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 2bd9c3e..4e30777 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1 +1 @@ -{".":"6.5.0"} +{".":"6.6.0"} diff --git a/changelogs/dev-changelog.md b/changelogs/dev-changelog.md index 63d5896..1961797 100644 --- a/changelogs/dev-changelog.md +++ b/changelogs/dev-changelog.md @@ -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) diff --git a/galaxy.yml b/galaxy.yml index 993a761..928d3d0 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -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)