atc0005 / check-vmware

Go-based tooling to monitor VMware environments; NOT affiliated with or endorsed by VMware, Inc.
MIT License
17 stars 3 forks source link

Go Dependency: Bump github.com/vmware/govmomi from 0.44.1 to 0.45.0 #1274

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps github.com/vmware/govmomi from 0.44.1 to 0.45.0.

Release notes

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

v0.45.0

Release v0.45.0

Release Date: 2024-10-21

๐Ÿž Fix

  • [84464784] Add missing privileges in simulator role
  • [36ee9a1e] Cross-platform path handling (#3555)
  • [71378bcb] check controller type in simulator configureDevice
  • [c44199a8] update controller's device list in AssignController
  • [17f6966d] ensure proper vSAN URI format in ResolveLibraryItemStorage
  • [60f2a6ea] Use absolute path for reading manifest (#3550)
  • [36cac699] Abort lease on upload failure (#3554)

๐Ÿ’ซ API Changes

  • [d14cbf39] tags error handling (#3112)

๐Ÿ’ซ govc (CLI)

  • [407da6c3] rename 'object.collect' -> 'collect'
  • [aec11224] display default provider in kms.ls output
  • [831b722f] Add an unreleased folder.place command for PlaceVMsXCluster
  • [2bbc6d83] support use of service version via GOVC_VIM_VERSION env var

๐Ÿงน Chore

  • [888548b9] Update version.go for v0.45.0

โš ๏ธ BREAKING

๐Ÿ“– Commits

  • [888548b9] chore: Update version.go for v0.45.0
  • [407da6c3] govc: rename 'object.collect' -> 'collect'
  • [aec11224] govc: display default provider in kms.ls output
  • [84464784] fix: Add missing privileges in simulator role
  • [36ee9a1e] fix: Cross-platform path handling (#3555)
  • [0083eae5] bug: Do not panic on fault.In for valid errs
  • [831b722f] govc: Add an unreleased folder.place command for PlaceVMsXCluster
  • [71378bcb] fix: check controller type in simulator configureDevice
  • [c44199a8] fix: update controller's device list in AssignController
  • [2bbc6d83] govc: support use of service version via GOVC_VIM_VERSION env var
  • [17f6966d] fix: ensure proper vSAN URI format in ResolveLibraryItemStorage
  • [d14cbf39] api: tags error handling (#3112)
  • [60f2a6ea] fix: Use absolute path for reading manifest (#3550)
  • [36cac699] fix: Abort lease on upload failure (#3554)
Commits
  • 888548b chore: Update version.go for v0.45.0
  • 19de4ba Merge pull request #3599 from dougm/govc-collect
  • 407da6c govc: rename 'object.collect' -> 'collect'
  • 7948ad8 Merge pull request #3598 from dougm/kms-ls-default
  • aec1122 govc: display default provider in kms.ls output
  • 15e0e96 Merge pull request #3596 from Xiol/issue-3555-cross-platform-paths
  • c0321f8 Merge pull request #3556 from Xiol/issue-3554-abort-lease-on-failure
  • 26e9cb4 Merge pull request #3551 from Xiol/issue-3550-readmanifest-abs-path
  • 846c7ee Merge pull request #3597 from dilyar85/fix/update-simulator-role
  • 8446478 fix: Add missing privileges in simulator role
  • 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 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)