Skip to content

Commit 84b0d90

Browse files
deps(deps): update module github.com/vmware/govmomi to v0.46.2 (#400)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/vmware/govmomi](https://redirect.github.com/vmware/govmomi) | `v0.46.1` -> `v0.46.2` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fvmware%2fgovmomi/v0.46.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fvmware%2fgovmomi/v0.46.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fvmware%2fgovmomi/v0.46.1/v0.46.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fvmware%2fgovmomi/v0.46.1/v0.46.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vmware/govmomi (github.com/vmware/govmomi)</summary> ### [`v0.46.2`](https://redirect.github.com/vmware/govmomi/releases/tag/v0.46.2) [Compare Source](https://redirect.github.com/vmware/govmomi/compare/v0.46.1...v0.46.2) <a name="v0.46.2"></a> #### [Release v0.46.2](https://redirect.github.com/vmware/govmomi/compare/v0.46.1...v0.46.2) > Release Date: 2024-11-20 ##### 🐞 Fix - \[[`2f0120b`](https://redirect.github.com/vmware/govmomi/commit/2f0120b3)] vcsim: output signed byte in ByteSlice.MarshalXML ([#&#8203;3615](https://redirect.github.com/vmware/govmomi/issues/3615)) ##### 🧹 Chore - \[[`c3916ff`](https://redirect.github.com/vmware/govmomi/commit/c3916ff7)] Update version.go for v0.46.2 ##### ⚠️ BREAKING ##### 📖 Commits - \[[`c3916ff`](https://redirect.github.com/vmware/govmomi/commit/c3916ff7)] chore: Update version.go for v0.46.2 - \[[`2f0120b`](https://redirect.github.com/vmware/govmomi/commit/2f0120b3)] fix: vcsim: output signed byte in ByteSlice.MarshalXML ([#&#8203;3615](https://redirect.github.com/vmware/govmomi/issues/3615)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwiZ28iXX0=--> 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 4918096 commit 84b0d90

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.12
15-
github.com/vmware/govmomi v0.46.1
15+
github.com/vmware/govmomi v0.46.2
1616
golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f
1717
gopkg.in/yaml.v3 v3.0.1
1818
k8s.io/api v0.31.2

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.12 h1:gUEjEi8OvZkI3/4lx5GgbzKQaDShuU2TnLkJKbF/BnY=
162162
github.com/validator-labs/validator v0.1.12/go.mod h1:QS/zRKFKoi99aQST9djdNR+U+UCaEh+1V9Bt62BJIfc=
163-
github.com/vmware/govmomi v0.46.1 h1:RBoIR/vlGBYn+t7I1LFLLbDQSoBn+xN6gPYYMbFZ+80=
164-
github.com/vmware/govmomi v0.46.1/go.mod h1:uoLVU9zlXC4p4GmLVG+ZJmBC0Gn3Q7mytOJvi39OhxA=
163+
github.com/vmware/govmomi v0.46.2 h1:gZTIcKSr4sVcDB803FUv0r4lhOgE5Y5WQCNW75dPlls=
164+
github.com/vmware/govmomi v0.46.2/go.mod h1:uoLVU9zlXC4p4GmLVG+ZJmBC0Gn3Q7mytOJvi39OhxA=
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)