hcloud-go icon indicating copy to clipboard operation
hcloud-go copied to clipboard

A Go library for the Hetzner Cloud API

Results 14 hcloud-go issues
Sort by recently updated
recently updated
newest added

For some project I would need to: * Create subprojects (billed via my hetzner account) via API * delete those projects (all resources created in the project should get deleted...

:robot: I have created a release *beep* *boop* --- ## [2.7.0](https://github.com/hetznercloud/hcloud-go/compare/v2.6.0...v2.7.0) (2024-03-07) ### Features * add volume format property ([#397](https://github.com/hetznercloud/hcloud-go/issues/397)) ([c0940af](https://github.com/hetznercloud/hcloud-go/commit/c0940afce9eb01c0e6838502c91aa569ab411a03)) * **error:** handle wrapped errors in IsError() ([#374](https://github.com/hetznercloud/hcloud-go/issues/374)) ([83df108](https://github.com/hetznercloud/hcloud-go/commit/83df108228519617a919470e5ebbb4a1a2587b34))...

autorelease: pending

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. This repository currently has no open or pending branches. ## Detected dependencies github-actions .github/workflows/backport.yml...

pinned

:robot: I have created a release *beep* *boop* --- ## [1.54.0](https://github.com/hetznercloud/hcloud-go/compare/v1.53.0...v1.54.0) (2024-01-26) ### Features * **error:** handle wrapped errors in IsError() ([64902c5](https://github.com/hetznercloud/hcloud-go/commit/64902c582618a4042382d36a4005720528bfaf51)) * **server:** deprecate ServerRescueTypeLinux32 [#379](https://github.com/hetznercloud/hcloud-go/issues/379) ([7337010](https://github.com/hetznercloud/hcloud-go/commit/73370105e02bcfca0b97a2db8d30cf244866fdaf)) --- This...

autorelease: pending

Please (re)implement retries for transient HTTP error codes (502, 503, 504, etc) with sensible defaults

Feature
pinned

## 52-bit IDs Our API documentation specified the type for all ID fields as `integer`. We have realized that this was not sufficient and that some users of our API...

pinned

This function is used to merge both a single action and the next actions returned by the API.

This adds a generated mock for the `hcloud.Client` that will be usable for external library for testing.

This adds a few ssh key utilities in the ssh kit package. The functions are used in multiple Hetzner Cloud projects.