hashicorp / packer-plugin-vsphere

Packer plugin for VMware vSphere Builder
https://www.packer.io/docs/builders/vsphere
Mozilla Public License 2.0
94 stars 91 forks source link

chore(deps): bump github.com/vmware/govmomi from 0.38.0 to 0.39.0 #454

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

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 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)
tenthirtyam commented 1 month ago

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