Releases: hetznercloud/cli
v1.49.0
v1.49.0-rc.0
v1.48.0
v1.47.0
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
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
v1.45.0
v1.44.2
v1.44.1
v1.44.0
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)