Skip to content

Commit

Permalink
Update module github.com/vmware/govmomi to v0.48.1 (#37864)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

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

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

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

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

> Release Date: 2025-02-11

##### 🐞 Fix

-
\[[`92adc45`](https://redirect.github.com/vmware/govmomi/commit/92adc453)]
Drop operationID soap header for unsupported endpoints

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

-
\[[`8df8254`](https://redirect.github.com/vmware/govmomi/commit/8df82543)]
Rewrite kms.export URL to use the host we connected to vCenter with
-
\[[`93efaa5`](https://redirect.github.com/vmware/govmomi/commit/93efaa51)]
Add storage.policy.create '-e' option to enable encryption

##### 🧹 Chore

-
\[[`cc1a61b`](https://redirect.github.com/vmware/govmomi/commit/cc1a61ba)]
Update version.go for v0.48.1

##### ⚠️ BREAKING

##### 📖 Commits

-
\[[`cc1a61b`](https://redirect.github.com/vmware/govmomi/commit/cc1a61ba)]
chore: Update version.go for v0.48.1
-
\[[`f642f66`](https://redirect.github.com/vmware/govmomi/commit/f642f66f)]
build(deps): bump golang.org/x/text from 0.21.0 to 0.22.0
-
\[[`92adc45`](https://redirect.github.com/vmware/govmomi/commit/92adc453)]
fix: Drop operationID soap header for unsupported endpoints
-
\[[`8df8254`](https://redirect.github.com/vmware/govmomi/commit/8df82543)]
govc: Rewrite kms.export URL to use the host we connected to vCenter
with
-
\[[`93efaa5`](https://redirect.github.com/vmware/govmomi/commit/93efaa51)]
govc: Add storage.policy.create '-e' option to enable encryption

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <[email protected]>
  • Loading branch information
renovate[bot] and opentelemetrybot authored Feb 12, 2025
1 parent f6fa33a commit e80da9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion receiver/vcenterreceiver/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/golden v0.119.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest v0.119.0
github.com/stretchr/testify v1.10.0
github.com/vmware/govmomi v0.48.0
github.com/vmware/govmomi v0.48.1
go.opentelemetry.io/collector/component v0.119.1-0.20250210123122-44b3eeda354c
go.opentelemetry.io/collector/component/componenttest v0.119.1-0.20250210123122-44b3eeda354c
go.opentelemetry.io/collector/config/configopaque v1.25.1-0.20250210123122-44b3eeda354c
Expand Down
4 changes: 2 additions & 2 deletions receiver/vcenterreceiver/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e80da9d

Please sign in to comment.