Skip to content

Commit e01a16e

Browse files
authored
chore(main): release v1.59.0 (#1296)
<!-- section-start changelog --> ### 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) <!-- section-end changelog --> --- <details> <summary><h4>PR by <a href="https://github.com/apricote/releaser-pleaser">releaser-pleaser</a> 🤖</h4></summary> If you want to modify the proposed release, add you overrides here. You can learn more about the options in the docs. ## Release Notes ### Prefix / Start This will be added to the start of the release notes. ~~~~rp-prefix ### 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. ~~~~ ### Suffix / End This will be added to the end of the release notes. ~~~~rp-suffix ~~~~ </details> Co-authored-by: Hetzner Cloud Bot <>
1 parent 0a4103f commit e01a16e

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## [v1.59.0](https://github.com/hetznercloud/cli/releases/tag/v1.59.0)
4+
5+
### Deprecation of `datacenter` attribute for Primary IPs and Servers
6+
7+
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.
8+
9+
The `location` attribute already exists for Servers, and was added for Primary IPs.
10+
11+
Therefor the `datacenter` attribute is deprecated in favor of the `location` attribute in the following commands:
12+
13+
- `hcloud server create`
14+
- `hcloud server describe`
15+
- `hcloud server list`
16+
- `hcloud primary-ip create`
17+
- `hcloud primary-ip describe`
18+
- `hcloud primary-ip list`
19+
20+
In list commands, the `datacenter` columns is not longer shown by default, and is replaced with the `location` column.
21+
22+
### Features
23+
24+
- **server,primary-ip**: deprecate datacenter (#1278)
25+
326
## [v1.58.0](https://github.com/hetznercloud/cli/releases/tag/v1.58.0)
427

528
### Features

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package version
22

33
var (
44
// version is a semver version (https://semver.org).
5-
version = "1.58.0" // x-releaser-pleaser-version
5+
version = "1.59.0" // x-releaser-pleaser-version
66

77
// versionPrerelease is a semver version pre-release identifier (https://semver.org).
88
//

0 commit comments

Comments
 (0)