Skip to content

Bump github.com/vmware/govmomi from 0.50.0 to 0.51.0 in /internal/signalfx-agent #6254

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

dependabot[bot]
Copy link
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

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)

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] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 26, 2025
@dependabot dependabot bot requested review from a team as code owners May 26, 2025 00:40
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 26, 2025
Copy link

codecov bot commented May 26, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 44.86%. Comparing base (dd4fb76) to head (ad81f74).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6254      +/-   ##
==========================================
+ Coverage   44.83%   44.86%   +0.03%     
==========================================
  Files         390      390              
  Lines       26983    26983              
==========================================
+ Hits        12097    12107      +10     
+ Misses      14015    14006       -9     
+ Partials      871      870       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@crobert-1 crobert-1 merged commit 6fd2897 into main May 27, 2025
232 checks passed
@crobert-1 crobert-1 deleted the dependabot/go_modules/internal/signalfx-agent/github.com/vmware/govmomi-0.51.0 branch May 27, 2025 15:30
@github-actions github-actions bot locked and limited conversation to collaborators May 27, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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