As of v1.15.0 we expose the Changelog only in the Github Releases section.
- Expose server’s MAC address in networks on
hcloud server describe
- Add support for names to Floating IP commands
- Make
--ip-range
onhcloud network add-subnet
optional - Add debug mode (use
HCLOUD_DEBUG
andHCLOUD_DEBUG_FILE
) - Add
hcloud server ip
command - Expose
Created
onhcloud floating-ip|image|ssh-key|volume describe
- Refactor progressbar and add loading animation for running actions
- Show server name instead of ID on
hcloud floating-ip|volume|image list
- Add support for networks
- 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 onhcloud context list
- Add support for automounting and formatting volumes
- Fix creating a volume when server is specified by its name
- Deprecate and ignore the
--window
flag onhcloud server enable-backup
- Add output columns
type|labels|volumes|protection
tohcloud server list
- Add output columns
labels|protection
tohcloud volume list
- Add output column
labels
tohcloud image list
- Add output column
labels
tohcloud floating-ip list
- Add output column
labels
tohcloud ssh-key list
- Fix formatting issue on
hcloud volume list
andhcloud volume describe
- Add support for volumes
- Add
--start-after-create
flag tohcloud server create
command
- Add
hcloud ssh-key update
command - Add
-u/--user
and-p/--port
flags tohcloud server ssh
command - Add
hcloud server set-rdns
command - Add
hcloud floating-ip set-rdns
command
- Add type filter flag
-t
/--type
toimage 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
- Fix invalid formatting of integers in
hcloud * list
commands
- Show IP address upon creating a server
- Add
--poll-interval
flag for controlling the polling interval (for example for action progress updates)
- Add
hcloud server ssh
command to open an SSH connection to the server
- Document
-o
flag for controlling output formatting - Add commands
enable-protection
anddisable-protection
for images, Floating IPs, and servers
- Show progress for every action
- Show datacenter in
server list
andserver describe
- Only poll action progress every 500ms (instead of every 100ms)
- Document
HCLOUD_TOKEN
and make it work when there is no active context
- Print dates in local time
- Do not echo token when creating a context
- Add
--user-data-from-file
flag tohcloud server create
command
- Update hcloud library to v1.2.0 fixing rate limit check
- Show image information in
hcloud server describe
- Auto-activate created context on
hcloud context create
- Fix
hcloud version
not showing correct version