Skip to content

Bump github.com/hetznercloud/hcloud-go from 1.32.0 to 1.59.2#54

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot-go_modules-github.com-hetznercloud-hcloud-go-1.59.2
Open

Bump github.com/hetznercloud/hcloud-go from 1.32.0 to 1.59.2#54
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot-go_modules-github.com-hetznercloud-hcloud-go-1.59.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 30, 2026

Bumps github.com/hetznercloud/hcloud-go from 1.32.0 to 1.59.2.

Release notes

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

v1.59.2

1.59.2 (2024-11-11)

Bug Fixes

v1.59.1

1.59.1 (2024-08-09)

Bug Fixes

  • invalid_input API errors may not return details (bfa3803)

v1.59.0

1.59.0 (2024-08-06)

Features

  • network: add new network zone ap-southeast (#502) (0104ec0)

v1.58.0

1.58.0 (2024-07-25)

API Changes for Traffic Prices and Server Type Included Traffic

There will be a breaking change in the API regarding Traffic Prices and Server Type Included Traffic on 2024-08-05. This release marks the affected fields as Deprecated. Please check if this affects any of your code and switch to the replacement fields where necessary.

You can learn more about this change in our changelog.

Upgrading

Server Type Included Traffic

If you were using the field hcloud.ServerType.IncludedTraffic, you can now get the information through hcloud.ServerType.Pricings:

func main() {
// previous
includedTraffic := serverType.IncludedTraffic
// now
locationOfInterest := "fsn1"
var includedTraffic uint64
for _, price := range serverType.Pricings {
    if price.Location.Name == locationOfInterest {
        includedTraffic = price.IncludedTraffic

</tr></table>

... (truncated)

Changelog

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

1.59.2 (2024-11-11)

Bug Fixes

1.59.1 (2024-08-09)

Bug Fixes

  • invalid_input API errors may not return details (bfa3803)

1.59.0 (2024-08-06)

Features

  • network: add new network zone ap-southeast (#502) (0104ec0)

1.58.0 (2024-07-25)

API Changes for Traffic Prices and Server Type Included Traffic

There will be a breaking change in the API regarding Traffic Prices and Server Type Included Traffic on 2024-08-05. This release marks the affected fields as Deprecated. Please check if this affects any of your code and switch to the replacement fields where necessary.

You can learn more about this change in our changelog.

Upgrading

Server Type Included Traffic

If you were using the field hcloud.ServerType.IncludedTraffic, you can now get the information through hcloud.ServerType.Pricings:

func main() {
// previous
includedTraffic := serverType.IncludedTraffic
// now
locationOfInterest := &quot;fsn1&quot;
var includedTraffic uint64
for _, price := range serverType.Pricings {
    if price.Location.Name == locationOfInterest {
        includedTraffic = price.IncludedTraffic
        break
    }
}

}
</tr></table>

... (truncated)

Commits
  • 77797a1 chore(release-1.x): release 1.59.2 (#555)
  • 245ba1e fix: do not send primary IPs ID opts to the API (#552) (#554)
  • f531ce8 chore(release-1.x): release 1.59.1 (#510)
  • bfa3803 fix: invalid_input API errors may not return details [Backport release-1.x]...
  • be7345b chore(release-1.x): release 1.59.0 (#503)
  • 0104ec0 feat(network): add new network zone ap-southeast [release-1.x] (#502)
  • 108237d chore(release-1.x): release 1.58.0 (#497)
  • 90c3110 feat: new APIs for traffic pricings (#496)
  • db7e12d chore(release-1.x): release 1.57.0 (#472)
  • 14bf589 feat: filter out nil actions in action waiter (#464) (#471)
  • 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 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)

Bumps [github.com/hetznercloud/hcloud-go](https://github.com/hetznercloud/hcloud-go) from 1.32.0 to 1.59.2.
- [Release notes](https://github.com/hetznercloud/hcloud-go/releases)
- [Changelog](https://github.com/hetznercloud/hcloud-go/blob/v1.59.2/CHANGELOG.md)
- [Commits](hetznercloud/hcloud-go@v1.32.0...v1.59.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Dependency file updates label Mar 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency file updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants