Jonas L.
Jonas L.
### TL;DR The `included_traffic` displayed in the server type describe command is using a different `base` for the size unit from the rest of the sizes. ### Expected behavior Have...
### TL;DR `hcloud config get token --allow-sensitive --context ` does not autocomplete with the context name, but with filenames. ### Expected behavior The auto-completion should propose context names. ### Observed...
### TL;DR Related to https://github.com/hetznercloud/csi-driver/issues/648#issuecomment-2275758882 The node kernel may not support all options set during the `mkfs.xfs` command (from the csi driver image). This leads to problem when mounting the...
Allow the users to fetch actions related to a specific resource. This may be used as follows: ```go actions, err := actionutil.AllForResource(ctx, client.Firewall.Action, hcloud.ActionListOpts{Status: []hcloud.ActionStatus{hcloud.ActionStatusRunning}}, hcloud.ActionResourceTypeServer, server.ID, ) if err...
Allow to configure custom functions to write the request/response debug logs.
Add server utils to simplify powering on or powering off a server.
Adds a few retry utilities that may be used in certain context to retry failed requests based on a policy. Related to #470
The `labels` documentation was either missing or incorrect in some places for the primary ips and the volumes.
This change prevents trying to delete a protected primary IP indefinitely. The resource will now return an error diagnostic. Closes #1014
Closes https://github.com/hetznercloud/terraform-provider-hcloud/issues/945