Skip to content

Releases: hetznercloud/cli

v1.51.0

30 May 08:26
7479cf1

Choose a tag to compare

Features

  • load-balancer: allow specifying network on create (#1013)
  • context: add unset commmand (#1017)
  • publish image to Docker Hub (#1043)

Bug Fixes

  • allow getting resources with number as name
  • some list flags are not correctly parsed (#987)
  • load-balancer: allow certificate names in addition to IDs when creating/updating (#1026)
  • config option flags sometimes not parsed correctly (#1025)

v1.51.0-rc.2

22 May 14:54
5ffbbc5

Choose a tag to compare

v1.51.0-rc.2 Pre-release
Pre-release

Changelog

v1.51.0-rc.1

22 May 14:24
53de193

Choose a tag to compare

v1.51.0-rc.1 Pre-release
Pre-release

Bug Fixes

  • docker publish not working

v1.51.0-rc.0

09 May 15:40
b5cb11a

Choose a tag to compare

v1.51.0-rc.0 Pre-release
Pre-release

Features

  • load-balancer: allow specifying network on create (#1013)
  • context: add unset commmand (#1017)
  • publish image to Docker Hub (#1043)

Bug Fixes

  • allow getting resources with number as name
  • some list flags are not correctly parsed (#987)
  • load-balancer: allow certificate names in addition to IDs when creating/updating (#1026)
  • config option flags sometimes not parsed correctly (#1025)

v1.50.0

16 Jan 15:35
c9056b2

Choose a tag to compare

Features

  • certificate: allow adding labels during create (#949)

Bug Fixes

  • display $ when the currency is USD (#933)
  • network: missing load_balancers property in schema

v1.49.0

08 Nov 13:01
fbcbf3b

Choose a tag to compare

Features

  • drop support for go 1.21 (#902)

Bug Fixes

  • macOS binary not notarized (#868)

v1.49.0-rc.0

08 Nov 12:46
aeeff68

Choose a tag to compare

v1.49.0-rc.0 Pre-release
Pre-release

Features

  • drop support for go 1.21 (#902)

Bug Fixes

  • macOS binary not notarized (#868)

v1.48.0

25 Oct 12:57
0ea077a

Choose a tag to compare

1.48.0 (2024-10-25)

Features

  • allow auto-completing context flag (#861) (7495b14)
  • primary-ip: allow setting auto-delete on create (#860) (b6aecb3), closes #855

Bug Fixes

  • image: only use numerical IDs for label auto-completion (#865) (1d10d92)
  • primary-ip: labels ignored in create command (#885) (7a17174), closes #883

v1.47.0

30 Aug 11:42
b59cfbf

Choose a tag to compare

1.47.0 (2024-08-30)

Features

  • allow deleting rDNS entries (#839) (129f51d), closes #814
  • certificate: allow retrying managed certificate issuance (#847) (0223f7d)
  • improve datacenter describe server types readability (#854) (fc0002c), closes #852

Bug Fixes

  • quiet option sometimes only working as a flag (#846) (f7c9ac6)
  • image: only accept numerical ids for update, delete, label (#844) (7355571)
  • load-balancer: show message if none of --server, --label-selector or --ip is set (#849) (2df45e0)
  • primary-ip: change protection commands do not allow protection levels (#851) (697a87a)

v1.46.0

25 Jul 11:26
05e65b9

Choose a tag to compare

1.46.0 (2024-07-25)

API Changes for Traffic Prices and Server Type Included Traffic

There will be a breaking change in the API regarding Traffic Prices and Server Type Included Traffic on 2024-08-05. This release implements the necessary changes for the CLI.

Until now, the hcloud server-type list command had a column traffic. This is no longer possible, because there is no single included traffic for a server type, and instead this depends on the location. We have set the field to - and removed it from the default columns. The information is still available in hcloud server-type describe <server-type-name>, now in the "Pricing" section of the output.

This also affects the JSON and YAML output of both hcloud server-type list and hcloud server-type describe as we use the API schema for this.

You can learn more about this change in our changelog.

Features

  • load-balancer-type: show traffic details for each location in describe output (5c9380c)
  • server-type: show traffic details for each location in describe output (5c9380c)

Bug Fixes

  • ineffective poll interval option (#822) (41aaa56)
  • printing for server create with mulitple networks (#824) (f3fcbd2)
  • server-type: remove deprecated traffic column (5c9380c)