Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2025

Bumps github.com/hetznercloud/hcloud-go/v2 from 2.25.1 to 2.29.0.

Release notes

Sourced from github.com/hetznercloud/hcloud-go/v2's releases.

v2.29.0

Features

  • exp: add TXT record helpers (#757)

v2.28.0

Storage Box API Experimental

This release adds support for the Storage Box API.

The Storage Box integration will be introduced as an experimental feature. This experimental phase is expected to last until 21 November 2025. During this period, upcoming minor releases of the project may include breaking changes to features related to the Storage Box API.

This release includes all changes from the recent Storage Box API changelog entry.

Examples

result, _, err := client.StorageBox.Create(ctx, hcloud.StorageBoxCreateOpts{
	Name:           "my-storage-box",
	StorageBoxType: &hcloud.StorageBoxType{Name: "bx11"},
	Location:       &hcloud.Location{Name: "fsn1"},
	Password:       "my-secure-password",
	SSHKeys: []*hcloud.SSHKey{{ PublicKey: "ssh-rsa AAAAB3NzaC1yc2E..." }},
	Labels:         map[string]string{"key": "value"},
	AccessSettings: &hcloud.StorageBoxCreateOptsAccessSettings{
		ReachableExternally: hcloud.Ptr(true),
		SSHEnabled:          hcloud.Ptr(true),
	},
})
err = client.Action.WaitFor(ctx, result.Action)

Features

  • retrieve a server or load balancer network attachment (#750)
  • add support for Storage Boxes (#684)

Bug Fixes

  • deprecate firewall_already_removed error code (#748)
  • invalid property in network add_subnet request body (#751)

v2.27.0

DNS API Beta

This release adds support for the new DNS API.

The DNS API is currently in beta, which will likely end on 10 November 2025. After the beta ended, it will no longer be possible to create new zones in the old DNS system. See the DNS Beta FAQ for more details.

... (truncated)

Changelog

Sourced from github.com/hetznercloud/hcloud-go/v2's changelog.

v2.29.0

Features

  • exp: add TXT record helpers (#757)

v2.28.0

Storage Box API Experimental

This release adds support for the Storage Box API.

The Storage Box integration will be introduced as an experimental feature. This experimental phase is expected to last until 21 November 2025. During this period, upcoming minor releases of the project may include breaking changes to features related to the Storage Box API.

This release includes all changes from the recent Storage Box API changelog entry.

Examples

result, _, err := client.StorageBox.Create(ctx, hcloud.StorageBoxCreateOpts{
	Name:           "my-storage-box",
	StorageBoxType: &hcloud.StorageBoxType{Name: "bx11"},
	Location:       &hcloud.Location{Name: "fsn1"},
	Password:       "my-secure-password",
	SSHKeys: []*hcloud.SSHKey{{ PublicKey: "ssh-rsa AAAAB3NzaC1yc2E..." }},
	Labels:         map[string]string{"key": "value"},
	AccessSettings: &hcloud.StorageBoxCreateOptsAccessSettings{
		ReachableExternally: hcloud.Ptr(true),
		SSHEnabled:          hcloud.Ptr(true),
	},
})
err = client.Action.WaitFor(ctx, result.Action)

Features

  • retrieve a server or load balancer network attachment (#750)
  • add support for Storage Boxes (#684)

Bug Fixes

  • deprecate firewall_already_removed error code (#748)
  • invalid property in network add_subnet request body (#751)

v2.27.0

DNS API Beta

This release adds support for the new DNS API.

... (truncated)

Commits
  • a906ebd chore(main): release v2.29.0 (#759)
  • 135001a feat(exp): add TXT record helpers (#757)
  • 4d44420 deps: update pre-commit hook golangci/golangci-lint to v2.6.0 (#758)
  • a31266b chore(main): release v2.28.0 (#749)
  • b12e415 feat: add support for Storage Boxes (#684)
  • 68c6e74 fix: invalid property in network add_subnet request body (#751)
  • 9da946b feat: retrieve a server or load balancer network attachment (#750)
  • 9b89d96 fix: deprecate firewall_already_removed error code (#748)
  • 2d79664 deps: update dependency go to v1.25.3 (#747)
  • 32c6fe3 deps: update module golang.org/x/net to v0.46.0 (#743)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Nov 1, 2025
@jan--f
Copy link
Contributor

jan--f commented Nov 6, 2025

@dependabot rebase

Bumps [github.com/hetznercloud/hcloud-go/v2](https://github.com/hetznercloud/hcloud-go) from 2.25.1 to 2.29.0.
- [Release notes](https://github.com/hetznercloud/hcloud-go/releases)
- [Changelog](https://github.com/hetznercloud/hcloud-go/blob/main/CHANGELOG.md)
- [Commits](hetznercloud/hcloud-go@v2.25.1...v2.29.0)

---
updated-dependencies:
- dependency-name: github.com/hetznercloud/hcloud-go/v2
  dependency-version: 2.29.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/hetznercloud/hcloud-go/v2-2.29.0 branch from 4137f92 to 2ca7098 Compare November 6, 2025 10:37
@jan--f jan--f merged commit 9bf1301 into main Nov 6, 2025
45 of 46 checks passed
@jan--f jan--f deleted the dependabot/go_modules/github.com/hetznercloud/hcloud-go/v2-2.29.0 branch November 6, 2025 12:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants