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.38.0 to 0.39.0 #454

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 23, 2024

Bumps github.com/vmware/govmomi from 0.38.0 to 0.39.0.

Release notes

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

v0.39.0

Release v0.39.0

Release Date: 2024-07-22

🐞 Fix

  • [1bc3a4a4] handle base types by default in mo.LoadObjectContent

💫 API Changes

  • [5c0af375] use CheckTestType in compat and provisioning checkers
  • [2e77836c] add sata controller
  • [bdb034ee] Exporting Unit field in MetricSeries struct for external use (#3494)
  • [78f07c63] Add simulator test for GetVirtualDiskInfoByUUID
  • [2d16e19f] GetVirtualDiskInfoByUUID for getting capacity/size info
  • [29b1bce9] change CoresPerNumaNode to a pointer type
  • [3139de32] Add a method for extending VMDK
  • [6096c0d4] add ResolveLibraryItemStorage

💫 govc (CLI)

  • [04fe4c26] add vm.check commands
  • [976bca3b] add '-spec' flag to vm clone, migrate and create commands
  • [d92015c4] add vm.migrate -net flag

💫 vcsim (Simulator)

  • [eb2e1ea1] add VmCompatibilityChecker and VmProvisioningChecker
  • [a463e543] Add support for DRS automation levels (#3485)
  • [f7a85a81] Re-enable TenantManager

🧹 Chore

  • [590c92b1] Update version.go for v0.39.0
  • [4434e26b] bump go version
  • [d7e27099] fix codeql (#3492) (#3492)
  • [fb6e5977] fix codeql

⚠️ BREAKING

📖 Commits

  • [590c92b1] chore: Update version.go for v0.39.0
  • [5c0af375] api: use CheckTestType in compat and provisioning checkers
  • [2e77836c] api: add sata controller
  • [bdb034ee] api: Exporting Unit field in MetricSeries struct for external use (#3494)
  • [4434e26b] chore: bump go version

... (truncated)

Commits
  • 590c92b chore: Update version.go for v0.39.0
  • 7614742 Merge pull request #3502 from bryanv/bryanv/use-checktesttype-in-check-args
  • f05efc4 Merge pull request #3458 from vmware/api/add-sata-controller
  • 5c0af37 api: use CheckTestType in compat and provisioning checkers
  • 2e77836 api: add sata controller
  • 4ce273c Merge pull request #3500 from dougm/vcsim-vmcheck
  • 441e932 Merge pull request #3497 from aneesurrehman001/feature/export-unit-field
  • bdb034e api: Exporting Unit field in MetricSeries struct for external use
  • 4434e26 chore: bump go version
  • 04fe4c2 govc: add vm.check commands
  • 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]

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner July 23, 2024 14:26
@tenthirtyam tenthirtyam changed the title build(deps): bump github.com/vmware/govmomi from 0.38.0 to 0.39.0 chore(deps): bump github.com/vmware/govmomi from 0.38.0 to 0.39.0 Jul 23, 2024
@tenthirtyam tenthirtyam added the chore Chore label Jul 23, 2024
@tenthirtyam tenthirtyam added this to the v1.3.1 milestone Jul 23, 2024
@tenthirtyam
Copy link
Collaborator

@lbajolet-hashicorp @nywilken - this is included in #451 but might be good to merge this one and rebase the other for consistency.

Copy link
Collaborator

@tenthirtyam tenthirtyam left a comment

Choose a reason for hiding this comment

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

Approved - supports the requirements for #42.

@lbajolet-hashicorp lbajolet-hashicorp merged commit 180b71a into main Jul 23, 2024
12 checks passed
@lbajolet-hashicorp lbajolet-hashicorp deleted the dependabot/go_modules/github.com/vmware/govmomi-0.39.0 branch July 23, 2024 19:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants