Skip to content

Releases: hetznercloud/cli

hcloud v1.23.0

28 May 10:12
234dd6d
Compare
Choose a tag to compare

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.1

06 Apr 11:33
4e97f5c
Compare
Choose a tag to compare

Changelog

4e97f5c Add Powershell completion (#316)
b93bb4f Fix output option broke with last release (#315)

hcloud v1.22.0

31 Mar 05:39
Compare
Choose a tag to compare

Changelog

7969d5b Add support for managed certificates

hcloud v1.21.1

17 Mar 08:00
5442833
Compare
Choose a tag to compare

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

10 Mar 11:05
Compare
Choose a tag to compare

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.20.0

03 Nov 10:57
178bf96
Compare
Choose a tag to compare

Changelog

178bf96 Add vswitch integration (#283)
9d209c0 Update to cobra 1.1.1 (#282)

hcloud v1.19.1

31 Aug 05:48
5035171
Compare
Choose a tag to compare

Changelog

5035171 Fix server creation --image was not used correctly (#272)

hcloud v1.19.0

26 Aug 13:53
d5d2fec
Compare
Choose a tag to compare

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

10 Aug 10:28
290c168
Compare
Choose a tag to compare

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

22 Jun 09:48
50a7de3
Compare
Choose a tag to compare

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)