From c470849c6b3bc8c4d57335f2ce1ded417931de43 Mon Sep 17 00:00:00 2001 From: Hetzner Cloud Bot <> Date: Mon, 5 Jan 2026 16:14:52 +0000 Subject: [PATCH] chore(main): release v1.59.0 --- CHANGELOG.md | 23 +++++++++++++++++++++++ internal/version/version.go | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5b11589..1c3cb1c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## [v1.59.0](https://github.com/hetznercloud/cli/releases/tag/v1.59.0) + +### Deprecation of `datacenter` attribute for Primary IPs and Servers + +The `datacenter` attribute is deprecated in the `Primary IPs` and `Servers` API resources and will be removed after 1 July 2026. See https://docs.hetzner.cloud/changelog#2025-12-16-phasing-out-datacenters for more details. + +The `location` attribute already exists for Servers, and was added for Primary IPs. + +Therefor the `datacenter` attribute is deprecated in favor of the `location` attribute in the following commands: + +- `hcloud server create` +- `hcloud server describe` +- `hcloud server list` +- `hcloud primary-ip create` +- `hcloud primary-ip describe` +- `hcloud primary-ip list` + +In list commands, the `datacenter` columns is not longer shown by default, and is replaced with the `location` column. + +### Features + +- **server,primary-ip**: deprecate datacenter (#1278) + ## [v1.58.0](https://github.com/hetznercloud/cli/releases/tag/v1.58.0) ### Features diff --git a/internal/version/version.go b/internal/version/version.go index 50edc48e..b942d828 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -2,7 +2,7 @@ package version var ( // version is a semver version (https://semver.org). - version = "1.58.0" // x-releaser-pleaser-version + version = "1.59.0" // x-releaser-pleaser-version // versionPrerelease is a semver version pre-release identifier (https://semver.org). //