Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update module github.com/vmware/govmomi to v0.46.0 #36324

Merged
merged 2 commits into from
Nov 13, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 12, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/vmware/govmomi v0.45.1 -> v0.46.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

vmware/govmomi (github.com/vmware/govmomi)

v0.46.0

Compare Source

Release v0.46.0

Release Date: 2024-11-06

🐞 Fix
  • [f9d093b] Set DuplicateName Object to duplicate object (#​3610)
  • [60d4b04] CreateSATAController to return error when no bus numbers
  • [fe93450] vcsim: avoid race in DestroyPropertyFilter
💫 API Changes
  • [ae55823] Support CnsBlockCreateSpec
  • [a9d5985] support MOID conversion in Finder methods
  • [5c54c3f] change ManagerKmip.IsValidKey to use QueryCryptoKeyStatus
  • [6ecb208] add crypto.ManagerKmip.QueryCryptoKeyStatus
  • [6e84b72] Fetch crypto key in GetVirtualDiskInfoByUUID
💫 govc (CLI)
  • [fdb091c] add vm.change -migrate-encryption and -ft-encryption-mode options (#​3493)
  • [8f3b0a3] add '-I' flag to ls and find commands
  • [66fc63a] add kms.key commands
💫 vcsim (Simulator)
  • [ca05e10] add QueryCryptoKeyStatus
🧹 Chore
⚠️ BREAKING

change ManagerKmip.IsValidKey to use QueryCryptoKeyStatus [5c54c3f]:
IsValidKey now requires a key providerID param.

📖 Commits
  • [35c4569] chore: Update version.go for v0.46.0
  • [fdb091c] govc: add vm.change -migrate-encryption and -ft-encryption-mode options (#​3493)
  • [ae55823] api: Support CnsBlockCreateSpec
  • [a9d5985] api: support MOID conversion in Finder methods
  • [8f3b0a3] govc: add '-I' flag to ls and find commands
  • [f9d093b] fix: Set DuplicateName Object to duplicate object (#​3610)
  • [34ca8c8] chore: skip tests unless running docker on linux (#​3604)
  • [60d4b04] fix: CreateSATAController to return error when no bus numbers
  • [5c54c3f] api: change ManagerKmip.IsValidKey to use QueryCryptoKeyStatus
  • [ca05e10] vcsim: add QueryCryptoKeyStatus
  • [66fc63a] govc: add kms.key commands
  • [6ecb208] api: add crypto.ManagerKmip.QueryCryptoKeyStatus
  • [fe93450] fix: vcsim: avoid race in DestroyPropertyFilter
  • [6e84b72] api: Fetch crypto key in GetVirtualDiskInfoByUUID
  • [0206f07] Fix error assertion in IsCertificateUntrusted

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Nov 12, 2024
@renovate renovate bot requested a review from djaglowski as a code owner November 12, 2024 16:24
@renovate renovate bot added the renovatebot label Nov 12, 2024
@renovate renovate bot requested a review from a team as a code owner November 12, 2024 16:24
@atoulme atoulme closed this Nov 12, 2024
@atoulme atoulme reopened this Nov 12, 2024
@codeboten codeboten merged commit 208f452 into main Nov 13, 2024
158 checks passed
@codeboten codeboten deleted the renovate/github.com-vmware-govmomi-0.x branch November 13, 2024 13:38
@github-actions github-actions bot added this to the next release milestone Nov 13, 2024
sbylica-splunk pushed a commit to sbylica-splunk/opentelemetry-collector-contrib that referenced this pull request Dec 17, 2024
…elemetry#36324)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/vmware/govmomi](https://redirect.github.com/vmware/govmomi)
| `v0.45.1` -> `v0.46.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fvmware%2fgovmomi/v0.46.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fvmware%2fgovmomi/v0.46.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fvmware%2fgovmomi/v0.45.1/v0.46.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fvmware%2fgovmomi/v0.45.1/v0.46.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.46.0`](https://redirect.github.com/vmware/govmomi/releases/tag/v0.46.0)

[Compare
Source](https://redirect.github.com/vmware/govmomi/compare/v0.45.1...v0.46.0)

<a name="v0.46.0"></a>

#### [Release
v0.46.0](https://redirect.github.com/vmware/govmomi/compare/v0.45.1...v0.46.0)

> Release Date: 2024-11-06

##### 🐞 Fix

-
\[[`f9d093b`](https://redirect.github.com/vmware/govmomi/commit/f9d093b9)]
Set DuplicateName Object to duplicate object
([#&open-telemetry#8203;3610](https://redirect.github.com/vmware/govmomi/issues/3610))
-
\[[`60d4b04`](https://redirect.github.com/vmware/govmomi/commit/60d4b049)]
CreateSATAController to return error when no bus numbers
-
\[[`fe93450`](https://redirect.github.com/vmware/govmomi/commit/fe934500)]
vcsim: avoid race in DestroyPropertyFilter

##### 💫 API Changes

-
\[[`ae55823`](https://redirect.github.com/vmware/govmomi/commit/ae558231)]
Support CnsBlockCreateSpec
-
\[[`a9d5985`](https://redirect.github.com/vmware/govmomi/commit/a9d5985f)]
support MOID conversion in Finder methods
-
\[[`5c54c3f`](https://redirect.github.com/vmware/govmomi/commit/5c54c3fa)]
change ManagerKmip.IsValidKey to use QueryCryptoKeyStatus
-
\[[`6ecb208`](https://redirect.github.com/vmware/govmomi/commit/6ecb2087)]
add crypto.ManagerKmip.QueryCryptoKeyStatus
-
\[[`6e84b72`](https://redirect.github.com/vmware/govmomi/commit/6e84b72c)]
Fetch crypto key in GetVirtualDiskInfoByUUID

##### 💫 `govc` (CLI)

-
\[[`fdb091c`](https://redirect.github.com/vmware/govmomi/commit/fdb091c2)]
add vm.change -migrate-encryption and -ft-encryption-mode options
([#&open-telemetry#8203;3493](https://redirect.github.com/vmware/govmomi/issues/3493))
-
\[[`8f3b0a3`](https://redirect.github.com/vmware/govmomi/commit/8f3b0a38)]
add '-I' flag to ls and find commands
-
\[[`66fc63a`](https://redirect.github.com/vmware/govmomi/commit/66fc63a4)]
add kms.key commands

##### 💫 `vcsim` (Simulator)

-
\[[`ca05e10`](https://redirect.github.com/vmware/govmomi/commit/ca05e10d)]
add QueryCryptoKeyStatus

##### 🧹 Chore

-
\[[`35c4569`](https://redirect.github.com/vmware/govmomi/commit/35c45692)]
Update version.go for v0.46.0
-
\[[`34ca8c8`](https://redirect.github.com/vmware/govmomi/commit/34ca8c85)]
skip tests unless running docker on linux
([#&open-telemetry#8203;3604](https://redirect.github.com/vmware/govmomi/issues/3604))

##### ⚠️ BREAKING

change ManagerKmip.IsValidKey to use QueryCryptoKeyStatus
\[[`5c54c3f`](https://redirect.github.com/vmware/govmomi/commit/5c54c3fa)]:
IsValidKey now requires a key providerID param.

##### 📖 Commits

-
\[[`35c4569`](https://redirect.github.com/vmware/govmomi/commit/35c45692)]
chore: Update version.go for v0.46.0
-
\[[`fdb091c`](https://redirect.github.com/vmware/govmomi/commit/fdb091c2)]
govc: add vm.change -migrate-encryption and -ft-encryption-mode options
([#&open-telemetry#8203;3493](https://redirect.github.com/vmware/govmomi/issues/3493))
-
\[[`ae55823`](https://redirect.github.com/vmware/govmomi/commit/ae558231)]
api: Support CnsBlockCreateSpec
-
\[[`a9d5985`](https://redirect.github.com/vmware/govmomi/commit/a9d5985f)]
api: support MOID conversion in Finder methods
-
\[[`8f3b0a3`](https://redirect.github.com/vmware/govmomi/commit/8f3b0a38)]
govc: add '-I' flag to ls and find commands
-
\[[`f9d093b`](https://redirect.github.com/vmware/govmomi/commit/f9d093b9)]
fix: Set DuplicateName Object to duplicate object
([#&open-telemetry#8203;3610](https://redirect.github.com/vmware/govmomi/issues/3610))
-
\[[`34ca8c8`](https://redirect.github.com/vmware/govmomi/commit/34ca8c85)]
chore: skip tests unless running docker on linux
([#&open-telemetry#8203;3604](https://redirect.github.com/vmware/govmomi/issues/3604))
-
\[[`60d4b04`](https://redirect.github.com/vmware/govmomi/commit/60d4b049)]
fix: CreateSATAController to return error when no bus numbers
-
\[[`5c54c3f`](https://redirect.github.com/vmware/govmomi/commit/5c54c3fa)]
api: change ManagerKmip.IsValidKey to use QueryCryptoKeyStatus
-
\[[`ca05e10`](https://redirect.github.com/vmware/govmomi/commit/ca05e10d)]
vcsim: add QueryCryptoKeyStatus
-
\[[`66fc63a`](https://redirect.github.com/vmware/govmomi/commit/66fc63a4)]
govc: add kms.key commands
-
\[[`6ecb208`](https://redirect.github.com/vmware/govmomi/commit/6ecb2087)]
api: add crypto.ManagerKmip.QueryCryptoKeyStatus
-
\[[`fe93450`](https://redirect.github.com/vmware/govmomi/commit/fe934500)]
fix: vcsim: avoid race in DestroyPropertyFilter
-
\[[`6e84b72`](https://redirect.github.com/vmware/govmomi/commit/6e84b72c)]
api: Fetch crypto key in GetVirtualDiskInfoByUUID
-
\[[`0206f07`](https://redirect.github.com/vmware/govmomi/commit/0206f073)]
Fix error assertion in IsCertificateUntrusted

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS45LjUiLCJ1cGRhdGVkSW5WZXIiOiIzOS45LjUiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyIsInJlbm92YXRlYm90Il19-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file receiver/vcenter
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants