Skip to content

Commit 5504434

Browse files
authored
chore(main): release v1.63.0 (#1391)
<!-- section-start changelog --> ### Available and recommended Server Types have been moved - The Server Types list in `hcloud datacenter describe` is deprecated and will not be displayed anymore after 2026-10-01. The two commands below should be used for this purpose instead. - `hcloud server-type describe` now shows an `Available` and `Recommended` value for each location. - `hcloud server-type list` now has additional columns `location_available` and `location_recommended`. See the [changelog](https://docs.hetzner.cloud/changelog#2026-04-01-datacenter-deprecations) for more details. ### Features - **datacenter, server-type**: move available and recommended to server_type (#1384) <!-- 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 ### Available and recommended Server Types have been moved - The Server Types list in `hcloud datacenter describe` is deprecated and will not be displayed anymore after 2026-10-01. The two commands below should be used for this purpose instead. - `hcloud server-type describe` now shows an `Available` and `Recommended` value for each location. - `hcloud server-type list` now has additional columns `location_available` and `location_recommended`. See the [changelog](https://docs.hetzner.cloud/changelog#2026-04-01-datacenter-deprecations) 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 a7c00ba commit 5504434

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [v1.63.0](https://github.com/hetznercloud/cli/releases/tag/v1.63.0)
4+
5+
### Available and recommended Server Types have been moved
6+
7+
- The Server Types list in `hcloud datacenter describe` is deprecated and will not be displayed anymore after 2026-10-01. The two commands below should be used for this purpose instead.
8+
- `hcloud server-type describe` now shows an `Available` and `Recommended` value for each location.
9+
- `hcloud server-type list` now has additional columns `location_available` and `location_recommended`.
10+
11+
See the [changelog](https://docs.hetzner.cloud/changelog#2026-04-01-datacenter-deprecations) for more details.
12+
13+
### Features
14+
15+
- **datacenter, server-type**: move available and recommended to server_type (#1384)
16+
317
## [v1.62.2](https://github.com/hetznercloud/cli/releases/tag/v1.62.2)
418

519
### Bug Fixes

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.62.2" // x-releaser-pleaser-version
7+
version = "1.63.0" // x-releaser-pleaser-version
88

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

0 commit comments

Comments
 (0)