Skip to content

Commit e8f0c87

Browse files
deps(deps): update module github.com/vmware/govmomi to v0.40.0 (#330)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/vmware/govmomi](https://togithub.com/vmware/govmomi) | `v0.39.0` -> `v0.40.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fvmware%2fgovmomi/v0.40.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fvmware%2fgovmomi/v0.40.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fvmware%2fgovmomi/v0.39.0/v0.40.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fvmware%2fgovmomi/v0.39.0/v0.40.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vmware/govmomi (github.com/vmware/govmomi)</summary> ### [`v0.40.0`](https://togithub.com/vmware/govmomi/releases/tag/v0.40.0) [Compare Source](https://togithub.com/vmware/govmomi/compare/v0.39.0...v0.40.0) <a name="v0.40.0"></a> #### [Release v0.40.0](https://togithub.com/vmware/govmomi/compare/v0.39.0...v0.40.0) > Release Date: 2024-08-12 ##### 🐞 Fix - \[[`15d5ffd`](https://togithub.com/vmware/govmomi/commit/15d5ffdb)] govc object.collect truncation ([#&#8203;3331](https://togithub.com/vmware/govmomi/issues/3331)) ([#&#8203;3501](https://togithub.com/vmware/govmomi/issues/3501)) - \[[`18e4354`](https://togithub.com/vmware/govmomi/commit/18e43541)] govc: output Message field for 'EventEx' types - \[[`11dc5a3`](https://togithub.com/vmware/govmomi/commit/11dc5a39)] restore govc import.spec DiskProvisioning default value ([#&#8203;3427](https://togithub.com/vmware/govmomi/issues/3427)) ([#&#8203;3483](https://togithub.com/vmware/govmomi/issues/3483)) ##### 💡 Examples - \[[`eea1d29`](https://togithub.com/vmware/govmomi/commit/eea1d299)] add ExampleCollector_WaitForUpdatesEx_pagination ##### 💫 API Changes - \[[`d035dc7`](https://togithub.com/vmware/govmomi/commit/d035dc72)] add session.Manager.ImpersonateUser method ([#&#8203;3507](https://togithub.com/vmware/govmomi/issues/3507)) - \[[`ea3e806`](https://togithub.com/vmware/govmomi/commit/ea3e806f)] add alarm package with helpers for AlarmManager and Alarms - \[[`208d532`](https://togithub.com/vmware/govmomi/commit/208d532c)] convert vSAN directory name to uuid in ResolveLibraryItemStorage ##### 💫 `govc` (CLI) - \[[`0917e71`](https://togithub.com/vmware/govmomi/commit/0917e718)] add session.login '-as' flag to impersonate user - \[[`d6a3b61`](https://togithub.com/vmware/govmomi/commit/d6a3b614)] add alarm commands - \[[`2975ade`](https://togithub.com/vmware/govmomi/commit/2975ade1)] add event.post command - \[[`db6e962`](https://togithub.com/vmware/govmomi/commit/db6e9623)] add library.sync '-f' flag to force sync file content - \[[`cc02310`](https://togithub.com/vmware/govmomi/commit/cc02310c)] add library.info -S flag ##### 💫 `vcsim` (Simulator) - \[[`ee966a6`](https://togithub.com/vmware/govmomi/commit/ee966a69)] add SessionManager.ImpersonateUser method - \[[`5a501b5`](https://togithub.com/vmware/govmomi/commit/5a501b50)] implement WaitForUpdatesEx pagination support - \[[`9c28210`](https://togithub.com/vmware/govmomi/commit/9c282108)] add AlarmManager ([#&#8203;3489](https://togithub.com/vmware/govmomi/issues/3489)) ([#&#8203;2476](https://togithub.com/vmware/govmomi/issues/2476)) - \[[`db40be6`](https://togithub.com/vmware/govmomi/commit/db40be6b)] fix panic in CancelTask ([#&#8203;3451](https://togithub.com/vmware/govmomi/issues/3451)) ([#&#8203;3506](https://togithub.com/vmware/govmomi/issues/3506)) - \[[`e63f127`](https://togithub.com/vmware/govmomi/commit/e63f1272)] add ovf DiskProvisioning validation - \[[`0633de5`](https://togithub.com/vmware/govmomi/commit/0633de5c)] add DatastoreNamespaceManager ##### 🧹 Chore - \[[`6e27ff3`](https://togithub.com/vmware/govmomi/commit/6e27ff34)] Update version.go for v0.40.0 ##### ⚠️ BREAKING ##### 📖 Commits - \[[`6e27ff3`](https://togithub.com/vmware/govmomi/commit/6e27ff34)] chore: Update version.go for v0.40.0 - \[[`eea1d29`](https://togithub.com/vmware/govmomi/commit/eea1d299)] examples: add ExampleCollector_WaitForUpdatesEx_pagination - \[[`ee966a6`](https://togithub.com/vmware/govmomi/commit/ee966a69)] vcsim: add SessionManager.ImpersonateUser method - \[[`0917e71`](https://togithub.com/vmware/govmomi/commit/0917e718)] govc: add session.login '-as' flag to impersonate user - \[[`d035dc7`](https://togithub.com/vmware/govmomi/commit/d035dc72)] api: add session.Manager.ImpersonateUser method ([#&#8203;3507](https://togithub.com/vmware/govmomi/issues/3507)) - \[[`15d5ffd`](https://togithub.com/vmware/govmomi/commit/15d5ffdb)] fix: govc object.collect truncation ([#&#8203;3331](https://togithub.com/vmware/govmomi/issues/3331)) ([#&#8203;3501](https://togithub.com/vmware/govmomi/issues/3501)) - \[[`5a501b5`](https://togithub.com/vmware/govmomi/commit/5a501b50)] vcsim: implement WaitForUpdatesEx pagination support - \[[`9c28210`](https://togithub.com/vmware/govmomi/commit/9c282108)] vcsim: add AlarmManager ([#&#8203;3489](https://togithub.com/vmware/govmomi/issues/3489)) ([#&#8203;2476](https://togithub.com/vmware/govmomi/issues/2476)) - \[[`d6a3b61`](https://togithub.com/vmware/govmomi/commit/d6a3b614)] govc: add alarm commands - \[[`ea3e806`](https://togithub.com/vmware/govmomi/commit/ea3e806f)] api: add alarm package with helpers for AlarmManager and Alarms - \[[`2975ade`](https://togithub.com/vmware/govmomi/commit/2975ade1)] govc: add event.post command - \[[`18e4354`](https://togithub.com/vmware/govmomi/commit/18e43541)] fix: govc: output Message field for 'EventEx' types - \[[`6f99878`](https://togithub.com/vmware/govmomi/commit/6f998780)] build(deps): bump golang.org/x/text from 0.16.0 to 0.17.0 - \[[`db40be6`](https://togithub.com/vmware/govmomi/commit/db40be6b)] vcsim: fix panic in CancelTask ([#&#8203;3451](https://togithub.com/vmware/govmomi/issues/3451)) ([#&#8203;3506](https://togithub.com/vmware/govmomi/issues/3506)) - \[[`db6e962`](https://togithub.com/vmware/govmomi/commit/db6e9623)] govc: add library.sync '-f' flag to force sync file content - \[[`11dc5a3`](https://togithub.com/vmware/govmomi/commit/11dc5a39)] fix: restore govc import.spec DiskProvisioning default value ([#&#8203;3427](https://togithub.com/vmware/govmomi/issues/3427)) ([#&#8203;3483](https://togithub.com/vmware/govmomi/issues/3483)) - \[[`e63f127`](https://togithub.com/vmware/govmomi/commit/e63f1272)] vcsim: add ovf DiskProvisioning validation - \[[`208d532`](https://togithub.com/vmware/govmomi/commit/208d532c)] api: convert vSAN directory name to uuid in ResolveLibraryItemStorage - \[[`0633de5`](https://togithub.com/vmware/govmomi/commit/0633de5c)] vcsim: add DatastoreNamespaceManager - \[[`cc02310`](https://togithub.com/vmware/govmomi/commit/cc02310c)] govc: add library.info -S flag - \[[`0d6a605`](https://togithub.com/vmware/govmomi/commit/0d6a605c)] review feedback - \[[`2957bed`](https://togithub.com/vmware/govmomi/commit/2957bedf)] review feedback - \[[`8e509df`](https://togithub.com/vmware/govmomi/commit/8e509dfb)] implement capacityAllocationUnits parser </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/validator-labs/validator-plugin-vsphere). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yMC4xIiwidXBkYXRlZEluVmVyIjoiMzguMjAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwiZ28iXX0=--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e7767f8 commit e8f0c87

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/sirupsen/logrus v1.9.3
1313
github.com/stretchr/testify v1.9.0
1414
github.com/validator-labs/validator v0.1.3
15-
github.com/vmware/govmomi v0.39.0
15+
github.com/vmware/govmomi v0.40.0
1616
golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa
1717
k8s.io/api v0.30.3
1818
k8s.io/apimachinery v0.30.3

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsT
154154
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
155155
github.com/validator-labs/validator v0.1.3 h1:IH7Jfn/t4qJWnvAtL/KkNXWB+7KSmrN4oiYFMxhQjeU=
156156
github.com/validator-labs/validator v0.1.3/go.mod h1:2KfBoFMB0Y6aH2REu7fL7oW3eK8m302EvI52nC4CP3c=
157-
github.com/vmware/govmomi v0.39.0 h1:soLZ08Q2zvjRSinNup8xVlw0KDDCJPPA1rIDmBhi7As=
158-
github.com/vmware/govmomi v0.39.0/go.mod h1:oHzAQ1r6152zYDGcUqeK+EO8LhKo5wjtvWZBGHws2Hc=
157+
github.com/vmware/govmomi v0.40.0 h1:7xzJLA7CD7teyeToYWS3tapZtZX9x0sBfjBvbnsVllI=
158+
github.com/vmware/govmomi v0.40.0/go.mod h1:1H5LWwsBif8HKZqbFp0FdoKTHyJE4FzL6ACequMKYQg=
159159
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
160160
github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
161161
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 h1:jq9TW8u3so/bN+JPT166wjOI6/vQPF6Xe7nMNIltagk=

0 commit comments

Comments
 (0)