fix(deps): update module github.com/hetznercloud/hcloud-go/v2 to v2.34.0
This MR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| github.com/hetznercloud/hcloud-go/v2 |
v2.33.0 → v2.34.0
|
Release Notes
hetznercloud/hcloud-go (github.com/hetznercloud/hcloud-go/v2)
v2.34.0
ResourceActionClient now has a generic type parameter
The ResourceActionClient struct now has a generic type parameter. The type parameter is used to describe the API resource of the Actions client.
The IResourceActionClient interface that is generated from the ResourceActionClient struct, is also affected by this change.
This API was never intended to be used directly and we did not find any usage of it in public code. So while potentially breaking, the benefits of this change out weighted the risks of doing it.
Features
Configuration
- If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.