Skip to content

Bump github.com/vmware/govmomi from 0.50.0 to 0.51.0 in the golang group#544

Merged
dependabot[bot] merged 3 commits into
mainfrom
dependabot/go_modules/golang-4f4d1fd12c
May 29, 2025
Merged

Bump github.com/vmware/govmomi from 0.50.0 to 0.51.0 in the golang group#544
dependabot[bot] merged 3 commits into
mainfrom
dependabot/go_modules/golang-4f4d1fd12c

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 25, 2025

Copy link
Copy Markdown
Contributor

Bumps the golang group with 1 update: github.com/vmware/govmomi.

Updates github.com/vmware/govmomi from 0.50.0 to 0.51.0

Release notes

Sourced from github.com/vmware/govmomi's releases.

v0.51.0

Release v0.51.0

Release Date: 2025-05-23

🐞 Fix

  • [e61afb1d] vcsim: Avoid possible race in SessionManager.Logout

💫 API Changes

  • [2250eba3] Add option to use a filter function as value of property.Match (#3785)
  • [a534f395] Add object.VirtualMachine.CreateSnapshotEx method
  • [761efe91] Add object.VirtualMachine.PromoteDisks method
  • [a09e0ec5] Extend vmdk.Info to include Descriptor

💫 govc (CLI)

  • [59cb29b9] Add vm.disk.promote command
  • [eaaeb841] Add import.vmdk '-i' flag to output vmdk info only

💫 vcsim (Simulator)

  • [30750a65] Add CreateSnapshotEx for simulator
  • [6af11fcf] Use OptionManager to configure session timeout duration
  • [40a596c8] Add VirtualMachine.PromoteDisks_Task method
  • [22c7be30] Use vmdk.Descriptor for vmdk file metadata
  • [54f2b702] Avoid use of sha1 for stable UUIDs (OIDs) (#3766)

🧹 Chore

  • [50196949] Update version.go for v0.51.0
  • [a5f933dc] update container images
  • [9002dc9e] update .goreleaser.yml to v2

⚠️ BREAKING

Use OptionManager to configure session timeout duration [6af11fcf]: var simulator.SessionIdleTimeout has been removed. Use sim25.SetSessionTimeout instead.

📖 Commits

  • [50196949] chore: Update version.go for v0.51.0
  • [2250eba3] api: Add option to use a filter function as value of property.Match (#3785)
  • [30750a65] vcsim: Add CreateSnapshotEx for simulator
  • [a534f395] api: Add object.VirtualMachine.CreateSnapshotEx method
  • [6af11fcf] vcsim: Use OptionManager to configure session timeout duration

... (truncated)

Commits
  • 5019694 chore: Update version.go for v0.51.0
  • cb449b6 Merge pull request #3786 from ArnoSen/issue-3785
  • 2250eba api: Add option to use a filter function as value of property.Match
  • 46978ff Merge pull request #3787 from sreyasn/topic/createSnapshotEx
  • 30750a6 vcsim: Add CreateSnapshotEx for simulator
  • a534f39 api: Add object.VirtualMachine.CreateSnapshotEx method
  • 49947e5 Merge pull request #3784 from dougm/vcsim-session-timeout
  • 6af11fc vcsim: Use OptionManager to configure session timeout duration
  • 0cb5102 Merge pull request #3783 from vmware/dependabot/github_actions/actions/setup-...
  • 2bcb4c3 build(deps): bump actions/setup-go from 5.4.0 to 5.5.0
  • 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the golang group with 1 update: [github.com/vmware/govmomi](https://github.com/vmware/govmomi).


Updates `github.com/vmware/govmomi` from 0.50.0 to 0.51.0
- [Release notes](https://github.com/vmware/govmomi/releases)
- [Changelog](https://github.com/vmware/govmomi/blob/main/CHANGELOG.md)
- [Commits](vmware/govmomi@v0.50.0...v0.51.0)

---
updated-dependencies:
- dependency-name: github.com/vmware/govmomi
  dependency-version: 0.51.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 25, 2025
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 25, 2025
@donatwork

Copy link
Copy Markdown
Contributor

There is a failing UT. I'll fix.

@donatwork

Copy link
Copy Markdown
Contributor

@dependabot merge

@dependabot dependabot Bot merged commit dd4826d into main May 29, 2025
6 checks passed
@dependabot dependabot Bot deleted the dependabot/go_modules/golang-4f4d1fd12c branch May 29, 2025 20:53
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