Skip to content

Releases: hetznercloud/cli

hcloud v1.15.0

29 Jan 13:54
5fa7cdb
Compare
Choose a tag to compare

Changelog

381f133 Switch Build and Release System to Github Actions (#223)
85e971e Add stale bot (#221)

hcloud v1.14.0

12 Nov 12:42
Compare
Choose a tag to compare
  • Expose server’s MAC address in networks on hcloud server describe
  • Add support for names to Floating IP commands
  • Make --ip-range on hcloud network add-subnet optional
  • Add debug mode (use HCLOUD_DEBUG and HCLOUD_DEBUG_FILE)
  • Add hcloud server ip command
  • Expose Created on hcloud floating-ip|image|ssh-key|volume describe
  • Refactor progressbar and add loading animation for running actions

hcloud v1.13.0

10 Jul 10:43
Compare
Choose a tag to compare
  • Show server name instead of ID on hcloud floating-ip|volume|image list
  • Add support for networks

hcloud v1.12.0

06 Feb 11:10
Compare
Choose a tag to compare
  • Add support for executing commands via hcloud server ssh <server> <command>
  • Make overriding context via HCLOUD_CONTEXT work
  • Add support for JSON and Go template output
  • Add support for multiple user data files
  • Add length validation for API token on hcloud context create
  • Add active column to context list on hcloud context list

hcloud v1.11.0

08 Jan 11:48
Compare
Choose a tag to compare
  • Add support for automounting and formatting volumes

hcloud v1.10.0

16 Nov 10:07
Compare
Choose a tag to compare
  • Fix creating a volume when server is specified by its name
  • Deprecate and ignore the --window flag on hcloud server enable-backup
  • Add output columns type|labels|volumes|protection to hcloud server list
  • Add output columns labels|protection to hcloud volume list
  • Add output column labels to hcloud image list
  • Add output column labels to hcloud floating-ip list
  • Add output column labels to hcloud ssh-key list

hcloud v1.9.1

16 Oct 11:50
Compare
Choose a tag to compare
  • Fix formatting issue on hcloud volume list and hcloud volume describe

hcloud v1.9.0

16 Oct 09:57
Compare
Choose a tag to compare
  • Add support for volumes
  • Add --start-after-create flag to hcloud server create command

hcloud v1.8.0

18 Sep 07:03
Compare
Choose a tag to compare
  • Add hcloud ssh-key update command
  • Add -u/--user and -p/--port flags to hcloud server ssh command
  • Add hcloud server set-rdns command
  • Add hcloud floating-ip set-rdns command

hcloud v1.7.0

07 Sep 10:56
Compare
Choose a tag to compare
  • Add type filter flag -t / --type to image list command
  • Expose labels of servers, Floating IPs, images, and SSH Keys
  • Add hcloud {server|ssh-key|image|floating-ip} {add-label|remove-label} commands