Skip to content
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

chore(deps): bump github.com/vmware/govmomi from 0.46.1 to 0.47.0 #2314

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 3, 2025

Bumps github.com/vmware/govmomi from 0.46.1 to 0.47.0.

Release notes

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

v0.47.0

Release v0.47.0

Release Date: 2025-01-02

🐞 Fix

  • [3793a5b2] govc fix field.info name (-n flag) validation
  • [8adeb8b5] SOAP vcSessionCookie value must be from vim25.Client
  • [2271a788] toolbox: add freebsd stub for fileExtendedInfoFormat (#3620)
  • [f08496ed] vcsim: swap order of xsi type attribute (#2114)
  • [973a2240] assert Entity interface in mo.Value()
  • [ad24cb43] Property Collector updates should be triggered on the empty FilterSet (#3631)
  • [29de346f] vcsim: output signed byte in ByteSlice.MarshalXML (#3615)
  • [71b9c764] govc: wire up flags for namespace service create
  • [5e9a140d] vcsim: avoid possible panic when applying PropertyFilter

💫 API Changes

  • [a447f4d0] Fix OVF param to use interface
  • [17b5c08b] Generate bindings for 9.0.0.0.rc1
  • [77de0b54] Generate API with Broadcom header
  • [4b7d0c56] Specify ruby bundler for api gen
  • [f2382015] Update gen/gen.sh for 9.0.0.0.rc1
  • [05a6d571] Support podman for building api
  • [3d8b0261] Build api with Go 1.23.2
  • [aa8279b5] Support returning DS info when resolving lib stor
  • [64ca62fe] Support DC for ResolveLibItemStor
  • [0af06a3c] Support encode/decode OVF to JSON
  • [7598ae9f] Fix object.VirtualDiskManager::Copy
  • [b2bde000] Update OVF ToConfigSpec to handled unknown types
  • [5bb9901a] A generic copy function for vim25/types
  • [19189841] add override mechanism for SOAP Header.Cookie
  • [495a8203] OVF to ConfigSpec
  • [e9f9eb04] Support OVF ResourceType enum
  • [42bf8130] Update OVF parser to conform to spec
  • [05482c0b] move cli/host/esxcli.Command to cli/esx package

💫 govc (CLI)

  • [ad5c90a4] Update govc usage doc
  • [ca2e6ffd] add datastore.download -json support
  • [18a3019f] add -b flag to volume.ls
  • [e02de720] add disk.ls '-a' flag (#3639)
  • [c60f498e] add datastore.ls -H option
  • [228b445f] remove minimum API version check (#3643)
  • [7e178857] Move govc commands into cli pkg

... (truncated)

Commits
  • 95396cd chore: Update version.go for v0.47.0
  • 4eab163 Merge pull request #3666 from dougm/datastore-download-json
  • 80de29b Merge pull request #3667 from akutz/feature/api-9.0.0.0.rc1
  • ad5c90a govc: Update govc usage doc
  • a447f4d api: Fix OVF param to use interface
  • 17b5c08 api: Generate bindings for 9.0.0.0.rc1
  • 77de0b5 api: Generate API with Broadcom header
  • 4b7d0c5 api: Specify ruby bundler for api gen
  • f238201 api: Update gen/gen.sh for 9.0.0.0.rc1
  • 05a6d57 api: Support podman for building api
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
github.com/vmware/govmomi [>= 0.33.a, < 0.34]
github.com/vmware/govmomi [< 0.37, > 0.36.1]
github.com/vmware/govmomi [>= 0.43.a, < 0.44]
github.com/vmware/govmomi [< 0.47, > 0.46.1]

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.46.1 to 0.47.0.
- [Release notes](https://github.com/vmware/govmomi/releases)
- [Changelog](https://github.com/vmware/govmomi/blob/main/CHANGELOG.md)
- [Commits](vmware/govmomi@v0.46.1...v0.47.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner January 3, 2025 04:48
@dependabot dependabot bot added dependencies Type: Dependencies go Pull requests that update Go code labels Jan 3, 2025
@github-actions github-actions bot added provider Type: Provider chore Type: Chore needs-review Status: Pull Request Needs Review labels Jan 3, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 7, 2025

Superseded by #2315.

@dependabot dependabot bot closed this Jan 7, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/vmware/govmomi-0.47.0 branch January 7, 2025 04:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Type: Chore dependencies Type: Dependencies go Pull requests that update Go code needs-review Status: Pull Request Needs Review provider Type: Provider
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants