Skip to content

Commit 42797ed

Browse files
Madhu-1mergify[bot]
authored andcommitted
build: prepare of 3.12.0
updating the required templates and document for the 3.12.0 release. Signed-off-by: Madhu Rajanna <[email protected]>
1 parent 0eabe32 commit 42797ed

10 files changed

+15
-31
lines changed

PendingReleaseNotes.md

-9
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,4 @@
44

55
## Features
66

7-
- deploy: podSecurityContexts can be configured for ceph-csi-cephfs chart in [PR](https://github.com/ceph/ceph-csi/pull/4664).
8-
- deploy: podSecurityContexts can be configured for ceph-csi-rbd chart in [PR](https://github.com/ceph/ceph-csi/pull/4668)
9-
- deploy: instanceID can be optionally configured for ceph-csi charts in [PR](https://github.com/ceph/ceph-csi/pull/4666)
10-
- rbd: add support for flattenMode option for replication in [PR](https://github.com/ceph/ceph-csi/pull/4678)
11-
- cephfs: support omap data store in radosnamespace via cli argument in [PR](https://github.com/ceph/ceph-csi/pull/4652)
12-
- deploy: radosNamespaceCephFS can be configured for ceph-csi-cephfs chart in [PR](https://github.com/ceph/ceph-csi/pull/4652)
13-
- build: update ceph release to squid in [PR](https://github.com/ceph/ceph-csi/pull/4735)
14-
- build: CentOS Stream 9 is used as OS in the container-images [PR](https://github.com/ceph/ceph-csi/pull/4735)
15-
167
## NOTE

build.env

+1-1
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=canary
12+
CSI_IMAGE_VERSION=v3.12.0
1313

1414
# cephcsi upgrade version
1515
CSI_UPGRADE_VERSION=v3.11.0

charts/ceph-csi-cephfs/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ nodeplugin:
117117
plugin:
118118
image:
119119
repository: quay.io/cephcsi/cephcsi
120-
tag: canary
120+
tag: v3.12.0
121121
pullPolicy: IfNotPresent
122122
resources: {}
123123

charts/ceph-csi-rbd/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ nodeplugin:
146146
plugin:
147147
image:
148148
repository: quay.io/cephcsi/cephcsi
149-
tag: canary
149+
tag: v3.12.0
150150
pullPolicy: IfNotPresent
151151
resources: {}
152152

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

+2-3
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ spec:
4343
priorityClassName: system-cluster-critical
4444
containers:
4545
- name: csi-cephfsplugin
46-
# for stable functionality replace canary with latest release version
47-
image: quay.io/cephcsi/cephcsi:canary
46+
image: quay.io/cephcsi/cephcsi:v3.12.0
4847
args:
4948
- "--nodeid=$(NODE_ID)"
5049
- "--type=cephfs"
@@ -143,7 +142,7 @@ spec:
143142
- name: socket-dir
144143
mountPath: /csi
145144
- name: liveness-prometheus
146-
image: quay.io/cephcsi/cephcsi:canary
145+
image: quay.io/cephcsi/cephcsi:v3.12.0
147146
args:
148147
- "--type=liveness"
149148
- "--endpoint=$(CSI_ENDPOINT)"

deploy/cephfs/kubernetes/csi-cephfsplugin.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ spec:
2626
capabilities:
2727
add: ["SYS_ADMIN"]
2828
allowPrivilegeEscalation: true
29-
# for stable functionality replace canary with latest release version
30-
image: quay.io/cephcsi/cephcsi:canary
29+
image: quay.io/cephcsi/cephcsi:v3.12.0
3130
args:
3231
- "--nodeid=$(NODE_ID)"
3332
- "--type=cephfs"
@@ -125,7 +124,7 @@ spec:
125124
securityContext:
126125
privileged: true
127126
allowPrivilegeEscalation: true
128-
image: quay.io/cephcsi/cephcsi:canary
127+
image: quay.io/cephcsi/cephcsi:v3.12.0
129128
args:
130129
- "--type=liveness"
131130
- "--endpoint=$(CSI_ENDPOINT)"

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

+2-3
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ spec:
4040
topologyKey: "kubernetes.io/hostname"
4141
containers:
4242
- name: csi-nfsplugin
43-
# for stable functionality replace canary with latest release version
44-
image: quay.io/cephcsi/cephcsi:canary
43+
image: quay.io/cephcsi/cephcsi:v3.12.0
4544
args:
4645
- "--nodeid=$(NODE_ID)"
4746
- "--type=nfs"
@@ -121,7 +120,7 @@ spec:
121120
- name: socket-dir
122121
mountPath: /csi
123122
- name: liveness-prometheus
124-
image: quay.io/cephcsi/cephcsi:canary
123+
image: quay.io/cephcsi/cephcsi:v3.12.0
125124
args:
126125
- "--type=liveness"
127126
- "--endpoint=$(CSI_ENDPOINT)"

deploy/nfs/kubernetes/csi-nfsplugin.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ spec:
2626
capabilities:
2727
add: ["SYS_ADMIN"]
2828
allowPrivilegeEscalation: true
29-
# for stable functionality replace canary with latest release version
30-
image: quay.io/cephcsi/cephcsi:canary
29+
image: quay.io/cephcsi/cephcsi:v3.12.0
3130
args:
3231
- "--nodeid=$(NODE_ID)"
3332
- "--type=nfs"

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

+3-5
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ spec:
4747
priorityClassName: system-cluster-critical
4848
containers:
4949
- name: csi-rbdplugin
50-
# for stable functionality replace canary with latest release version
51-
image: quay.io/cephcsi/cephcsi:canary
50+
image: quay.io/cephcsi/cephcsi:v3.12.0
5251
args:
5352
- "--nodeid=$(NODE_ID)"
5453
- "--type=rbd"
@@ -172,8 +171,7 @@ spec:
172171
- name: socket-dir
173172
mountPath: /csi
174173
- name: csi-rbdplugin-controller
175-
# for stable functionality replace canary with latest release version
176-
image: quay.io/cephcsi/cephcsi:canary
174+
image: quay.io/cephcsi/cephcsi:v3.12.0
177175
args:
178176
- "--type=controller"
179177
- "--v=5"
@@ -194,7 +192,7 @@ spec:
194192
- name: ceph-config
195193
mountPath: /etc/ceph/
196194
- name: liveness-prometheus
197-
image: quay.io/cephcsi/cephcsi:canary
195+
image: quay.io/cephcsi/cephcsi:v3.12.0
198196
args:
199197
- "--type=liveness"
200198
- "--endpoint=$(CSI_ENDPOINT)"

deploy/rbd/kubernetes/csi-rbdplugin.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ spec:
2828
capabilities:
2929
add: ["SYS_ADMIN"]
3030
allowPrivilegeEscalation: true
31-
# for stable functionality replace canary with latest release version
32-
image: quay.io/cephcsi/cephcsi:canary
31+
image: quay.io/cephcsi/cephcsi:v3.12.0
3332
args:
3433
- "--nodeid=$(NODE_ID)"
3534
- "--pluginpath=/var/lib/kubelet/plugins"
@@ -135,7 +134,7 @@ spec:
135134
securityContext:
136135
privileged: true
137136
allowPrivilegeEscalation: true
138-
image: quay.io/cephcsi/cephcsi:canary
137+
image: quay.io/cephcsi/cephcsi:v3.12.0
139138
args:
140139
- "--type=liveness"
141140
- "--endpoint=$(CSI_ENDPOINT)"

0 commit comments

Comments
 (0)