Skip to content

Commit 05d3057

Browse files
authored
chore(main): release v1.66.0 (#1414)
<!-- section-start changelog --> ### Datacenters commands are now deprecated The `hcloud datacenters list` and `hcloud datacenters describe` commands are now deprecated. The endpoints `GET /v1/datacenters` and `GET /v1/datacenters/{id}` are now deprecated and will be removed after 1 Oct. 2026. After this date, requests to these endpoints will return `HTTP 410 Gone`. See the [changelog](https://docs.hetzner.cloud/changelog#2026-06-02-datacenters-deprecated) for more details. ### Features - deprecate `hcloud datacenters ...` commands (#1436) ### Bug Fixes - **cmd**: Change tense for deletion of active context (#1412) <!-- 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 ### Datacenters commands are now deprecated The `hcloud datacenters list` and `hcloud datacenters describe` commands are now deprecated. The endpoints `GET /v1/datacenters` and `GET /v1/datacenters/{id}` are now deprecated and will be removed after 1 Oct. 2026. After this date, requests to these endpoints will return `HTTP 410 Gone`. See the [changelog](https://docs.hetzner.cloud/changelog#2026-06-02-datacenters-deprecated) for more details. ~~~~ ### Suffix / End This will be added to the end of the release notes. ~~~~rp-suffix ~~~~ </details> Co-authored-by: Hetzner Cloud Bot <>
1 parent 09f8fb8 commit 05d3057

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [v1.66.0](https://github.com/hetznercloud/cli/releases/tag/v1.66.0)
4+
5+
### Datacenters commands are now deprecated
6+
7+
The `hcloud datacenters list` and `hcloud datacenters describe` commands are now deprecated.
8+
9+
The endpoints `GET /v1/datacenters` and `GET /v1/datacenters/{id}` are now deprecated and will be removed after 1 Oct. 2026. After this date, requests to these endpoints will return `HTTP 410 Gone`.
10+
11+
See the [changelog](https://docs.hetzner.cloud/changelog#2026-06-02-datacenters-deprecated) for more details.
12+
13+
### Features
14+
15+
- deprecate `hcloud datacenters ...` commands (#1436)
16+
17+
### Bug Fixes
18+
19+
- **cmd**: Change tense for deletion of active context (#1412)
20+
321
## [v1.65.0](https://github.com/hetznercloud/cli/releases/tag/v1.65.0)
422

523
### Load Balancer HTTP Services now support `TimeoutIdle`

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import "runtime/debug"
44

55
var (
66
// version is a semver version (https://semver.org).
7-
version = "1.65.0" // x-releaser-pleaser-version
7+
version = "1.66.0" // x-releaser-pleaser-version
88

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

0 commit comments

Comments
 (0)