Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[release-1.31]: prepare a new release
Browse files Browse the repository at this point in the history
kayrus committed Sep 19, 2024
1 parent 1ea7eb6 commit d32fd79
Showing 18 changed files with 23 additions and 23 deletions.
4 changes: 2 additions & 2 deletions charts/cinder-csi-plugin/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
appVersion: v1.31.0
appVersion: v1.31.1
description: Cinder CSI Chart for OpenStack
name: openstack-cinder-csi
version: 2.31.0
version: 2.31.1
home: https://github.com/kubernetes/cloud-provider-openstack
icon: https://github.com/kubernetes/kubernetes/blob/master/logo/logo.png
maintainers:
4 changes: 2 additions & 2 deletions charts/manila-csi-plugin/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
appVersion: v1.31.0
appVersion: v1.31.1
description: Manila CSI Chart for OpenStack
name: openstack-manila-csi
version: 2.31.0
version: 2.31.1
home: http://github.com/kubernetes/cloud-provider-openstack
icon: https://github.com/kubernetes/kubernetes/blob/master/logo/logo.png
maintainers:
4 changes: 2 additions & 2 deletions charts/openstack-cloud-controller-manager/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
apiVersion: v2
appVersion: v1.31.0
appVersion: v1.31.1
description: Openstack Cloud Controller Manager Helm Chart
icon: https://object-storage-ca-ymq-1.vexxhost.net/swift/v1/6e4619c416ff4bd19e1c087f27a43eea/www-images-prod/openstack-logo/OpenStack-Logo-Vertical.png
home: https://github.com/kubernetes/cloud-provider-openstack
name: openstack-cloud-controller-manager
version: 2.31.0
version: 2.31.1
maintainers:
- name: eumel8
email: [email protected]
6 changes: 3 additions & 3 deletions docs/cinder-csi-plugin/multi-region-clouds.md
Original file line number Diff line number Diff line change
@@ -162,7 +162,7 @@ spec:
- name: liveness-probe
...
- name: cinder-csi-plugin
image: docker.io/k8scloudprovider/cinder-csi-plugin:v1.31.0
image: docker.io/k8scloudprovider/cinder-csi-plugin:v1.31.1
args:
- /bin/cinder-csi-plugin
- --endpoint=$(CSI_ENDPOINT)
@@ -212,7 +212,7 @@ spec:
- name: liveness-probe
...
- name: cinder-csi-plugin
image: docker.io/k8scloudprovider/cinder-csi-plugin:v1.31.0
image: docker.io/k8scloudprovider/cinder-csi-plugin:v1.31.1
args:
- /bin/cinder-csi-plugin
- --endpoint=$(CSI_ENDPOINT)
@@ -278,7 +278,7 @@ spec:
- Topology=true
...
- name: cinder-csi-plugin
image: docker.io/k8scloudprovider/cinder-csi-plugin:v1.31.0
image: docker.io/k8scloudprovider/cinder-csi-plugin:v1.31.1
args:
- /bin/cinder-csi-plugin
- --endpoint=$(CSI_ENDPOINT)
Original file line number Diff line number Diff line change
@@ -252,7 +252,7 @@ it as a service. There are several things we need to notice in the
deployment manifest:

- We are using image
`registry.k8s.io/provider-os/k8s-keystone-auth:v1.31.0`
`registry.k8s.io/provider-os/k8s-keystone-auth:v1.31.1`
- We use `k8s-auth-policy` configmap created above.
- The pod uses service account `keystone-auth` created above.
- We use `keystone-auth-certs` secret created above to inject the
2 changes: 1 addition & 1 deletion docs/magnum-auto-healer/using-magnum-auto-healer.md
Original file line number Diff line number Diff line change
@@ -73,7 +73,7 @@ user_id=ceb61464a3d341ebabdf97d1d4b97099
user_project_id=b23a5e41d1af4c20974bf58b4dff8e5a
password=password
region=RegionOne
image=registry.k8s.io/provider-os/magnum-auto-healer:v1.31.0
image=registry.k8s.io/provider-os/magnum-auto-healer:v1.31.1
cat <<EOF | kubectl apply -f -
---
Original file line number Diff line number Diff line change
@@ -172,7 +172,7 @@ Here are several other config options are not included in the example configurat
### Deploy octavia-ingress-controller

```shell
image="registry.k8s.io/provider-os/octavia-ingress-controller:v1.31.0"
image="registry.k8s.io/provider-os/octavia-ingress-controller:v1.31.1"
cat <<EOF > /etc/kubernetes/octavia-ingress-controller/deployment.yaml
---
2 changes: 1 addition & 1 deletion examples/webhook/keystone-deployment.yaml
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ spec:
serviceAccountName: k8s-keystone
containers:
- name: k8s-keystone-auth
image: registry.k8s.io/provider-os/k8s-keystone-auth:v1.31.0
image: registry.k8s.io/provider-os/k8s-keystone-auth:v1.31.1
args:
- ./bin/k8s-keystone-auth
- --tls-cert-file
2 changes: 1 addition & 1 deletion manifests/barbican-kms/ds.yaml
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@ spec:
serviceAccountName: cloud-controller-manager
containers:
- name: barbican-kms
image: registry.k8s.io/provider-os/barbican-kms-plugin:v1.31.0
image: registry.k8s.io/provider-os/barbican-kms-plugin:v1.31.1
args:
- /bin/barbican-kms-plugin
- --socketpath=$(KMS_ENDPOINT)
2 changes: 1 addition & 1 deletion manifests/barbican-kms/pod.yaml
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ metadata:
spec:
containers:
- name: barbican-kms
image: registry.k8s.io/provider-os/barbican-kms-plugin:v1.31.0
image: registry.k8s.io/provider-os/barbican-kms-plugin:v1.31.1
args:
- "--socketpath=/kms/kms.sock"
- "--cloud-config=/etc/kubernetes/cloud-config"
Original file line number Diff line number Diff line change
@@ -93,7 +93,7 @@ spec:
- mountPath: /var/lib/csi/sockets/pluginproxy/
name: socket-dir
- name: cinder-csi-plugin
image: registry.k8s.io/provider-os/cinder-csi-plugin:v1.31.0
image: registry.k8s.io/provider-os/cinder-csi-plugin:v1.31.1
args:
- /bin/cinder-csi-plugin
- "--endpoint=$(CSI_ENDPOINT)"
2 changes: 1 addition & 1 deletion manifests/cinder-csi-plugin/cinder-csi-nodeplugin.yaml
Original file line number Diff line number Diff line change
@@ -53,7 +53,7 @@ spec:
capabilities:
add: ["SYS_ADMIN"]
allowPrivilegeEscalation: true
image: registry.k8s.io/provider-os/cinder-csi-plugin:v1.31.0
image: registry.k8s.io/provider-os/cinder-csi-plugin:v1.31.1
args:
- /bin/cinder-csi-plugin
- "--endpoint=$(CSI_ENDPOINT)"
Original file line number Diff line number Diff line change
@@ -38,7 +38,7 @@ spec:
serviceAccountName: cloud-controller-manager
containers:
- name: openstack-cloud-controller-manager
image: registry.k8s.io/provider-os/openstack-cloud-controller-manager:v1.31.0
image: registry.k8s.io/provider-os/openstack-cloud-controller-manager:v1.31.1
args:
- /bin/openstack-cloud-controller-manager
- --v=1
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ metadata:
spec:
containers:
- name: openstack-cloud-controller-manager
image: registry.k8s.io/provider-os/openstack-cloud-controller-manager:v1.31.0
image: registry.k8s.io/provider-os/openstack-cloud-controller-manager:v1.31.1
args:
- /bin/openstack-cloud-controller-manager
- --v=1
2 changes: 1 addition & 1 deletion manifests/magnum-auto-healer/magnum-auto-healer.yaml
Original file line number Diff line number Diff line change
@@ -88,7 +88,7 @@ spec:
node-role.kubernetes.io/control-plane: ""
containers:
- name: magnum-auto-healer
image: registry.k8s.io/provider-os/magnum-auto-healer:v1.31.0
image: registry.k8s.io/provider-os/magnum-auto-healer:v1.31.1
imagePullPolicy: Always
args:
- /bin/magnum-auto-healer
2 changes: 1 addition & 1 deletion manifests/manila-csi-plugin/csi-controllerplugin.yaml
Original file line number Diff line number Diff line change
@@ -77,7 +77,7 @@ spec:
capabilities:
add: ["SYS_ADMIN"]
allowPrivilegeEscalation: true
image: registry.k8s.io/provider-os/manila-csi-plugin:v1.31.0
image: registry.k8s.io/provider-os/manila-csi-plugin:v1.31.1
command: ["/bin/sh", "-c",
'/bin/manila-csi-plugin
--nodeid=$(NODE_ID)
2 changes: 1 addition & 1 deletion manifests/manila-csi-plugin/csi-nodeplugin.yaml
Original file line number Diff line number Diff line change
@@ -50,7 +50,7 @@ spec:
capabilities:
add: ["SYS_ADMIN"]
allowPrivilegeEscalation: true
image: registry.k8s.io/provider-os/manila-csi-plugin:v1.31.0
image: registry.k8s.io/provider-os/manila-csi-plugin:v1.31.1
command: ["/bin/sh", "-c",
'/bin/manila-csi-plugin
--nodeid=$(NODE_ID)
2 changes: 1 addition & 1 deletion tests/playbooks/test-csi-cinder-e2e.yaml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
gather_facts: true

vars:
e2e_test_version: v1.31.0
e2e_test_version: v1.31.1
user: stack
global_env: {}
devstack_workdir: /home/{{ user }}/devstack

0 comments on commit d32fd79

Please sign in to comment.