Skip to content

Commit

Permalink
Merge pull request #1288 from lubronzhan/release_1.30.2
Browse files Browse the repository at this point in the history
Release 1.30.2
  • Loading branch information
k8s-ci-robot authored Nov 1, 2024
2 parents bbf1842 + 7a706f9 commit 080111f
Show file tree
Hide file tree
Showing 13 changed files with 43 additions and 23 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ $ git clone https://github.com/kubernetes/cloud-provider-vsphere && \

---

As part of the overall Kubernetes project image registry migration, starting with the v1.30.1 release, the cloud-provider-vsphere images will be hosted exclusively on the community-owned `registry.k8s.io` registry. These images will no longer be available on the previous `gcr.io/cloud-provider-vsphere/release` registry.
As part of the overall Kubernetes project image registry migration, starting with the v1.30.2 release, the cloud-provider-vsphere images will be hosted exclusively on the community-owned `registry.k8s.io` registry. These images will no longer be available on the previous `gcr.io/cloud-provider-vsphere/release` registry.

Additionally, images for the following versions of cloud-provider-vsphere have already been migrated to registry.k8s.io:

Expand All @@ -98,6 +98,7 @@ registry.k8s.io/cloud-pv-vsphere/cloud-provider-vsphere:v1.28.0
registry.k8s.io/cloud-pv-vsphere/cloud-provider-vsphere:v1.29.0
registry.k8s.io/cloud-pv-vsphere/cloud-provider-vsphere:v1.30.0
registry.k8s.io/cloud-pv-vsphere/cloud-provider-vsphere:v1.30.1
registry.k8s.io/cloud-pv-vsphere/cloud-provider-vsphere:v1.30.2
...
```

Expand All @@ -106,7 +107,7 @@ registry.k8s.io/cloud-pv-vsphere/cloud-provider-vsphere:v1.30.1
Official releases of the vSphere Cloud Controller Manager container image can be found at:

```bash
registry.k8s.io/cloud-pv-vsphere/cloud-provider-vsphere:v1.30.1 # <== latest version
registry.k8s.io/cloud-pv-vsphere/cloud-provider-vsphere:v1.30.2 # <== latest version
```

The very latest builds from the tip of master, which may not be stable, can be found at:
Expand Down
Binary file added charts/vsphere-cpi-1.30.2.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions charts/vsphere-cpi/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: 1.30.1
appVersion: 1.30.2
description: A Helm chart for vSphere Cloud Provider Interface Manager (CPI)
name: vsphere-cpi
version: 1.30.1
version: 1.30.2
keywords:
- vsphere
- vmware
Expand Down
2 changes: 1 addition & 1 deletion charts/vsphere-cpi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ helm repo add vsphere-cpi https://kubernetes.github.io/cloud-provider-vsphere
helm repo update

# Package CPI Chart
VERSION=1.30.1
VERSION=1.30.2
cd charts
helm package vsphere-cpi --version $VERSION --app-version $VERSION

Expand Down
2 changes: 1 addition & 1 deletion charts/vsphere-cpi/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ serviceAccount:
daemonset:
annotations: {}
image: registry.k8s.io/cloud-pv-vsphere/cloud-provider-vsphere
tag: v1.30.1
tag: v1.30.2
pullPolicy: IfNotPresent
dnsPolicy: ClusterFirst
cmdline:
Expand Down
2 changes: 1 addition & 1 deletion cluster/images/controller-manager/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ARG DISTROLESS_IMAGE=gcr.io/distroless/static-debian11:latest
FROM ${GOLANG_IMAGE} as builder

# This build arg is the version to embed in the CPI binary
ARG VERSION=1.30.0
ARG VERSION=1.30.2

# This build arg controls the GOPROXY setting
ARG GOPROXY
Expand Down
2 changes: 1 addition & 1 deletion docs/book/tutorials/disable-node-deletion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ spec:
priorityClassName: system-node-critical
containers:
- name: vsphere-cloud-controller-manager
image: registry.k8s.io/cloud-pv-vsphere/cloud-provider-vsphere:v1.30.1
image: registry.k8s.io/cloud-pv-vsphere/cloud-provider-vsphere:v1.30.2
args:
- --cloud-provider=vsphere
- --v=2
Expand Down
2 changes: 1 addition & 1 deletion docs/book/tutorials/kubernetes-on-vsphere-with-kubeadm.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ VMware distributes and recommends the following images:
```bash
gcr.io/cloud-provider-vsphere/csi/release/driver:v3.2.0
gcr.io/cloud-provider-vsphere/csi/release/syncer:v3.2.0
registry.k8s.io/cloud-pv-vsphere/cloud-provider-vsphere:v1.30.1
registry.k8s.io/cloud-pv-vsphere/cloud-provider-vsphere:v1.30.2
```

In addition, you can use the following images or any of the open source or commercially available container images appropriate for the CSI deployment. Note that the tags reference the version of various components. This will change with future versions:
Expand Down
39 changes: 29 additions & 10 deletions index.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,28 @@
apiVersion: v1
entries:
vsphere-cpi:
- apiVersion: v2
appVersion: 1.30.2
created: "2024-10-31T19:51:36.566999-07:00"
description: A Helm chart for vSphere Cloud Provider Interface Manager (CPI)
digest: 21af3756712966f1de3bb1c827b1aaf1521bdb29922c7fceb2e297ac3d34c6b7
home: https://github.com/kubernetes/cloud-provider-vsphere
icon: https://raw.githubusercontent.com/kubernetes/cloud-provider-vsphere/master/docs/vmware_logo.png
keywords:
- vsphere
- vmware
- cloud
- provider
- cpi
name: vsphere-cpi
sources:
- https://github.com/kubernetes/cloud-provider-vsphere
urls:
- https://kubernetes.github.io/cloud-provider-vsphere/charts/vsphere-cpi-1.30.2.tgz
version: 1.30.2
- apiVersion: v2
appVersion: v1.30.1
created: "2024-06-03T09:22:28.862551763+05:30"
created: "2024-10-31T19:51:36.569319-07:00"
description: A Helm chart for vSphere Cloud Provider Interface Manager (CPI)
digest: 7ce235ded9ebd341170d8285615df00d2df565a181c7735ec3454001315f866e
home: https://github.com/kubernetes/cloud-provider-vsphere
Expand All @@ -22,7 +41,7 @@ entries:
version: v1.30.1
- apiVersion: v2
appVersion: v1.30.0
created: "2024-06-03T09:22:28.861924647+05:30"
created: "2024-10-31T19:51:36.568342-07:00"
description: A Helm chart for vSphere Cloud Provider Interface Manager (CPI)
digest: 86719831dd7d9edeff9b54e2854a36ac3c13d23fa959d56e93bba681e55d65d6
home: https://github.com/kubernetes/cloud-provider-vsphere
Expand All @@ -41,7 +60,7 @@ entries:
version: v1.30.0
- apiVersion: v2
appVersion: 1.29.0
created: "2024-06-03T09:22:28.861209902+05:30"
created: "2024-10-31T19:51:36.565416-07:00"
description: A Helm chart for vSphere Cloud Provider Interface Manager (CPI)
digest: 68bcac15c329570ff41ab5f7c6c4387e40eede03eca6b95fea73e3667b194564
home: https://github.com/kubernetes/cloud-provider-vsphere
Expand All @@ -60,7 +79,7 @@ entries:
version: 1.29.0
- apiVersion: v2
appVersion: 1.28.0
created: "2024-06-03T09:22:28.860541178+05:30"
created: "2024-10-31T19:51:36.564054-07:00"
description: A Helm chart for vSphere Cloud Provider Interface Manager (CPI)
digest: 2cb4772b757548de51481089706e6c2f1a2cbfe72eef9c8e673b9e22e8e1e9e0
home: https://github.com/kubernetes/cloud-provider-vsphere
Expand All @@ -79,7 +98,7 @@ entries:
version: 1.28.0
- apiVersion: v2
appVersion: 1.27.0
created: "2024-06-03T09:22:28.859708979+05:30"
created: "2024-10-31T19:51:36.562942-07:00"
description: A Helm chart for vSphere Cloud Provider Interface Manager (CPI)
digest: 4b70f3e1ac580079f4600703bef4fc2007e87e96e587c866657a6e91fad83a1c
home: https://github.com/kubernetes/cloud-provider-vsphere
Expand All @@ -98,7 +117,7 @@ entries:
version: 1.27.0
- apiVersion: v2
appVersion: 1.26.0
created: "2024-06-03T09:22:28.858237029+05:30"
created: "2024-10-31T19:51:36.561429-07:00"
description: A Helm chart for vSphere Cloud Provider Interface Manager (CPI)
digest: 2ecf416700c819f408eedf9263d08dbc04cd61969576be13d8935f15605f4a69
home: https://github.com/kubernetes/cloud-provider-vsphere
Expand All @@ -117,7 +136,7 @@ entries:
version: 1.26.0
- apiVersion: v2
appVersion: 1.25.0
created: "2024-06-03T09:22:28.857477931+05:30"
created: "2024-10-31T19:51:36.560097-07:00"
description: A Helm chart for vSphere Cloud Provider Interface Manager (CPI)
digest: 3d48df49fdfb8bda6b5cec1d9e9f566183a150c8c01e111eec5e22ab1f557e31
home: https://github.com/kubernetes/cloud-provider-vsphere
Expand All @@ -136,7 +155,7 @@ entries:
version: 1.25.0
- apiVersion: v2
appVersion: 1.24.2
created: "2024-06-03T09:22:28.855926746+05:30"
created: "2024-10-31T19:51:36.559031-07:00"
description: A Helm chart for vSphere Cloud Provider Interface Manager (CPI)
digest: d0bfaf8a081128f9477b8d8ff00079f8506d4aa2ea899f55511d06400179b159
home: https://github.com/kubernetes/cloud-provider-vsphere
Expand All @@ -155,7 +174,7 @@ entries:
version: 1.24.2
- apiVersion: v2
appVersion: 1.24.1
created: "2024-06-03T09:22:28.855016333+05:30"
created: "2024-10-31T19:51:36.558018-07:00"
description: A Helm chart for vSphere Cloud Provider Interface Manager (CPI)
digest: 6e9dec3e4c6aaeed0d7f95aa2beade986d5a0a2261509b11479ceb1a51312096
home: https://github.com/kubernetes/cloud-provider-vsphere
Expand All @@ -172,4 +191,4 @@ entries:
urls:
- https://kubernetes.github.io/cloud-provider-vsphere/charts/vsphere-cpi-1.24.1.tgz
version: 1.24.1
generated: "2024-06-03T09:22:28.852787624+05:30"
generated: "2024-10-31T19:51:36.555611-07:00"
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
serviceAccountName: cloud-controller-manager
containers:
- name: vsphere-cloud-controller-manager
image: registry.k8s.io/cloud-pv-vsphere/cloud-provider-vsphere:v1.30.1
image: registry.k8s.io/cloud-pv-vsphere/cloud-provider-vsphere:v1.30.2
args:
- --v=2
- --cloud-provider=vsphere
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ metadata:
spec:
containers:
- name: vsphere-cloud-controller-manager
image: registry.k8s.io/cloud-pv-vsphere/cloud-provider-vsphere:v1.30.1
image: registry.k8s.io/cloud-pv-vsphere/cloud-provider-vsphere:v1.30.2
args:
- --v=2
- --cloud-config=/etc/cloud/vsphere.conf
Expand Down
2 changes: 1 addition & 1 deletion releases/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Note that YAML files from [manifests/controller-manager repo](https://github.com

## Example workflow

In this tutorial, we will be installing the latest version of cloud provider vsphere(v1.30.1) freshly. If you have an older version of CPI already installed, the steps to deploy and upgrade CPI stay the same. With our `RollingUpdate` update strategy, after you update a DaemonSet template, old DaemonSet pods will be killed, and new DaemonSet pods will be created automatically.
In this tutorial, we will be installing the latest version of cloud provider vsphere(v1.30.2) freshly. If you have an older version of CPI already installed, the steps to deploy and upgrade CPI stay the same. With our `RollingUpdate` update strategy, after you update a DaemonSet template, old DaemonSet pods will be killed, and new DaemonSet pods will be created automatically.

### Step 1: find the kubernetes major version you are using

Expand Down
2 changes: 1 addition & 1 deletion releases/v1.30/vsphere-cloud-controller-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ spec:
priorityClassName: system-node-critical
containers:
- name: vsphere-cloud-controller-manager
image: registry.k8s.io/cloud-pv-vsphere/cloud-provider-vsphere:v1.30.1
image: registry.k8s.io/cloud-pv-vsphere/cloud-provider-vsphere:v1.30.2
args:
- --cloud-provider=vsphere
- --v=2
Expand Down

0 comments on commit 080111f

Please sign in to comment.