Skip to content

Commit 10b7c93

Browse files
Bump vmware/govmomi to latest release
1 parent 654b130 commit 10b7c93

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

UPSTREAM_PROJECTS.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,5 +343,5 @@ projects:
343343
repos:
344344
- name: govmomi
345345
versions:
346-
- tag: v0.52.0
347-
go_version: "1.23"
346+
- tag: v0.53.0
347+
go_version: "1.25"

projects/vmware/govmomi/ATTRIBUTION.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
** github.com/vmware/govmomi; version v0.0.0-00010101000000-000000000000 --
33
https://github.com/vmware/govmomi
44

5-
** github.com/vmware/govmomi/govc; version v0.52.0 --
5+
** github.com/vmware/govmomi/govc; version v0.53.0 --
66
https://github.com/vmware/govmomi/govc
77

88

@@ -249,9 +249,6 @@ https://github.com/vmware/govmomi
249249
** github.com/vmware/govmomi/vim25/xml; version v0.0.0-00010101000000-000000000000 --
250250
https://github.com/vmware/govmomi
251251

252-
** golang.org/go; version go1.23.12 --
253-
https://github.com/golang/go
254-
255252
Copyright (c) 2009 The Go Authors. All rights reserved.
256253

257254
Redistribution and use in source and binary forms, with or without
@@ -282,7 +279,10 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
282279

283280
------
284281

285-
** golang.org/x/text; version v0.28.0 --
282+
** golang.org/go; version go1.25.7 --
283+
https://github.com/golang/go
284+
285+
** golang.org/x/text; version v0.34.0 --
286286
https://golang.org/x/text
287287

288288
Copyright 2009 The Go Authors.

projects/vmware/govmomi/CHECKSUMS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
0341118d7db29b05a13f451cb172ebfffec97828dfb8a227bea2aa1731b0abe6 _output/bin/govmomi/linux-amd64/govc
2-
eaa06365210ed4106963e01ffa4c0df9fab21868af3674b59bb8075700460772 _output/bin/govmomi/linux-arm64/govc
1+
b488ce84ef5310b0abc0ab49db6b142c94df5aee911f4b6408ed5befd5597b9a _output/bin/govmomi/linux-amd64/govc
2+
1260d183616f3d6de3e858c99d4c8bf5e47321fd43edcf87f493524b98cb660d _output/bin/govmomi/linux-arm64/govc

projects/vmware/govmomi/GIT_TAG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.52.0
1+
v0.53.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.23
1+
1.25

projects/vmware/govmomi/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## **GoVMOMI**
2-
![Version](https://img.shields.io/badge/version-v0.52.0-blue)
2+
![Version](https://img.shields.io/badge/version-v0.53.0-blue)
33
![Build Status](https://codebuild.us-west-2.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoiZ1FxODROWXBIdytIZVBsNUFzODdBcngreGlZdlVwdUliRThoTGNDajBab0YzdDZ3NzVKSnBTVDBTS0lzY25sUG82MzZPMWdteE14VkZrK0F2TlppKzBjPSIsIml2UGFyYW1ldGVyU3BlYyI6IkJHNTRwbGtDV2xYRCtaZ0wiLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=main)
44

55
[GoVMOMI](https://github.com/vmware/govmomi) is a Go library for interacting with VMware vSphere APIs (ESXi and/or vCenter). It primarily provides convenience functions for working with the vSphere API. It provides Go bindings to the default implementation of the VMware Managed Object Management Interface (VMOMI)

0 commit comments

Comments
 (0)