Skip to content

Commit 5db79f3

Browse files
deps(deps): update module github.com/vmware/govmomi to v0.43.0 (#366)
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/) | --- ### 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 ([#&#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 ([#&#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 ([#&#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 ([#&#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 ([#&#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 ([#&#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 ([#&#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 ([#&#8203;3523](https://redirect.github.com/vmware/govmomi/issues/3523)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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/validator-labs/validator-plugin-vsphere). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwiZ28iXX0=--> 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 1a70e54 commit 5db79f3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
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.11
15-
github.com/vmware/govmomi v0.42.0
15+
github.com/vmware/govmomi v0.43.0
1616
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0
1717
gopkg.in/yaml.v3 v3.0.1
1818
k8s.io/api v0.31.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@ github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsT
160160
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
161161
github.com/validator-labs/validator v0.1.11 h1:HB99ia1RlnO6/8rJiMgCnjv/NMotM+zm9+u3PAPrwp0=
162162
github.com/validator-labs/validator v0.1.11/go.mod h1:UpJHk6dEgbqHCF0Lm+MCOu5PSsydT40FEvvL+4Nlv8U=
163-
github.com/vmware/govmomi v0.42.0 h1:MbvAlVfjNBE1mHMaQ7yOSop1KLB0/93x6VAGuCtjqtI=
164-
github.com/vmware/govmomi v0.42.0/go.mod h1:1H5LWwsBif8HKZqbFp0FdoKTHyJE4FzL6ACequMKYQg=
163+
github.com/vmware/govmomi v0.43.0 h1:7Kg3Bkdly+TrE67BYXzRq7ZrDnn7xqpKX95uEh2f9Go=
164+
github.com/vmware/govmomi v0.43.0/go.mod h1:IOv5nTXCPqH9qVJAlRuAGffogaLsNs8aF+e7vLgsHJU=
165165
github.com/x448/float16 v0.8.4 h1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM=
166166
github.com/x448/float16 v0.8.4/go.mod h1:14CWIYCyZA/cWjXOioeEpHeN/83MdbZDRQHoFcYsOfg=
167167
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=

0 commit comments

Comments
 (0)