Skip to content

Releases: hetznercloud/cli

v1.62.2

07 Apr 17:37
4b2b4e0

Choose a tag to compare

Bug Fixes

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

v1.62.1

07 Apr 17:13
6dd1849

Choose a tag to compare

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

20 Mar 16:37
d96cd20

Choose a tag to compare

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

23 Jan 15:26
398874d

Choose a tag to compare

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

16 Jan 14:54
b1697c7

Choose a tag to compare

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)

v1.59.0

05 Jan 16:16
e01a16e

Choose a tag to compare

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)

v1.58.0

18 Dec 16:47
d5b8b96

Choose a tag to compare

Features

  • firewall: add list columns for labels, created and age (#1239)
  • drop builds for windows armv6 and armv7 (32 bit) (#1246)
  • context: allow creation in non-interactive tty (#1252)

v1.57.0

10 Nov 11:20
90d8e66

Choose a tag to compare

DNS API is now generally available

The DNS API is now generally available, as well as support for features in this project that are related to the DNS API.

To migrate existing zones to the new DNS API, see the DNS migration guide.

See the changelog for more details.

Features

  • DNS support is now generally available (#1234)

v1.56.0

07 Nov 13:50
c9ebdf3

Choose a tag to compare

Features

  • format user provided TXT records when not quoted (#1208)

Bug Fixes

  • more readable default time format (#1197)
  • iso: broken --type flag in list command (#1221)
  • Storage Boxes not listed in hcloud all list (#1222)
  • consistent tab spacing in describe commands (#1216)
  • filepaths not correctly resolved on Windows (#1229)

v1.55.0

21 Oct 10:13
ce89973

Choose a tag to compare

Storage Box API Experimental

This release adds support for the Storage Box API.

The Storage Box integration will be introduced as an experimental feature. This experimental phase is expected to last until 21 November 2025. During this period, upcoming minor releases of the project may include breaking changes to features related to the Storage Box API. You can find out the current state of this in #1202.

This release includes all changes from the recent Storage Box API changelog entry.

Examples

hcloud storage-box create \
    --name backups \
    --type bx11 \
    --location fsn1 \
    --password "$PASSWORD" \
    --enable-ssh \
    --reachable-externally

hcloud storage-box enable-snapshot-plan backups \
    --max-snapshots 10 \
    --minute 0 \
    --hour 2

Features

  • server,load-balancer: add --ip-range argument to attach-to-network commands (#1164)
  • add support for Storage Boxes (#1118)

Bug Fixes

  • list commands print null instead of [] in JSON mode (#1191)
  • outdated JSON output after creating resources (#1194)
  • formatting of server-type describe output (#1196)