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

Bump vmware/govmomi to latest release #3077

Merged
merged 1 commit into from
Apr 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion UPSTREAM_PROJECTS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -297,5 +297,5 @@ projects:
repos:
- name: govmomi
versions:
- tag: v0.36.3
- tag: v0.37.0
go_version: "1.20"
6 changes: 3 additions & 3 deletions projects/vmware/govmomi/ATTRIBUTION.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

** github.com/vmware/govmomi; version v0.36.3 --
** github.com/vmware/govmomi; version v0.37.0 --
https://github.com/vmware/govmomi


Expand Down Expand Up @@ -240,10 +240,10 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

------

** github.com/vmware/govmomi/vim25/json; version v0.36.3 --
** github.com/vmware/govmomi/vim25/json; version v0.37.0 --
https://github.com/vmware/govmomi

** github.com/vmware/govmomi/vim25/xml; version v0.36.3 --
** github.com/vmware/govmomi/vim25/xml; version v0.37.0 --
https://github.com/vmware/govmomi

** golang.org/go; version go1.20.14 --
Expand Down
4 changes: 2 additions & 2 deletions projects/vmware/govmomi/CHECKSUMS
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
7c28960b81e2a3febf2a300057040152510dd9e6a35024812e0a62799bbf0aad _output/bin/govmomi/linux-amd64/govc
b297b1ba0bdcf3b037758a5499dc5eff19855fc9d762736aac46078d50134205 _output/bin/govmomi/linux-arm64/govc
007743321f574b23fddf97a106349a12ace8759874f21e8e601885a710cfb67c _output/bin/govmomi/linux-amd64/govc
957b7f23bee10824a3410004e8e083dfd0833ad96338fd2903ab2d2d35fc40f2 _output/bin/govmomi/linux-arm64/govc
2 changes: 1 addition & 1 deletion projects/vmware/govmomi/GIT_TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.36.3
v0.37.0
2 changes: 1 addition & 1 deletion projects/vmware/govmomi/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## **GoVMOMI**
![Version](https://img.shields.io/badge/version-v0.36.3-blue)
![Version](https://img.shields.io/badge/version-v0.37.0-blue)
![Build Status](https://codebuild.us-west-2.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoiZ1FxODROWXBIdytIZVBsNUFzODdBcngreGlZdlVwdUliRThoTGNDajBab0YzdDZ3NzVKSnBTVDBTS0lzY25sUG82MzZPMWdteE14VkZrK0F2TlppKzBjPSIsIml2UGFyYW1ldGVyU3BlYyI6IkJHNTRwbGtDV2xYRCtaZ0wiLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=main)

[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)
Expand Down