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 #3040

Merged
merged 1 commit into from
Mar 28, 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 @@ -291,5 +291,5 @@ projects:
repos:
- name: govmomi
versions:
- tag: v0.36.1
- tag: v0.36.2
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.1 --
** github.com/vmware/govmomi; version v0.36.2 --
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.1 --
** github.com/vmware/govmomi/vim25/json; version v0.36.2 --
https://github.com/vmware/govmomi

** github.com/vmware/govmomi/vim25/xml; version v0.36.1 --
** github.com/vmware/govmomi/vim25/xml; version v0.36.2 --
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 @@
74e70cd7161ddb7ac27cfd503f8e5f6c34ff610f108e32a54040931da3d29b02 _output/bin/govmomi/linux-amd64/govc
7d23b7584890a54119d08f56cfa3eb7e9a04bb36be1ee4927c8a1e11a11af3c7 _output/bin/govmomi/linux-arm64/govc
59ccb9f1f2de47deb3436880cc8710ac0c765268c9f5f74f6c8569d9fe14514e _output/bin/govmomi/linux-amd64/govc
0733dfbf3c87006dd1febe5b3b60262ad510f02eec377c146fab55203e504f60 _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.1
v0.36.2
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.1-blue)
![Version](https://img.shields.io/badge/version-v0.36.2-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