Skip to content

Releases: hetznercloud/cli

v1.66.0

Choose a tag to compare

@hcloud-bot hcloud-bot released this 24 Jun 16:33
05d3057

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 for more details.

Features

  • deprecate hcloud datacenters ... commands (#1436)

Bug Fixes

  • cmd: Change tense for deletion of active context (#1412)

v1.65.0

Choose a tag to compare

@hcloud-bot hcloud-bot released this 21 May 12:15
a9f3077

Load Balancer HTTP Services now support TimeoutIdle

A timeout for HTTP connections can now be set with --http-timeout-idle while creating or updating Load Balancer services.

See the changelog for more information.

Features

  • load-balancer: support --http-timeout-idle flag (#1394)

v1.64.1

Choose a tag to compare

@hcloud-bot hcloud-bot released this 28 Apr 14:06
fbfa512

Bug Fixes

  • apple's signing and notarizing release pipeline

v1.64.0

Choose a tag to compare

@hcloud-bot hcloud-bot released this 28 Apr 13:18
616c676

Primary IPs assignee_type behavior change

When creating a Primary IP with the primary-ip command, the --assignee-type flag will be required together with the --assignee-id flag. Using the default value (server) for the --assignee-type flag is deprecated. Consider explicitly setting the --assignee-type flag.

As of 1 August 2026, the behavior of the Primary IP assignee_type property will change, and will return unassigned when the Primary IP is not assigned (when assignee_id is null). The goal is to eventually assign Primary IPs to other resource types, not only to server.

See the changelog for more details.

In addition, the Primary IP request body assignee_type property of the operation POST /v1/primary_ips is now optional. Primary IPs created without assignee_type return server until 1 August 2026, after this date, its value will be unassigned.

See the changelog for more details.

Features

  • primary-ip: --assignee-type is optional when creating a Primary IP (#1395)

v1.63.0

Choose a tag to compare

@hcloud-bot hcloud-bot released this 24 Apr 14:11
5504434

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 for more details.

Features

  • datacenter, server-type: move available and recommended to server_type (#1384)

v1.62.2

Choose a tag to compare

@hcloud-bot hcloud-bot released this 07 Apr 17:37
4b2b4e0

Bug Fixes

  • invalid goreleaser artifacts name for signing step (#1380)

v1.62.1

Choose a tag to compare

@hcloud-bot hcloud-bot released this 07 Apr 17:13
6dd1849

Bug Fixes

  • server-type: do not print locations that are unavailable (after deprecation) (#1369)
  • long version info not displayed correctly in release builds (#1374)
  • only generate signature for checksums.txt release asset (#1366)

v1.62.0

Choose a tag to compare

@hcloud-bot hcloud-bot released this 20 Mar 16:37
d96cd20

Features

  • build .deb and .rpm release files (#1311)
  • primary-ip: new flag to specify assignee-type on primary-ip create (#1348)
  • increase default poll interval for long running actions (#1364)
  • server-type: add location to list table default columns (#1340)
  • server-type: remove storage_type from list table default columns (#1340)
  • allow listing contexts as json/yaml (#1352)
  • add --long flag to version command (#1353)

Bug Fixes

  • suppress trailing spaces in tables (#1355)

v1.61.0

Choose a tag to compare

@hcloud-bot hcloud-bot released this 23 Jan 15:26
398874d

Storage Boxes support is now generally available

The experimental phase for Storage Boxes is over, and Storage Boxes support is now generally available.

Features

  • Storage Box support no longer experimental (#1267)
  • server: allow specifying user-data for rebuild (#1319)

v1.60.0

Choose a tag to compare

@hcloud-bot hcloud-bot released this 16 Jan 14:54
b1697c7

Storage Box Subaccounts are no longer identified by username

Storage Box Subaccounts now have a name property, allowing users to specify custom names for their Subaccounts.

More importantly, Storage Box Subaccounts (<subaccount>) are now identified by id or name, instead of by id or username.

 hcloud storage-box subaccount describe <storage-box> <subaccount>
-hcloud storage-box subaccount describe my-storage-box u1337-sub1
+hcloud storage-box subaccount describe my-storage-box my-subaccount

Existing Subaccounts have been updated to use their username as name value.

See our changelog for more details.

Features

  • table: mark columns as deprecated and show warning (#1300)
  • server: deprecate datacenter column (#1301)
  • storage-box: add name property to subaccounts (#1315)