phm07

Results 31 issues of phm07

Right now, `hcloud primary-ip create` does not allow setting the `auto_delete` property.

feature

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:...

Improvement

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`,...

documentation

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:...

feature

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

Storage Boxes are no longer experimental, so the warning has been removed. Closes #1202