Skip to content

fix(deps): update module github.com/hetznercloud/hcloud-go/v2 to v2.46.0#401

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github.com-hetznercloud-hcloud-go-v2-2.x
Open

fix(deps): update module github.com/hetznercloud/hcloud-go/v2 to v2.46.0#401
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github.com-hetznercloud-hcloud-go-v2-2.x

Conversation

@renovate

@renovate renovate Bot commented Jul 20, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
github.com/hetznercloud/hcloud-go/v2 v2.44.0v2.46.0 age confidence

Release Notes

hetznercloud/hcloud-go (github.com/hetznercloud/hcloud-go/v2)

v2.46.0

Compare Source

Compare to previous version

Features

v2.45.0

Compare Source

Compare to previous version

Removed deprecated Datacenter property from Server and PrimaryIP

Removed the deprecated Datacenter property from the Server and PrimaryIP resources. Since the property was already removed from the Hetzner Cloud API, we do not consider this a breaking change (see changelog entry).

[!IMPORTANT]
Action required: Please update all code that accesses Server.Datacenter or PrimaryIP.Datacenter to use the Location property instead, as shown below.

Before:

server, _, _ := client.Server.GetByID(ctx, 42)
fmt.Println(server.Datacenter.Location.Name)

primaryIP, _, _ := client.PrimaryIP.GetByID(ctx, 7)
fmt.Println(primaryIP.Datacenter.Location.Name)

After:

server, _, _ := client.Server.GetByID(ctx, 42)
fmt.Println(server.Location.Name)

primaryIP, _, _ := client.PrimaryIP.GetByID(ctx, 7)
fmt.Println(primaryIP.Location.Name)
Features
  • action: add missing ActionResourceType constants (#​862) (77a6fae)
  • remove datacenter property from server and primary_ip (#​890) (298cccc)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate

renovate Bot commented Jul 20, 2026

Copy link
Copy Markdown
Contributor Author

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated

Details:

Package Change
golang.org/x/net v0.56.0 -> v0.57.0

@renovate
renovate Bot requested a review from freggy as a code owner July 20, 2026 18:25
@renovate
renovate Bot force-pushed the renovate/github.com-hetznercloud-hcloud-go-v2-2.x branch from fe06db9 to 5cee14b Compare July 22, 2026 11:47
@renovate
renovate Bot force-pushed the renovate/github.com-hetznercloud-hcloud-go-v2-2.x branch from 5cee14b to 7f9cf2a Compare July 23, 2026 14:41
@renovate renovate Bot changed the title fix(deps): update module github.com/hetznercloud/hcloud-go/v2 to v2.45.0 fix(deps): update module github.com/hetznercloud/hcloud-go/v2 to v2.46.0 Jul 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants