Skip to content

Commit b3c4d08

Browse files
authored
[release-1.32] prepare new 1.32.1 release (#2941)
1 parent ae591bf commit b3c4d08

File tree

17 files changed

+22
-22
lines changed

17 files changed

+22
-22
lines changed

charts/cinder-csi-plugin/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
2-
appVersion: v1.32.0
2+
appVersion: v1.32.1
33
description: Cinder CSI Chart for OpenStack
44
name: openstack-cinder-csi
5-
version: 2.32.0
5+
version: 2.32.1
66
home: https://github.com/kubernetes/cloud-provider-openstack
77
icon: https://github.com/kubernetes/kubernetes/blob/master/logo/logo.png
88
maintainers:

charts/manila-csi-plugin/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
2-
appVersion: v1.32.0
2+
appVersion: v1.32.1
33
description: Manila CSI Chart for OpenStack
44
name: openstack-manila-csi
5-
version: 2.32.0
5+
version: 2.32.1
66
home: http://github.com/kubernetes/cloud-provider-openstack
77
icon: https://github.com/kubernetes/kubernetes/blob/master/logo/logo.png
88
maintainers:

charts/openstack-cloud-controller-manager/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
apiVersion: v2
2-
appVersion: v1.32.0
2+
appVersion: v1.32.1
33
description: Openstack Cloud Controller Manager Helm Chart
44
icon: https://object-storage-ca-ymq-1.vexxhost.net/swift/v1/6e4619c416ff4bd19e1c087f27a43eea/www-images-prod/openstack-logo/OpenStack-Logo-Vertical.png
55
home: https://github.com/kubernetes/cloud-provider-openstack
66
name: openstack-cloud-controller-manager
7-
version: 2.32.0
7+
version: 2.32.1
88
maintainers:
99
- name: eumel8
1010

docs/cinder-csi-plugin/multi-region-clouds.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ spec:
166166
- name: liveness-probe
167167
...
168168
- name: cinder-csi-plugin
169-
image: docker.io/k8scloudprovider/cinder-csi-plugin:v1.32.0
169+
image: docker.io/k8scloudprovider/cinder-csi-plugin:v1.32.1
170170
args:
171171
- /bin/cinder-csi-plugin
172172
- --endpoint=$(CSI_ENDPOINT)
@@ -216,7 +216,7 @@ spec:
216216
- name: liveness-probe
217217
...
218218
- name: cinder-csi-plugin
219-
image: docker.io/k8scloudprovider/cinder-csi-plugin:v1.32.0
219+
image: docker.io/k8scloudprovider/cinder-csi-plugin:v1.32.1
220220
args:
221221
- /bin/cinder-csi-plugin
222222
- --endpoint=$(CSI_ENDPOINT)
@@ -282,7 +282,7 @@ spec:
282282
- Topology=true
283283
...
284284
- name: cinder-csi-plugin
285-
image: docker.io/k8scloudprovider/cinder-csi-plugin:v1.32.0
285+
image: docker.io/k8scloudprovider/cinder-csi-plugin:v1.32.1
286286
args:
287287
- /bin/cinder-csi-plugin
288288
- --endpoint=$(CSI_ENDPOINT)

docs/keystone-auth/using-keystone-webhook-authenticator-and-authorizer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ it as a service. There are several things we need to notice in the
252252
deployment manifest:
253253

254254
- We are using image
255-
`registry.k8s.io/provider-os/k8s-keystone-auth:v1.32.0`
255+
`registry.k8s.io/provider-os/k8s-keystone-auth:v1.32.1`
256256
- We use `k8s-auth-policy` configmap created above.
257257
- The pod uses service account `keystone-auth` created above.
258258
- We use `keystone-auth-certs` secret created above to inject the

docs/magnum-auto-healer/using-magnum-auto-healer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ user_id=ceb61464a3d341ebabdf97d1d4b97099
7373
user_project_id=b23a5e41d1af4c20974bf58b4dff8e5a
7474
password=password
7575
region=RegionOne
76-
image=registry.k8s.io/provider-os/magnum-auto-healer:v1.32.0
76+
image=registry.k8s.io/provider-os/magnum-auto-healer:v1.32.1
7777
7878
cat <<EOF | kubectl apply -f -
7979
---

docs/octavia-ingress-controller/using-octavia-ingress-controller.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ Here are several other config options are not included in the example configurat
172172
### Deploy octavia-ingress-controller
173173

174174
```shell
175-
image="registry.k8s.io/provider-os/octavia-ingress-controller:v1.32.0"
175+
image="registry.k8s.io/provider-os/octavia-ingress-controller:v1.32.1"
176176
177177
cat <<EOF > /etc/kubernetes/octavia-ingress-controller/deployment.yaml
178178
---

examples/webhook/keystone-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
serviceAccountName: k8s-keystone
1919
containers:
2020
- name: k8s-keystone-auth
21-
image: registry.k8s.io/provider-os/k8s-keystone-auth:v1.32.0
21+
image: registry.k8s.io/provider-os/k8s-keystone-auth:v1.32.1
2222
args:
2323
- ./bin/k8s-keystone-auth
2424
- --tls-cert-file

manifests/barbican-kms/ds.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spec:
3030
serviceAccountName: cloud-controller-manager
3131
containers:
3232
- name: barbican-kms
33-
image: registry.k8s.io/provider-os/barbican-kms-plugin:v1.32.0
33+
image: registry.k8s.io/provider-os/barbican-kms-plugin:v1.32.1
3434
args:
3535
- /bin/barbican-kms-plugin
3636
- --socketpath=$(KMS_ENDPOINT)

manifests/barbican-kms/pod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
spec:
66
containers:
77
- name: barbican-kms
8-
image: registry.k8s.io/provider-os/barbican-kms-plugin:v1.32.0
8+
image: registry.k8s.io/provider-os/barbican-kms-plugin:v1.32.1
99
args:
1010
- "--socketpath=/kms/kms.sock"
1111
- "--cloud-config=/etc/kubernetes/cloud-config"

0 commit comments

Comments
 (0)