phm07
phm07
Right now, `hcloud primary-ip create` does not allow setting the `auto_delete` property.
Currently, there are these methods to manage a Load Balancer's targets: - `AddServerTarget` - `AddIPTarget` - `AddLabelSelectorTarget` - `RemoveServerTarget` - `RemoveIPTarget` - `RemoveLabelSelectorTarget` There are several problems/inconsistencies with these methods:...
This PR adds [quill](https://github.com/anchore/quill) to sign and notarize our macOS binaries. Closes #828
Right now, there is no consistent spelling for product names (in particular capitalization). I propose that we capitalize all product names, e.g. `server` -> `Server`, `floating ip` -> `Floating IP`,...
This PR adds a CI check for `go mod tidy` as we [already do in the CLI](https://github.com/hetznercloud/cli/blob/main/.github/workflows/ci.yml#L76-L94).
This PR adds additional error handling and formatting for `invalid_input` errors. See #1075 for more details. Before: ``` $ hcloud server create --name "a a" --image debian-12 --type cpx11 hcloud:...
This PR adds the ability to see which resources a Firewall is applied to when using a label selector. Can only be merged once https://github.com/hetznercloud/hcloud-go/pull/667 is merged and released
Fixes #660
Storage Boxes are no longer experimental, so the warning has been removed. Closes #1202