Skip to content

Releases: hetznercloud/cli

v1.47.0

30 Aug 11:42
b59cfbf
Compare
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
Compare
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)

v1.45.0

17 Jul 07:40
072a219
Compare
Choose a tag to compare

1.45.0 (2024-07-17)

Features

  • allow configuring default sort columns for each supported resource (#795) (f6877a1)
  • better error messages on malformed option value (#798) (8c6fec9)

Bug Fixes

  • config: ordering of list option values not preserved (#805) (1ac27bf)
  • debug log is truncated if it already exists (#793) (c3d3a9f)
  • firewall: wrong wording when firewall is removed from resource (#812) (9017a65), closes #809

v1.44.2

03 Jul 15:00
701cceb
Compare
Choose a tag to compare

1.44.2 (2024-07-01)

Bug Fixes

  • correctly print disk sizes on 32bit systems (#800) (3de8530)

v1.44.1

26 Jun 13:16
474b945
Compare
Choose a tag to compare

1.44.1 (2024-06-26)

Bug Fixes

  • errors silently ignored when deleting resources (#792) (a7655f8), closes #791

v1.44.0

20 Jun 12:50
dcba0ca
Compare
Choose a tag to compare

1.44.0 (2024-06-20)

Features

  • delete multiple resources in parallel (#761) (f2fb321)
  • improve toml formatting (#758) (eacb7dd)
  • load-balancer: allow specifying health check options in add-service (#743) (2cd08b2), closes #742
  • new action waiting progress (#749) (9e30f3f)
  • new configuration system, config subcommand (#736) (d1c6678)
  • server-type: add deprecated column to list command (#780) (906f864)
  • server: add default-ssh-keys option (#759) (9b34d26)

Bug Fixes

  • firewall: 'create --rules-file' not working with outbound rules (#752) (2f2be32), closes #750
  • network list server count format (#783) (f69d261)
  • track progress if the terminal width allows it (#768) (069fffe), closes #767

v1.43.1

22 Apr 06:59
22e3863
Compare
Choose a tag to compare

1.43.1 (2024-04-19)

Bug Fixes

  • allow passing multiple args to server ssh command (#729) (d98aee5), closes #728
  • creating firewall with rules not working correctly (64aeb23)
  • firewall: missing error when not setting port for tcp rule (#734) (c5ad470)
  • firewall: setting rules not working correctly (da1b684)

v1.43.0

03 Apr 12:42
e1835b4
Compare
Choose a tag to compare

1.43.0 (2024-04-03)

Features

  • allow deletion of multiple resources at once (#719) (3b896fe)
  • improve missing argument error messages (#711) (e7f9e74)
  • server: allow JSON & YAML output in reset-password (#716) (373287b), closes #715

Bug Fixes

  • removing last rule from firewall fails with invalid_input error (#696) (acab17c)

v1.42.0

01 Feb 15:22
08338de
Compare
Choose a tag to compare

1.42.0 (2024-02-01)

Features

  • add global --quiet flag to hide non-error messages (#656) (25fcbbf), closes #644
  • allow adding/removing multiple labels at once (#665) (919c446), closes #662
  • group subcommands in command help (#675) (0cb271f)
  • server: remove unsupported linux32 rescue type (#679) (5bb0350)

Bug Fixes

v1.41.1

21 Dec 12:07
468ef81
Compare
Choose a tag to compare

1.41.1 (2023-12-21)

Bug Fixes

  • allow multiple --type flags for metrics commands (#649) (69346f7), closes #642
  • integer fields are displayed as floats when using create with o=yaml (#651) (2d42fcd)
  • integer fields are displayed as floats when using describe with -o=yaml (#650) (ee4c51e), closes #638
  • wording when metrics are not yet available (#639) (9298c46)