Commit e01a16e
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
2 files changed
+24
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
3 | 26 | | |
4 | 27 | | |
5 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments