Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 12, 2025

Bumps github.com/vmware/govmomi from 0.48.1 to 0.49.0.

Release notes

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

v0.49.0

Release v0.49.0

Release Date: 2025-03-11

🐞 Fix

  • [f13754e9] vcsim: extend PropertyCollector lock to avoid potential races (#3697)
  • [67566aa6] Drop operationID soap header for unsupported endpoints

💫 govc (CLI)

  • [29fe42fa] add volume.rm -keep flag to retain backing disk
  • [55b76378] add volume.extend command
  • [1b06c598] add GPU commands
  • [8f7fbc3a] add session.login -jwt option (#3041)
  • [35b5564b] Rewrite kms.export URL to use the host we connected to vCenter with
  • [5899d799] Add storage.policy.create '-e' option to enable encryption

💫 vcsim (Simulator)

  • [f16c46bc] add vsan Datastore support
  • [cdeb3e48] remove simulator.Map package variable
  • [4a0b9464] add query and metadata support for CNS Volume API

🧹 Chore

  • [bd808e86] Update version.go for v0.49.0
  • [3bf0935b] Use cns Task helpers in govc volume commands

⚠️ BREAKING

remove simulator.Map package variable [cdeb3e48]: simulator.Map package variable has been removed simulator.SpoofContext function has been renamed to NewContext

📖 Commits

  • [bd808e86] chore: Update version.go for v0.49.0
  • [3b718697] build(deps): bump golang.org/x/text from 0.22.0 to 0.23.0
  • [3bf0935b] chore: Use cns Task helpers in govc volume commands
  • [29fe42fa] govc: add volume.rm -keep flag to retain backing disk
  • [55b76378] govc: add volume.extend command
  • [f16c46bc] vcsim: add vsan Datastore support
  • [cdeb3e48] vcsim: remove simulator.Map package variable
  • [f13754e9] fix: vcsim: extend PropertyCollector lock to avoid potential races (#3697)
  • [1b06c598] govc: add GPU commands
  • [8f7fbc3a] govc: add session.login -jwt option (#3041)

... (truncated)

Commits
  • bd808e8 chore: Update version.go for v0.49.0
  • b154c78 Merge pull request #3703 from vmware/dependabot/go_modules/golang.org/x/text-...
  • 3b71869 build(deps): bump golang.org/x/text from 0.22.0 to 0.23.0
  • 652e465 Merge pull request #3702 from dougm/cns-volumes
  • 3bf0935 chore: Use cns Task helpers in govc volume commands
  • 29fe42f govc: add volume.rm -keep flag to retain backing disk
  • 55b7637 govc: add volume.extend command
  • c293238 Merge pull request #3705 from dougm/vcsim-vsan
  • f16c46b vcsim: add vsan Datastore support
  • a640504 Merge pull request #3701 from dougm/vcsim-context
  • 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 go Pull requests that update go code labels Mar 12, 2025
@dependabot dependabot bot requested a review from a team as a code owner March 12, 2025 14:17
@tenthirtyam tenthirtyam changed the title build(deps): bump github.com/vmware/govmomi from 0.48.1 to 0.49.0 chore(deps): bump github.com/vmware/govmomi from 0.48.1 to 0.49.0 Mar 14, 2025
@tenthirtyam tenthirtyam added the chore Chore label Mar 14, 2025
@tenthirtyam tenthirtyam force-pushed the dependabot/go_modules/github.com/vmware/govmomi-0.49.0 branch from 53292c6 to ae60f6d Compare March 14, 2025 05:30
@tenthirtyam
Copy link
Collaborator

@lbajolet-hashicorp - I updated after go mod tidy in ae60f6d due to a failing action.

@tenthirtyam
Copy link
Collaborator

Marking as draft due to a breaking change in 0.49.0:

vcsim: remove simulator.Map package variable

This package var has prevented multiple instances of vcsim running in parallel the same process.

Each simulator Model/Service instance now has its own Registry (Map) instance and Context.
The simulator.{Test,Run} functions are now passed the simulator.Context instance as the
context.Context callback param. 'simulator.Map' is now a helper function / shortcut to
reference the Map field of the Context instance.

BREAKING: simulator.Map package variable has been removed

BREAKING: simulator.SpoofContext function has been renamed to NewContext

@tenthirtyam tenthirtyam marked this pull request as draft March 14, 2025 05:40
@tenthirtyam tenthirtyam self-assigned this Mar 14, 2025
@tenthirtyam tenthirtyam marked this pull request as ready for review March 14, 2025 14:25
@tenthirtyam tenthirtyam added the refactor Refactor label Mar 14, 2025
@tenthirtyam tenthirtyam added this to the v2.0.0 milestone Mar 14, 2025
@tenthirtyam tenthirtyam marked this pull request as draft March 14, 2025 14:28
`simulator.Map` is now a helper function / shortcut to
reference the Map field of the Context instance.

Signed-off-by: Ryan Johnson <[email protected]>
@tenthirtyam tenthirtyam force-pushed the dependabot/go_modules/github.com/vmware/govmomi-0.49.0 branch from ce52e59 to 143301c Compare March 18, 2025 16:57
@tenthirtyam
Copy link
Collaborator

CI Resolved.

@tenthirtyam tenthirtyam marked this pull request as ready for review March 18, 2025 17:00
Copy link
Contributor

@lbajolet-hashicorp lbajolet-hashicorp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@lbajolet-hashicorp lbajolet-hashicorp merged commit d38da9e into main Mar 20, 2025
14 checks passed
@lbajolet-hashicorp lbajolet-hashicorp deleted the dependabot/go_modules/github.com/vmware/govmomi-0.49.0 branch March 20, 2025 20:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore Chore dependencies go Pull requests that update go code refactor Refactor

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants