Skip to content

Commit e18ce8c

Browse files
iPraveenPariharclaude
authored andcommitted
build: update templates and docs for v3.17.1
Update image tags, version references, and documentation for the v3.17.1 patch release with Kubernetes 1.36 support. Signed-off-by: Praveen M <m.praveen@ibm.com> Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 6887ca6 commit e18ce8c

11 files changed

Lines changed: 21 additions & 19 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ environments.
5656

5757
| Ceph CSI Version | Container Orchestrator Name | Version Tested |
5858
| -----------------| --------------------------- | ------------------- |
59+
| v3.17.1 | Kubernetes | v1.34, v1.35, v1.36 |
5960
| v3.17.0 | Kubernetes | v1.33, v1.34, v1.35 |
6061
| v3.16.2 | Kubernetes | v1.32, v1.33, v1.34 |
6162
| v3.16.1 | Kubernetes | v1.32, v1.33, v1.34 |
@@ -147,6 +148,7 @@ in the Kubernetes documentation.
147148
| Ceph CSI Release/Branch | Container image name | Image Tag |
148149
| ----------------------- | ---------------------------- | --------- |
149150
| devel (Branch) | quay.io/cephcsi/cephcsi | canary |
151+
| v3.17.1 (Release) | quay.io/cephcsi/cephcsi | v3.17.1 |
150152
| v3.17.0 (Release) | quay.io/cephcsi/cephcsi | v3.17.0 |
151153
| v3.16.2 (Release) | quay.io/cephcsi/cephcsi | v3.16.2 |
152154
| v3.16.1 (Release) | quay.io/cephcsi/cephcsi | v3.16.1 |

build.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# get proporly expanded.
1010
#
1111
# cephcsi image version
12-
CSI_IMAGE_VERSION=v3.17-canary
12+
CSI_IMAGE_VERSION=v3.17.1
1313

1414
# The ceph-csi version used as the starting point
1515
# during upgrades. This version will be upgraded

charts/ceph-csi-cephfs/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ nodeplugin:
138138
plugin:
139139
image:
140140
repository: quay.io/cephcsi/cephcsi
141-
tag: v3.17-canary
141+
tag: v3.17.1
142142
pullPolicy: IfNotPresent
143143
resources: {}
144144

charts/ceph-csi-rbd/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ nodeplugin:
149149
plugin:
150150
image:
151151
repository: quay.io/cephcsi/cephcsi
152-
tag: v3.17-canary
152+
tag: v3.17.1
153153
pullPolicy: IfNotPresent
154154
resources: {}
155155

deploy/cephfs/kubernetes/csi-cephfsplugin-provisioner.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ spec:
4343
priorityClassName: system-cluster-critical
4444
containers:
4545
- name: csi-cephfsplugin
46-
image: quay.io/cephcsi/cephcsi:v3.17-canary
46+
image: quay.io/cephcsi/cephcsi:v3.17.1
4747
args:
4848
- "--nodeid=$(NODE_ID)"
4949
- "--type=cephfs"
@@ -192,7 +192,7 @@ spec:
192192
- name: socket-dir
193193
mountPath: /csi
194194
- name: csi-cephfsplugin-controller
195-
image: quay.io/cephcsi/cephcsi:v3.17-canary
195+
image: quay.io/cephcsi/cephcsi:v3.17.1
196196
args:
197197
- "--type=controller"
198198
- "--v=5"
@@ -213,7 +213,7 @@ spec:
213213
- name: ceph-config
214214
mountPath: /etc/ceph/
215215
- name: liveness-prometheus
216-
image: quay.io/cephcsi/cephcsi:v3.17-canary
216+
image: quay.io/cephcsi/cephcsi:v3.17.1
217217
args:
218218
- "--type=liveness"
219219
- "--endpoint=$(CSI_ENDPOINT)"

deploy/cephfs/kubernetes/csi-cephfsplugin.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
capabilities:
2727
add: ["SYS_ADMIN"]
2828
allowPrivilegeEscalation: true
29-
image: quay.io/cephcsi/cephcsi:v3.17-canary
29+
image: quay.io/cephcsi/cephcsi:v3.17.1
3030
args:
3131
- "--nodeid=$(NODE_ID)"
3232
- "--type=cephfs"
@@ -125,7 +125,7 @@ spec:
125125
securityContext:
126126
privileged: true
127127
allowPrivilegeEscalation: true
128-
image: quay.io/cephcsi/cephcsi:v3.17-canary
128+
image: quay.io/cephcsi/cephcsi:v3.17.1
129129
args:
130130
- "--type=liveness"
131131
- "--endpoint=$(CSI_ENDPOINT)"

deploy/nfs/kubernetes/csi-nfsplugin-provisioner.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ spec:
4040
topologyKey: "kubernetes.io/hostname"
4141
containers:
4242
- name: csi-nfsplugin
43-
image: quay.io/cephcsi/cephcsi:v3.17-canary
43+
image: quay.io/cephcsi/cephcsi:v3.17.1
4444
args:
4545
- "--nodeid=$(NODE_ID)"
4646
- "--type=nfs"
@@ -169,7 +169,7 @@ spec:
169169
- name: socket-dir
170170
mountPath: /csi
171171
- name: liveness-prometheus
172-
image: quay.io/cephcsi/cephcsi:v3.17-canary
172+
image: quay.io/cephcsi/cephcsi:v3.17.1
173173
args:
174174
- "--type=liveness"
175175
- "--endpoint=$(CSI_ENDPOINT)"

deploy/nfs/kubernetes/csi-nfsplugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
capabilities:
2727
add: ["SYS_ADMIN"]
2828
allowPrivilegeEscalation: true
29-
image: quay.io/cephcsi/cephcsi:v3.17-canary
29+
image: quay.io/cephcsi/cephcsi:v3.17.1
3030
args:
3131
- "--nodeid=$(NODE_ID)"
3232
- "--type=nfs"

deploy/rbd/kubernetes/csi-rbdplugin-provisioner.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ spec:
4747
priorityClassName: system-cluster-critical
4848
containers:
4949
- name: csi-rbdplugin
50-
image: quay.io/cephcsi/cephcsi:v3.17-canary
50+
image: quay.io/cephcsi/cephcsi:v3.17.1
5151
args:
5252
- "--nodeid=$(NODE_ID)"
5353
- "--type=rbd"
@@ -208,7 +208,7 @@ spec:
208208
- name: socket-dir
209209
mountPath: /csi
210210
- name: csi-rbdplugin-controller
211-
image: quay.io/cephcsi/cephcsi:v3.17-canary
211+
image: quay.io/cephcsi/cephcsi:v3.17.1
212212
args:
213213
- "--type=controller"
214214
- "--v=5"
@@ -229,7 +229,7 @@ spec:
229229
- name: ceph-config
230230
mountPath: /etc/ceph/
231231
- name: liveness-prometheus
232-
image: quay.io/cephcsi/cephcsi:v3.17-canary
232+
image: quay.io/cephcsi/cephcsi:v3.17.1
233233
args:
234234
- "--type=liveness"
235235
- "--endpoint=$(CSI_ENDPOINT)"

deploy/rbd/kubernetes/csi-rbdplugin.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
capabilities:
2929
add: ["SYS_ADMIN"]
3030
allowPrivilegeEscalation: true
31-
image: quay.io/cephcsi/cephcsi:v3.17-canary
31+
image: quay.io/cephcsi/cephcsi:v3.17.1
3232
args:
3333
- "--nodeid=$(NODE_ID)"
3434
- "--pluginpath=/var/lib/kubelet/plugins"
@@ -135,7 +135,7 @@ spec:
135135
securityContext:
136136
privileged: true
137137
allowPrivilegeEscalation: true
138-
image: quay.io/cephcsi/cephcsi:v3.17-canary
138+
image: quay.io/cephcsi/cephcsi:v3.17.1
139139
args:
140140
- "--type=liveness"
141141
- "--endpoint=$(CSI_ENDPOINT)"

0 commit comments

Comments
 (0)