Skip to content

chore(deps): bump github.com/vmware/govmomi from 0.50.0 to 0.51.0#540

Merged
tenthirtyam merged 1 commit intomainfrom
dependabot/go_modules/github.com/vmware/govmomi-0.51.0
Jun 5, 2025
Merged

chore(deps): bump github.com/vmware/govmomi from 0.50.0 to 0.51.0#540
tenthirtyam merged 1 commit intomainfrom
dependabot/go_modules/github.com/vmware/govmomi-0.51.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github May 26, 2025

Bumps 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

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
github.com/vmware/govmomi [< 0.35, > 0.34.0]
github.com/vmware/govmomi [< 0.37, > 0.36.2]
github.com/vmware/govmomi [>= 0.43.a, < 0.44]

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 Dependencies go labels May 26, 2025
@dependabot dependabot bot requested a review from a team as a code owner May 26, 2025 14:35
@dependabot dependabot bot added dependencies Dependencies go labels May 26, 2025
@tenthirtyam tenthirtyam changed the title build(deps): bump github.com/vmware/govmomi from 0.50.0 to 0.51.0 chore(deps): bump github.com/vmware/govmomi from 0.50.0 to 0.51.0 May 26, 2025
@tenthirtyam tenthirtyam added the chore Chore label May 26, 2025
@tenthirtyam tenthirtyam added this to the v2.0.0 milestone May 26, 2025
@tenthirtyam
Copy link
Copy Markdown
Collaborator

@dependabot rebase

Bumps [github.com/vmware/govmomi](https://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
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/vmware/govmomi-0.51.0 branch from 0a5f8af to b6c4c11 Compare June 5, 2025 14:38
@tenthirtyam tenthirtyam merged commit 2bb6f31 into main Jun 5, 2025
12 checks passed
@tenthirtyam tenthirtyam deleted the dependabot/go_modules/github.com/vmware/govmomi-0.51.0 branch June 5, 2025 14:39
@github-actions
Copy link
Copy Markdown

I'm going to lock this pull request because it has been closed for 30 days. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 29, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

chore Chore dependencies Dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants