Skip to content

fix(deps): update go dependencies#723

Open
Ren0v8r wants to merge 1 commit into
mainfrom
renovate/go-dependencies
Open

fix(deps): update go dependencies#723
Ren0v8r wants to merge 1 commit into
mainfrom
renovate/go-dependencies

Conversation

@Ren0v8r

@Ren0v8r Ren0v8r commented Jun 21, 2026

Copy link
Copy Markdown
Collaborator

This PR contains the following updates:

Package Change Age Confidence
github.com/gophercloud/gophercloud/v2 v2.12.0v2.13.0 age confidence
github.com/hetznercloud/hcloud-go/v2 v2.43.0v2.44.0 age confidence
github.com/vmware/govmomi v0.54.1v0.55.0 age confidence

Release Notes

gophercloud/gophercloud (github.com/gophercloud/gophercloud/v2)

v2.13.0

Compare Source

What's Changed

Full Changelog: gophercloud/gophercloud@v2.12.0...v2.13.0

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

v2.44.0

Compare Source

Datacenters resource is now deprecated

The endpoints GET /v1/datacenters and GET /v1/datacenters/{id} are now deprecated and will be removed after 1 Oct. 2026. After this date, requests to these endpoints will return HTTP 410 Gone.

The DatacenterClient, Datacenter and related structs are now deprecated.

See the changelog for more details.

Features
  • deprecate datacenters resource (#​867)
vmware/govmomi (github.com/vmware/govmomi)

v0.55.0

Compare Source

Release v0.55.0

Release Date: 2026-06-26

🐞 Fix
  • [13f9067] copy extra config when cloning a VM
💫 API Changes
  • [188b1f0] add InsufficientResourcesQuota fault type
  • [48ab34a] add ConcurrentAccess to IsTransientError (#​4017)
💫 vcsim (Simulator)
  • [4cb54df] respect tag name for setCustomValueResponse
  • [f1304a7] support availableField retrieval in VirtualMachine
  • [9f9c5d3] support parsing both xs: and xsd: type prefixes
  • [0a2f905] handle invalid folder during VM cloning
  • [64e90e7] align interval counter on inventory load
  • [32417d1] fix namespace compatibility routes
📃 Documentation
🧹 Chore
  • [cb2d98b] Update version.go for v0.55.0
  • [ea4feab] sync ClientVersion with current release
  • [6c9b236] bump ClientVersion
  • [c6ee784] build govc release with Go 1.26
  • [4ddffe5] fix use of GOPATH in govc tests
  • [123588d] remove Debug on Failure from github workflow
  • [3a283ef] bump go.mod min go version to 1.25
  • [0f9c1c3] remove hardcoded go version from module cache key
  • [a03fbdf] bump github action Go versions
⚠️ BREAKING
📖 Commits
  • [cb2d98b] chore: Update version.go for v0.55.0
  • [ea4feab] chore: sync ClientVersion with current release
  • [6c9b236] chore: bump ClientVersion
  • [1584f58] chore(deps): bump actions/cache from 5.0.5 to 6.0.0 (#​4053) (#​4053)
  • [8bf4e2f] chore(deps): bump actions/setup-go from 6.4.0 to 6.5.0 (#​4054) (#​4054)
  • [357e439] Make VirtualDevice.NumaNode a pointer to allow node 0
  • [078f795] chore(deps): bump nokogiri from 1.19.3 to 1.19.4 in /gen (#​4050) (#​4050)
  • [188b1f0] api: add InsufficientResourcesQuota fault type
  • [66288bb] fix(cns): restrict host-local storage tests to vCenter 9.1.2 and above
  • [93bcd23] Merge branch 'vmware:main' into main
  • [d80eb53] feat(cns): add host-local storage support to CnsVolumeCreateSpec and placement result
  • [13f9067] fix: copy extra config when cloning a VM
  • [dec970d] feat(namespace): added new structs and api endpoints to manage NamespaceManagement Networks Signed-off-by: tobiaswaelti <tobiaswaelti92@​gmail.com>
  • [4cb54df] vcsim: respect tag name for setCustomValueResponse
  • [f1304a7] vcsim: support availableField retrieval in VirtualMachine
  • [9f9c5d3] vcsim: support parsing both xs: and xsd: type prefixes
  • [0a2f905] vcsim: handle invalid folder during VM cloning
  • [231bc17] chore(deps): bump golang.org/x/text from 0.34.0 to 0.38.0 (#​4037) (#​4037)
  • [9252dc6] simulator: add SubnetId and SubnetInfo support
  • [9dabce8] chore(deps): bump test-unit from 3.7.7 to 3.7.8 in /gen (#​4034) (#​4034)
  • [64b9cf7] vapi/library: tolerate spaces around '=' in ReadManifest (#​3893)
  • [98b424c] update comments
  • [dd81e2e] add new func and unit tests
  • [2870444] Address review comments
  • [e6bd854] Add govc Relocate Volume command Signed-off-by: Chethan Venkatesh <chethanv@​vmware.com>
  • [6bbd47f] simulator: improve podman compatibility for container-backed VMs (#​4014) (#​4014)
  • [a1be2fc] simulator: add PropertyDiff, Context helpers, and AutoUpdate pattern (#​4013) (#​4013)
  • [64e90e7] vcsim: align interval counter on inventory load
  • [821585c] govmomi: Add HostDistributedVirtualSwitchManager mo
  • [fca539c] fix case-sensitive api call
  • [c6ee784] chore: build govc release with Go 1.26
  • [4da5966] docs: update CHANGELOG.md (#​4024) (#​4024)
  • [d2c4a46] chore(deps): bump dessant/lock-threads from 6.0.1 to 6.0.2 (#​4023) (#​4023)
  • [cdc568f] chore(deps): bump dessant/lock-threads from 6.0.0 to 6.0.1 (#​4019) (#​4019)
  • [60f3931] chore(deps): bump actions/stale from 10.2.0 to 10.3.0 (#​4020) (#​4020)
  • [050c58c] chore(deps): bump goreleaser/goreleaser-action from 7.2.1 to 7.2.2 (#​4018) (#​4018)
  • [4ddffe5] chore: fix use of GOPATH in govc tests
  • [48ab34a] api: add ConcurrentAccess to IsTransientError (#​4017)
  • [123588d] chore: remove Debug on Failure from github workflow
  • [3a283ef] chore: bump go.mod min go version to 1.25
  • [32417d1] vcsim: fix namespace compatibility routes
  • [95c5995] test: fix secure cookie test with Go 1.26
  • [957a45d] Merge branch 'vmware:main' into main
  • [681c59b] feat(VmServiceSpec): Remove omitempty from VmServiceSpec spec to have it always rendered Signed-off-by: tribock <louis.baumann93@​gmail.com>
  • [0f9c1c3] chore: remove hardcoded go version from module cache key
  • [a03fbdf] chore: bump github action Go versions

v0.54.2

Compare Source

Release v0.54.2

Release Date: 2026-07-03

🐞 Fix
  • [9cb7009] remove ovf test files with non-ascii names
🧹 Chore
  • [e62ec04] Update version.go for v0.54.2
⚠️ BREAKING
📖 Commits
  • [e62ec04] chore: Update version.go for v0.54.2
  • [9cb7009] fix: remove ovf test files with non-ascii names

Configuration

📅 Schedule: (UTC)

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Mend Renovate.

@Ren0v8r Ren0v8r requested a review from bl4ko as a code owner June 21, 2026 15:32
@Ren0v8r Ren0v8r enabled auto-merge (squash) June 21, 2026 15:32
@Ren0v8r Ren0v8r force-pushed the renovate/go-dependencies branch from 4e27f03 to cc453c6 Compare June 21, 2026 16:33
@Ren0v8r Ren0v8r changed the title fix(deps): update go dependencies to v2.44.0 fix(deps): update go dependencies Jun 22, 2026
@Ren0v8r Ren0v8r force-pushed the renovate/go-dependencies branch 8 times, most recently from f3d6045 to 254d58a Compare July 3, 2026 15:03
@Ren0v8r Ren0v8r changed the title fix(deps): update go dependencies fix(deps): update module github.com/hetznercloud/hcloud-go/v2 to v2.44.0 Jul 4, 2026
@Ren0v8r Ren0v8r changed the title fix(deps): update module github.com/hetznercloud/hcloud-go/v2 to v2.44.0 fix(deps): update go dependencies Jul 4, 2026
@Ren0v8r Ren0v8r force-pushed the renovate/go-dependencies branch 3 times, most recently from 64451b1 to 7196eaa Compare July 4, 2026 15:32
@Ren0v8r Ren0v8r changed the title fix(deps): update go dependencies fix(deps): update module github.com/vmware/govmomi to v0.55.0 Jul 4, 2026
@Ren0v8r Ren0v8r changed the title fix(deps): update module github.com/vmware/govmomi to v0.55.0 fix(deps): update go dependencies Jul 5, 2026
@Ren0v8r Ren0v8r changed the title fix(deps): update go dependencies fix(deps): update module github.com/vmware/govmomi to v0.55.0 Jul 5, 2026
@Ren0v8r Ren0v8r changed the title fix(deps): update module github.com/vmware/govmomi to v0.55.0 fix(deps): update go dependencies Jul 5, 2026
@Ren0v8r Ren0v8r force-pushed the renovate/go-dependencies branch from 7196eaa to b3fc15b Compare July 5, 2026 09:32
@Ren0v8r Ren0v8r force-pushed the renovate/go-dependencies branch from b3fc15b to 29999d0 Compare July 5, 2026 10:32
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.

1 participant