fix(deps): update module github.com/hetznercloud/hcloud-go/v2 to v2.40.0
This MR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| github.com/hetznercloud/hcloud-go/v2 | v2.37.0 → v2.40.0 |
Release Notes
hetznercloud/hcloud-go (github.com/hetznercloud/hcloud-go/v2)
v2.40.0
Load Balancer HTTP Services now support TimeoutIdle
HTTP Services now support the field TimeoutIdle, which controls the time a HTTP connection is allowed to idle before it is being dropped.
See the changelog for more information.
Features
- load-balancer: support
timeout_idlehttp service field (#842)
v2.39.0
Primary IPs assignee_type behavior change
As of 1 August 2026, the behavior of the Primary IP assignee_type property will change, and will return unassigned when the Primary IP is not assigned (when assignee_id is null). The goal is to eventually assign Primary IPs to other resource types, not only to server.
See the changelog for more details.
In addition, the Primary IP request body assignee_type property of the operation POST /v1/primary_ips is now optional. Primary IPs created without assignee_type return server until 1 August 2026, after this date, its value will be unassigned.
See the changelog for more details.
Features
- primary-ip:
assignee_typeis optional when creating a primary ip (#840)
v2.38.0
Available and recommended Server Types have been moved
Datacenter.ServerTypes has been deprecated in favor of the new ServerType.Locations[].Available and ServerType.Locations[].Recommended fields.
See the changelog for more details.
Features
- datacenter, server_type: move available and recommended to server_type (#835)
Configuration
- Branch creation
- At any time (no schedule defined)
- Automerge
- At any time (no schedule defined)
- If you want to rebase/retry this MR, check this box
This MR has been generated by Mend Renovate.