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 kubernetes/cloud-provider-vsphere 1-30 release branch to latest release #3352

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 @@ -169,7 +169,7 @@ projects:
go_version: "1.20"
- tag: v1.29.1
go_version: "1.21"
- tag: v1.30.0
- tag: v1.30.1
go_version: "1.22"
- org: kubernetes-sigs
repos:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ https://github.com/vmware-tanzu/nsx-operator/pkg/client
** github.com/vmware-tanzu/vm-operator-api/api/v1alpha1; version v0.1.4-0.20201118171008-5ca641b0e126 --
https://github.com/vmware-archive/vm-operator-api

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

** go.etcd.io/etcd/api/v3; version v3.5.10 --
Expand Down Expand Up @@ -143,7 +143,7 @@ https://github.com/kubernetes/client-go
** k8s.io/cloud-provider; version v0.30.0 --
https://github.com/kubernetes/cloud-provider

** k8s.io/cloud-provider-vsphere; version v1.30.0 --
** k8s.io/cloud-provider-vsphere; version v1.30.1 --
https://github.com/kubernetes/cloud-provider-vsphere

** k8s.io/component-base; version v0.30.0 --
Expand Down Expand Up @@ -1066,10 +1066,10 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

------

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

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

** golang.org/go; version go1.22.4 --
Expand Down
4 changes: 2 additions & 2 deletions projects/kubernetes/cloud-provider-vsphere/1-30/CHECKSUMS
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
fdead186954c15cb3c06e8ed05e9b496e6fc21050aa8a45e5c13a3376026d402 _output/1-30/bin/cloud-provider-vsphere/linux-amd64/vsphere-cloud-controller-manager
01ed8848b37186faa85392fe836ca45ffad86296e7f1740160d004abf1237c38 _output/1-30/bin/cloud-provider-vsphere/linux-arm64/vsphere-cloud-controller-manager
f9923a236f9efbe3a5aebaaed5d16347b75429c572cfa4884c8f3b8bda31f7dd _output/1-30/bin/cloud-provider-vsphere/linux-amd64/vsphere-cloud-controller-manager
1011ce802c1f391ffa004f789b6ccfa636fcffc1716b2a91eb1e93dd2a37b85c _output/1-30/bin/cloud-provider-vsphere/linux-arm64/vsphere-cloud-controller-manager
2 changes: 1 addition & 1 deletion projects/kubernetes/cloud-provider-vsphere/1-30/GIT_TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.30.0
v1.30.1
2 changes: 1 addition & 1 deletion projects/kubernetes/cloud-provider-vsphere/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
![1.27 Version](https://img.shields.io/badge/1--27%20version-v1.27.0-blue)
![1.28 Version](https://img.shields.io/badge/1--28%20version-v1.28.0-blue)
![1.29 Version](https://img.shields.io/badge/1--29%20version-v1.29.1-blue)
![1.30 Version](https://img.shields.io/badge/1--30%20version-v1.30.0--rc.0-blue)
![1.30 Version](https://img.shields.io/badge/1--30%20version-v1.30.1-blue)
![Build Status](https://codebuild.us-west-2.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoiYzQ3dzRvZHVqU2MvYnVuMzB3QmRZdVd1U1RabVorWnlqTXBYUGxDSGk2NXJXUU12c3pLQ25CQUdaQmlNUE84S0JIVVZUU0ozeTJJb3J0NWxNejNSbzk4PSIsIml2UGFyYW1ldGVyU3BlYyI6IkhLNTZwQ0hiZDZVUzVRdXYiLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=main)

[Cloud Provider vSphere](https://github.com/kubernetes/cloud-provider-vsphere) defines the vSphere-specific implementation of the Kubernetes controller-manager. The Cloud Provider Interface (CPI) allows customers to run Kubernetes clusters on vSphere infrastructure. It replaces the Kubernetes Controller Manager for only the cloud-specific control loops. The CPI integration connects to vCenter Server and maps information about the infrastructure, such as VMs, disks, and so on, back to the Kubernetes API.
Expand Down