Skip to content

Commit 733e729

Browse files
renovate[bot]opentelemetrybot
authored andcommitted
Update module github.com/vmware/govmomi to v0.43.0 (open-telemetry#35131)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/vmware/govmomi](https://redirect.github.com/vmware/govmomi) | `v0.42.0` -> `v0.43.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fvmware%2fgovmomi/v0.43.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fvmware%2fgovmomi/v0.43.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fvmware%2fgovmomi/v0.42.0/v0.43.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fvmware%2fgovmomi/v0.42.0/v0.43.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>vmware/govmomi (github.com/vmware/govmomi)</summary> ### [`v0.43.0`](https://redirect.github.com/vmware/govmomi/releases/tag/v0.43.0) [Compare Source](https://redirect.github.com/vmware/govmomi/compare/v0.42.0...v0.43.0) <a name="v0.43.0"></a> #### [Release v0.43.0](https://redirect.github.com/vmware/govmomi/compare/v0.42.0...v0.43.0) > Release Date: 2024-09-10 ##### 🐞 Fix - \[[`97aa721`](https://redirect.github.com/vmware/govmomi/commit/97aa7214)] vcsim: avoid possible race when encoding PropertyCollector response ([#&open-telemetry#8203;3533](https://redirect.github.com/vmware/govmomi/issues/3533)) - \[[`ad2d357`](https://redirect.github.com/vmware/govmomi/commit/ad2d3573)] use complete InventoryPath in Datacenter.Folders ([#&open-telemetry#8203;3523](https://redirect.github.com/vmware/govmomi/issues/3523)) ##### 💫 API Changes - \[[`476704a`](https://redirect.github.com/vmware/govmomi/commit/476704a3)] Fault helpers - \[[`caad54a`](https://redirect.github.com/vmware/govmomi/commit/caad54aa)] add VirtualMachine.AddDeviceWithProfile method - \[[`a316da5`](https://redirect.github.com/vmware/govmomi/commit/a316da5c)] VirtualMachine.AttachDisk unitNumber param is optional - \[[`8491321`](https://redirect.github.com/vmware/govmomi/commit/8491321a)] ToString for vim types - \[[`6461021`](https://redirect.github.com/vmware/govmomi/commit/64610213)] add namespace.RegisterVM binding - \[[`e602029`](https://redirect.github.com/vmware/govmomi/commit/e602029e)] Fix panic when encoding nil iface ptrs to JSON ##### 💫 `govc` (CLI) - \[[`8fd8691`](https://redirect.github.com/vmware/govmomi/commit/8fd86912)] add disk.create '-profile' flag - \[[`ea3cf25`](https://redirect.github.com/vmware/govmomi/commit/ea3cf257)] add vm.disk.create '-profile' flag - \[[`e73c34f`](https://redirect.github.com/vmware/govmomi/commit/e73c34fa)] add vm.disk.attach '-profile' flag - \[[`06dcf31`](https://redirect.github.com/vmware/govmomi/commit/06dcf31a)] Add '-size' flag to datastore.create ([#&open-telemetry#8203;3519](https://redirect.github.com/vmware/govmomi/issues/3519)) - \[[`23390c2`](https://redirect.github.com/vmware/govmomi/commit/23390c23)] add namespace.registervm command - \[[`1892eec`](https://redirect.github.com/vmware/govmomi/commit/1892eecd)] Support thick/eager disk opts on vm.create ([#&open-telemetry#8203;3526](https://redirect.github.com/vmware/govmomi/issues/3526)) ##### 💫 `vcsim` (Simulator) - \[[`8421b67`](https://redirect.github.com/vmware/govmomi/commit/8421b678)] Support PlaceVm with relocate placement type - \[[`9234233`](https://redirect.github.com/vmware/govmomi/commit/9234233e)] Support PlaceVm with reconfigure placement type - \[[`f06d083`](https://redirect.github.com/vmware/govmomi/commit/f06d0834)] add VirtualMachine AttachDisk and DetachDisk methods - \[[`35dc193`](https://redirect.github.com/vmware/govmomi/commit/35dc193f)] Support VM crypto spec in vC Sim - \[[`0517b87`](https://redirect.github.com/vmware/govmomi/commit/0517b87e)] add namespace/registervm implementation ##### 🧹 Chore - \[[`b17abb2`](https://redirect.github.com/vmware/govmomi/commit/b17abb20)] Update version.go for v0.43.0 - \[[`93da4a2`](https://redirect.github.com/vmware/govmomi/commit/93da4a20)] sync generated govc/USAGE.md - \[[`51105db`](https://redirect.github.com/vmware/govmomi/commit/51105db8)] govc: add common StorageProfileFlag ##### ⚠️ BREAKING VirtualMachine.AttachDisk unitNumber param is optional \[[`a316da5`](https://redirect.github.com/vmware/govmomi/commit/a316da5c)]: switching from int32 to \*int32, otherwise the client must choose a valid unitNumber. vCenter will choose a unitNumber when not provided. ##### 📖 Commits - \[[`b17abb2`](https://redirect.github.com/vmware/govmomi/commit/b17abb20)] chore: Update version.go for v0.43.0 - \[[`476704a`](https://redirect.github.com/vmware/govmomi/commit/476704a3)] api: Fault helpers - \[[`8421b67`](https://redirect.github.com/vmware/govmomi/commit/8421b678)] vcsim: Support PlaceVm with relocate placement type - \[[`93b97e1`](https://redirect.github.com/vmware/govmomi/commit/93b97e18)] Update library state info to content library API - \[[`9234233`](https://redirect.github.com/vmware/govmomi/commit/9234233e)] vcsim: Support PlaceVm with reconfigure placement type - \[[`a2cbe10`](https://redirect.github.com/vmware/govmomi/commit/a2cbe108)] build(deps): bump golang.org/x/text from 0.17.0 to 0.18.0 - \[[`93da4a2`](https://redirect.github.com/vmware/govmomi/commit/93da4a20)] chore: sync generated govc/USAGE.md - \[[`8fd8691`](https://redirect.github.com/vmware/govmomi/commit/8fd86912)] govc: add disk.create '-profile' flag - \[[`ea3cf25`](https://redirect.github.com/vmware/govmomi/commit/ea3cf257)] govc: add vm.disk.create '-profile' flag - \[[`e73c34f`](https://redirect.github.com/vmware/govmomi/commit/e73c34fa)] govc: add vm.disk.attach '-profile' flag - \[[`51105db`](https://redirect.github.com/vmware/govmomi/commit/51105db8)] chore: govc: add common StorageProfileFlag - \[[`caad54a`](https://redirect.github.com/vmware/govmomi/commit/caad54aa)] api: add VirtualMachine.AddDeviceWithProfile method - \[[`f06d083`](https://redirect.github.com/vmware/govmomi/commit/f06d0834)] vcsim: add VirtualMachine AttachDisk and DetachDisk methods - \[[`97aa721`](https://redirect.github.com/vmware/govmomi/commit/97aa7214)] fix: vcsim: avoid possible race when encoding PropertyCollector response ([#&open-telemetry#8203;3533](https://redirect.github.com/vmware/govmomi/issues/3533)) - \[[`014a150`](https://redirect.github.com/vmware/govmomi/commit/014a150b)] build(deps): bump peter-evans/create-pull-request from 6 to 7 - \[[`35dc193`](https://redirect.github.com/vmware/govmomi/commit/35dc193f)] vcsim: Support VM crypto spec in vC Sim - \[[`a56e33d`](https://redirect.github.com/vmware/govmomi/commit/a56e33d3)] Add BackingDiskPath to BackingObjectDetails - \[[`06dcf31`](https://redirect.github.com/vmware/govmomi/commit/06dcf31a)] govc: Add '-size' flag to datastore.create ([#&open-telemetry#8203;3519](https://redirect.github.com/vmware/govmomi/issues/3519)) - \[[`f881d9b`](https://redirect.github.com/vmware/govmomi/commit/f881d9b6)] govc add disk.attach and disk.detach commands - \[[`a316da5`](https://redirect.github.com/vmware/govmomi/commit/a316da5c)] api: VirtualMachine.AttachDisk unitNumber param is optional - \[[`8491321`](https://redirect.github.com/vmware/govmomi/commit/8491321a)] api: ToString for vim types - \[[`0517b87`](https://redirect.github.com/vmware/govmomi/commit/0517b87e)] vcsim: add namespace/registervm implementation - \[[`23390c2`](https://redirect.github.com/vmware/govmomi/commit/23390c23)] govc: add namespace.registervm command - \[[`6461021`](https://redirect.github.com/vmware/govmomi/commit/64610213)] api: add namespace.RegisterVM binding - \[[`e602029`](https://redirect.github.com/vmware/govmomi/commit/e602029e)] api: Fix panic when encoding nil iface ptrs to JSON - \[[`1892eec`](https://redirect.github.com/vmware/govmomi/commit/1892eecd)] govc: Support thick/eager disk opts on vm.create ([#&open-telemetry#8203;3526](https://redirect.github.com/vmware/govmomi/issues/3526)) - \[[`ad2d357`](https://redirect.github.com/vmware/govmomi/commit/ad2d3573)] fix: use complete InventoryPath in Datacenter.Folders ([#&open-telemetry#8203;3523](https://redirect.github.com/vmware/govmomi/issues/3523)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]>
1 parent 290ae2d commit 733e729

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

cmd/otelcontribcol/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,7 @@ require (
757757
github.com/vishvananda/netlink v1.1.1-0.20201029203352-d40f9887b852 // indirect
758758
github.com/vishvananda/netns v0.0.0-20200728191858-db3c7e526aae // indirect
759759
github.com/vmware/go-vmware-nsxt v0.0.0-20230223012718-d31b8a1ca05e // indirect
760-
github.com/vmware/govmomi v0.42.0 // indirect
760+
github.com/vmware/govmomi v0.43.0 // indirect
761761
github.com/vultr/govultr/v2 v2.17.2 // indirect
762762
github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect
763763
github.com/x448/float16 v0.8.4 // indirect

cmd/otelcontribcol/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

receiver/vcenterreceiver/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/golden v0.109.0
1010
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest v0.109.0
1111
github.com/stretchr/testify v1.9.0
12-
github.com/vmware/govmomi v0.42.0
12+
github.com/vmware/govmomi v0.43.0
1313
go.opentelemetry.io/collector/component v0.109.0
1414
go.opentelemetry.io/collector/config/configopaque v1.15.0
1515
go.opentelemetry.io/collector/config/configtls v1.15.0

receiver/vcenterreceiver/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)