Releases: hetznercloud/cli
Releases · hetznercloud/cli
hcloud v1.23.0
Changelog
234dd6d Implement Firewall resource label selector (#328)
5ea977e Support getting Firewalls by label selector (#327)
bb30002 server: Add ability to get traffic as column (#325)
8d0f07e firewall: Add empty slices for respective direction instead of nil-slices (#324)
hcloud v1.22.0
Changelog
7969d5b Add support for managed certificates
hcloud v1.21.1
Changelog
5442833 The cli normalized the given CIDRs by default, so when a user entered 10.0.0.1/8 (as a sample) the cli normalized it to 10.0.0.0/8 silent. After this MR we now validate that the given IP is the start of the CIDR block (e.g. 10.0.0.0/8). (#304)
hcloud v1.21.0
Changelog
6c04c99 Specify timeout on release jobs
afd597a Implement Firewall support (#301)
67ba0ad Update to Go 1.16 and support Apple Silicon (darwin/arm64) (#298)
hcloud v1.19.1
Changelog
5035171 Fix server creation --image was not used correctly (#272)
hcloud v1.19.0
Changelog
d5d2fec Update hcloud-go to 1.22.0 and expose correct disk size for resized without disk server (#269)
5049b00 Add handling for deprecated Images (#263)
be48b5e Use go 1.15 (#267)
ad3a564 Improve/Rewrite Shell completions (#266)
hcloud v1.18.0
Changelog
290c168 hcloud server describe use correct unit for traffic counter (#259)
c1bd46c Implement Label Selector and IP target support (#258)
d5a31ce Expose the new traffic fields and add load-balancer change-type command (#256)
143be6c Add pricing per location to load-balancer-type describe and server-type describe (#254)
5fc1464 Fix context list nil pointer when no active context was given. (#252)
8245b2f Add (required) to help text of all required args (#253)
03c3c82 Fix typos (#251)
506c1b1 added instructions for completion with antigen in zsh. (#240)
5d6f1bb Add command to request a VNC console (#238)
hcloud v1.17.0
Changelog
50a7de3 Add support for Load Balancers and Certificates (#245)
196557e Show Server Type CPU Type on server-type list, server-type describe and server describe (#244)
b2d33f1 Allow the created field to be within the list responses (#237)