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.4.0

This commit is contained in:
Hetzner Cloud Bot 2026-01-05 16:44:30 +01:00
parent 10c41f032b
commit b7f476a642
4 changed files with 15 additions and 3 deletions

View file

@ -1 +1 @@
{".":"6.3.0"}
{".":"6.4.0"}

View file

@ -1,5 +1,17 @@
# Changelog
## [6.4.0](https://github.com/ansible-collections/hetzner.hcloud/compare/6.3.0...6.4.0) (2026-01-05)
### Features
* deprecate datacenter in `primary ips` and `servers` ([#773](https://github.com/ansible-collections/hetzner.hcloud/issues/773)) ([10c41f0](https://github.com/ansible-collections/hetzner.hcloud/commit/10c41f032b8f69e7ce18f42a8521152ca9316354))
### Bug Fixes
* redirect for storage box module must use a fully qualified name ([#767](https://github.com/ansible-collections/hetzner.hcloud/issues/767)) ([55cc1fa](https://github.com/ansible-collections/hetzner.hcloud/commit/55cc1fa3a90c2791d6f3e01163e901ff9836191e))
## [6.3.0](https://github.com/ansible-collections/hetzner.hcloud/compare/6.2.1...6.3.0) (2025-12-10)

View file

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

View file

@ -1,3 +1,3 @@
from __future__ import annotations
version = "6.3.0" # x-release-please-version
version = "6.4.0" # x-release-please-version