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

Closed
wants to merge 1 commit into from
Closed
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
4 changes: 2 additions & 2 deletions UPSTREAM_PROJECTS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -293,5 +293,5 @@ projects:
repos:
- name: govmomi
versions:
- tag: v0.30.5
go_version: "1.18"
- tag: v0.33.0
go_version: "1.20"
35 changes: 31 additions & 4 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.30.5 --
** github.com/vmware/govmomi; version v0.33.0 --
https://github.com/vmware/govmomi


Expand Down Expand Up @@ -207,7 +207,7 @@ https://github.com/vmware/govmomi

------

** github.com/google/uuid; version v1.3.0 --
** github.com/google/uuid; version v1.3.1 --
https://github.com/google/uuid

Copyright (c) 2009,2014 Google Inc. All rights reserved.
Expand Down Expand Up @@ -240,10 +240,13 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

------

** github.com/vmware/govmomi/vim25/xml; version v0.30.5 --
** github.com/vmware/govmomi/vim25/json; version v0.33.0 --
https://github.com/vmware/govmomi

** golang.org/go; version go1.18.10 --
** github.com/vmware/govmomi/vim25/xml; version v0.33.0 --
https://github.com/vmware/govmomi

** golang.org/go; version go1.20.11 --
https://github.com/golang/go

Copyright (c) 2009 The Go Authors. All rights reserved.
Expand Down Expand Up @@ -325,3 +328,27 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
------

** github.com/xlab/treeprint; version v1.2.0 --
https://github.com/xlab/treeprint

Copyright © 2016 Maxim Kupriianov <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the “Software”), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
------
4 changes: 2 additions & 2 deletions projects/vmware/govmomi/CHECKSUMS
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
7e79c2a37f250a47257c0219f7b4de2f94aa6d570a392179a6dde124f46565f9 _output/bin/govmomi/linux-amd64/govc
5cbb7899c6d6046eff22b2b0412bfb19d6b4834a095a0c6e774a3376ac0b93c3 _output/bin/govmomi/linux-arm64/govc
47462b320f9efb24a596783fea5eff1b92451126f26a6e69bac53e32019e2bb5 _output/bin/govmomi/linux-amd64/govc
604205c5a3d82d45421100411b5af3e06f1bfc215d7ee8ce72ecb265f42103b3 _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.30.5
v0.33.0
2 changes: 1 addition & 1 deletion projects/vmware/govmomi/GOLANG_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.18
1.20