Skip to content

chore(deps): bump github.com/UpCloudLtd/upcloud-go-api/v8 from 8.18.0 to 8.23.0#88

Merged
thevilledev merged 1 commit intomainfrom
dependabot/go_modules/github.com/UpCloudLtd/upcloud-go-api/v8-8.23.0
Aug 11, 2025
Merged

chore(deps): bump github.com/UpCloudLtd/upcloud-go-api/v8 from 8.18.0 to 8.23.0#88
thevilledev merged 1 commit intomainfrom
dependabot/go_modules/github.com/UpCloudLtd/upcloud-go-api/v8-8.23.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Aug 11, 2025

Bumps github.com/UpCloudLtd/upcloud-go-api/v8 from 8.18.0 to 8.23.0.

Release notes

Sourced from github.com/UpCloudLtd/upcloud-go-api/v8's releases.

v8.23.0

Added

  • account: add GPUs to resource limits
  • server: add GPUs to server plans

v8.22.0

Added

  • account: support for getting billing summary
  • network: support for assigning and deleting network interface IP addresses

v8.21.0

Added

  • loadbalancer: WaitForLoadBalancerOperationalState helper for waiting for the load balancer to achieve a desired operational state.
  • loadbalancer: WaitForLoadBalancerDeletion blocks execution until the specified load balancer instance has been deleted.
  • GetDevicesAvailability function for listing device availability per zone.

v8.20.0

Added

  • audit logs: export support
  • client: streaming Get/Do variants

Changed

  • client: set minimum TLS version to 1.3

v8.19.0

Added

  • NewFromEnv client constructor for implicit client authentication through environment variables UPCLOUD_USERNAME, UPCLOUD_PASSWORD and UPCLOUD_TOKEN

Fixed

  • loadbalancer: optimize slice operations in load balancer request

Changed

  • Go version bump to 1.23
Changelog

Sourced from github.com/UpCloudLtd/upcloud-go-api/v8's changelog.

[8.23.0]

Added

  • account: add GPUs to resource limits
  • server: add GPUs to server plans

[8.22.0]

Added

  • account: support for getting billing summary
  • network: support for assigning and deleting network interface IP addresses

[8.21.0]

Added

  • loadbalancer: WaitForLoadBalancerOperationalState helper for waiting for the load balancer to achieve a desired operational state.
  • loadbalancer: WaitForLoadBalancerDeletion blocks execution until the specified load balancer instance has been deleted.
  • GetDevicesAvailability function for listing device availability per zone.

[8.20.0]

Added

  • audit logs: export support
  • client: streaming Get/Do variants

Changed

  • client: set minimum TLS version to 1.3

[8.19.0]

Added

  • NewFromEnv client constructor for implicit client authentication through environment variables UPCLOUD_USERNAME, UPCLOUD_PASSWORD and UPCLOUD_TOKEN

Fixed

  • loadbalancer: optimize slice operations in load balancer request

Changed

  • Go version bump to 1.23
Commits
  • 34a04c8 chore: prepare release v8.23.0 (#395)
  • f804959 feat: add GPUs to resource limits and server plans (#394)
  • 06f6410 chore: prepare release v8.22.0 (#386)
  • c718718 feat(network): add support for assigning and deleting interface IP addresses ...
  • 31c2db4 docs: remove outdated Go version from quickstart, rephrase some
  • 15a36dc chore: add OpenSSF Scorecard
  • a09a159 feat(account): add billing summary (#385)
  • eeb3dab chore: prepare release v8.21.0 (#383)
  • 471ca48 feat(cloud): add function to get devices availability (#382)
  • 520b9cf feat(loadbalancer): method to wait for operational state (#370)
  • 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 Aug 11, 2025
@dependabot dependabot Bot requested a review from a team as a code owner August 11, 2025 10:07
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Aug 11, 2025
@thevilledev
Copy link
Copy Markdown
Contributor

@dependabot recreate

Bumps [github.com/UpCloudLtd/upcloud-go-api/v8](https://github.com/UpCloudLtd/upcloud-go-api) from 8.18.0 to 8.23.0.
- [Release notes](https://github.com/UpCloudLtd/upcloud-go-api/releases)
- [Changelog](https://github.com/UpCloudLtd/upcloud-go-api/blob/main/CHANGELOG.md)
- [Commits](UpCloudLtd/upcloud-go-api@v8.18.0...v8.23.0)

---
updated-dependencies:
- dependency-name: github.com/UpCloudLtd/upcloud-go-api/v8
  dependency-version: 8.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/go_modules/github.com/UpCloudLtd/upcloud-go-api/v8-8.23.0 branch from bcaafbb to 25bc33e Compare August 11, 2025 10:15
@thevilledev thevilledev merged commit b3cf75f into main Aug 11, 2025
6 checks passed
@thevilledev thevilledev deleted the dependabot/go_modules/github.com/UpCloudLtd/upcloud-go-api/v8-8.23.0 branch August 11, 2025 10:21
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.

1 participant