Changelog for
hcloud-1.16.2-1.30.x86_64.rpm :
* Sun May 10 2020 Herbert Graeber
- Update to version 1.16.2
* Fix completion of server name on hcloud server ssh
* Update to go 1.14 (#234)
* Add missing labels to hcloud server list -o json response- Update to version 1.16.1
* Bugfix: Add private_net to server list json response- Update to version 1.16.0
* Add option to label servers, volumes, images, floating ips and ssh keys on creation
* Add JSON output option to all hcloud list commands- Update to version 1.15.0
* Switch Build and Release System to Github Actions
* Add stale bot
* Wed Nov 27 2019 Herbert Graeber - Use _service file to create vendor.tar.gz- Update to version 1.14.0:
* 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- Update to version 1.13.0:
* Show server name instead of ID on hcloud floating-ip|volume|image list
* Add support for networks
* Sun May 12 2019 herbertAATTgraeber-clan.de- Update to version 1.12.0:
* Release v1.12.0
* Mark active context in context list
* Add token length validation when creating a new context
* Output of describe -o format should go to stdout (#167)
* Add support for multiple user data files
* Add support for JSON and template output (#166)
* Update section about environment variables
* Make overriding context via HCLOUD_CONTEXT work (#163)
* Allow commands to be sent through \"hcloud server ssh\" (#161)
* Prefix all versions with \'v\'
* Fri May 10 2019 herbertAATTgraeber-clan.de- Update to version 1.12.0:
* Release v1.12.0
* Mark active context in context list
* Add token length validation when creating a new context
* Output of describe -o format should go to stdout (#167)
* Add support for multiple user data files
* Add support for JSON and template output (#166)
* Update section about environment variables
* Make overriding context via HCLOUD_CONTEXT work (#163)
* Allow commands to be sent through \"hcloud server ssh\" (#161)
* Prefix all versions with \'v\'
* Release v1.11.0
* Always write ID in uppercase letters
* Add automount and format support for volumes (#156)
* Release v1.10.0
* Wait for next actions (#149)
* Add more optional output columns to resource list commands (#148)
* Deprecate `--window` flag on `hcloud server enable-backup` (#147)
* Fix volume creation when server is specified by name
* Fix volume formatting issues
* Release v1.9.0
* Implement volumes
* Add Void Linux install instruction (#139)
* Add `start-after-create` flag to server create command
* Release v1.8.0
* Add set-rdns commands (#134)
* Add -u/--user and -p/--port flags to server ssh command (#133)
* Unify output of all commands (#130)
* Implement missing ssh-key update command (#129)
* Add zsh tag (#125)
* Fix completion for new label commands (#128)
* Use Go modules (#127)
* Release v1.7.0
* Add support for labels (#126)
* Add filter for images (#65)
* Release v1.6.1
* Add github.com/fatih/structs as dependency
* Remove wrong code
* Fix integer formatting in hcloud
* list commands and add a test case (#123)
* Add changelog entry
* fix #121
* Release v1.6.0
* Update changelog
* Add flag to configure poll interval
* Print IP address after a server was created (#116)
* Release v1.5.0
* Add command to spawn an SSH connection to the server (#111)
* Move Go code into cli/ (#109)
* Release v1.4.0
* Add resource protection commands (#105)
* Add output documentation (#106)
* Update brew install command
* Release v1.3.2
* Show action progress and check status everywhere (#104)
* Reference ssh key by fingerprint (#99)
* Add datacenter and location to server describe and server list (#98)
* Release v1.3.1
* Do not require a context when HCLOUD_TOKEN is given (#93)
* Update hcloud-go and run tests with Go 1.10 (#94)
* Mention Arch Linux package in README (#90)
* Release v1.3.0
* Add --user-data-from-file flag to server create command (#88)
* Do not echo token when creating a context (#85)
* Print dates in local time (#84)
* Show available Floating IP types in usage (#86)
* Sun Mar 10 2019 Herbert Graeber - Initial package