Skip to content

Commit 346cfeb

Browse files
cockroach-teamcitymichae2
authored andcommitted
orchestration: released CockroachDB version 25.1.2. Next version: 25.1.3
Release note: None Epic: None Release justification: non-production (release infra) change.
1 parent f20ca44 commit 346cfeb

25 files changed

+25
-25
lines changed

cloud/kubernetes/bring-your-own-certs/client.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
serviceAccountName: cockroachdb
2121
containers:
2222
- name: cockroachdb-client
23-
image: cockroachdb/cockroach:v25.1.1
23+
image: cockroachdb/cockroach:v25.1.2
2424
# Keep a pod open indefinitely so kubectl exec can be used to get a shell to it
2525
# and run cockroach client commands, such as cockroach sql, cockroach node status, etc.
2626
command:

cloud/kubernetes/bring-your-own-certs/cockroachdb-statefulset.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ spec:
153153
topologyKey: kubernetes.io/hostname
154154
containers:
155155
- name: cockroachdb
156-
image: cockroachdb/cockroach:v25.1.1
156+
image: cockroachdb/cockroach:v25.1.2
157157
imagePullPolicy: IfNotPresent
158158
# TODO: Change these to appropriate values for the hardware that you're running. You can see
159159
# the resources that can be allocated on each of your Kubernetes nodes by running:

cloud/kubernetes/client-secure.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
mountPath: /cockroach-certs
3333
containers:
3434
- name: cockroachdb-client
35-
image: cockroachdb/cockroach:v25.1.1
35+
image: cockroachdb/cockroach:v25.1.2
3636
imagePullPolicy: IfNotPresent
3737
volumeMounts:
3838
- name: client-certs

cloud/kubernetes/cluster-init-secure.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spec:
3434
mountPath: /cockroach-certs
3535
containers:
3636
- name: cluster-init
37-
image: cockroachdb/cockroach:v25.1.1
37+
image: cockroachdb/cockroach:v25.1.2
3838
imagePullPolicy: IfNotPresent
3939
volumeMounts:
4040
- name: client-certs

cloud/kubernetes/cluster-init.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
spec:
1111
containers:
1212
- name: cluster-init
13-
image: cockroachdb/cockroach:v25.1.1
13+
image: cockroachdb/cockroach:v25.1.2
1414
imagePullPolicy: IfNotPresent
1515
command:
1616
- "/cockroach/cockroach"

cloud/kubernetes/cockroachdb-statefulset-secure.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ spec:
195195
topologyKey: kubernetes.io/hostname
196196
containers:
197197
- name: cockroachdb
198-
image: cockroachdb/cockroach:v25.1.1
198+
image: cockroachdb/cockroach:v25.1.2
199199
imagePullPolicy: IfNotPresent
200200
# TODO: Change these to appropriate values for the hardware that you're running. You can see
201201
# the resources that can be allocated on each of your Kubernetes nodes by running:

cloud/kubernetes/cockroachdb-statefulset.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ spec:
9898
topologyKey: kubernetes.io/hostname
9999
containers:
100100
- name: cockroachdb
101-
image: cockroachdb/cockroach:v25.1.1
101+
image: cockroachdb/cockroach:v25.1.2
102102
imagePullPolicy: IfNotPresent
103103
# TODO: Change these to appropriate values for the hardware that you're running. You can see
104104
# the resources that can be allocated on each of your Kubernetes nodes by running:

cloud/kubernetes/multiregion/client-secure.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ spec:
99
serviceAccountName: cockroachdb
1010
containers:
1111
- name: cockroachdb-client
12-
image: cockroachdb/cockroach:v25.1.1
12+
image: cockroachdb/cockroach:v25.1.2
1313
imagePullPolicy: IfNotPresent
1414
volumeMounts:
1515
- name: client-certs

cloud/kubernetes/multiregion/cluster-init-secure.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
serviceAccountName: cockroachdb
1212
containers:
1313
- name: cluster-init
14-
image: cockroachdb/cockroach:v25.1.1
14+
image: cockroachdb/cockroach:v25.1.2
1515
imagePullPolicy: IfNotPresent
1616
volumeMounts:
1717
- name: client-certs

cloud/kubernetes/multiregion/cockroachdb-statefulset-secure.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ spec:
167167
topologyKey: kubernetes.io/hostname
168168
containers:
169169
- name: cockroachdb
170-
image: cockroachdb/cockroach:v25.1.1
170+
image: cockroachdb/cockroach:v25.1.2
171171
imagePullPolicy: IfNotPresent
172172
ports:
173173
- containerPort: 26257

cloud/kubernetes/multiregion/eks/cockroachdb-statefulset-secure-eks.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ spec:
185185
name: cockroach-env
186186
containers:
187187
- name: cockroachdb
188-
image: cockroachdb/cockroach:v25.1.1
188+
image: cockroachdb/cockroach:v25.1.2
189189
imagePullPolicy: IfNotPresent
190190
# TODO: Change these to appropriate values for the hardware that you're running. You can see
191191
# the resources that can be allocated on each of your Kubernetes nodes by running:

cloud/kubernetes/performance/cockroachdb-daemonset-insecure.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ spec:
8282
hostNetwork: true
8383
containers:
8484
- name: cockroachdb
85-
image: cockroachdb/cockroach:v25.1.1
85+
image: cockroachdb/cockroach:v25.1.2
8686
imagePullPolicy: IfNotPresent
8787
# TODO: If you configured taints to give CockroachDB exclusive access to nodes, feel free
8888
# to remove the requests and limits sections. If you didn't, you'll need to change these to

cloud/kubernetes/performance/cockroachdb-daemonset-secure.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ spec:
198198
topologyKey: kubernetes.io/hostname
199199
containers:
200200
- name: cockroachdb
201-
image: cockroachdb/cockroach:v25.1.1
201+
image: cockroachdb/cockroach:v25.1.2
202202
imagePullPolicy: IfNotPresent
203203
# TODO: If you configured taints to give CockroachDB exclusive access to nodes, feel free
204204
# to remove the requests and limits sections. If you didn't, you'll need to change these to

cloud/kubernetes/performance/cockroachdb-statefulset-insecure.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ spec:
141141
- name: cockroachdb
142142
# NOTE: Always use the most recent version of CockroachDB for the best
143143
# performance and reliability.
144-
image: cockroachdb/cockroach:v25.1.1
144+
image: cockroachdb/cockroach:v25.1.2
145145
imagePullPolicy: IfNotPresent
146146
# TODO: Change these to appropriate values for the hardware that you're running. You can see
147147
# the resources that can be allocated on each of your Kubernetes nodes by running:

cloud/kubernetes/performance/cockroachdb-statefulset-secure.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ spec:
232232
- name: cockroachdb
233233
# NOTE: Always use the most recent version of CockroachDB for the best
234234
# performance and reliability.
235-
image: cockroachdb/cockroach:v25.1.1
235+
image: cockroachdb/cockroach:v25.1.2
236236
imagePullPolicy: IfNotPresent
237237
# TODO: Change these to appropriate values for the hardware that you're running. You can see
238238
# the resources that can be allocated on each of your Kubernetes nodes by running:

cloud/kubernetes/v1.6/client-secure.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
mountPath: /cockroach-certs
3333
containers:
3434
- name: cockroachdb-client
35-
image: cockroachdb/cockroach:v25.1.1
35+
image: cockroachdb/cockroach:v25.1.2
3636
imagePullPolicy: IfNotPresent
3737
volumeMounts:
3838
- name: client-certs

cloud/kubernetes/v1.6/cluster-init-secure.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spec:
3434
mountPath: /cockroach-certs
3535
containers:
3636
- name: cluster-init
37-
image: cockroachdb/cockroach:v25.1.1
37+
image: cockroachdb/cockroach:v25.1.2
3838
imagePullPolicy: IfNotPresent
3939
volumeMounts:
4040
- name: client-certs

cloud/kubernetes/v1.6/cluster-init.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
spec:
1111
containers:
1212
- name: cluster-init
13-
image: cockroachdb/cockroach:v25.1.1
13+
image: cockroachdb/cockroach:v25.1.2
1414
imagePullPolicy: IfNotPresent
1515
command:
1616
- "/cockroach/cockroach"

cloud/kubernetes/v1.6/cockroachdb-statefulset-secure.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ spec:
178178
topologyKey: kubernetes.io/hostname
179179
containers:
180180
- name: cockroachdb
181-
image: cockroachdb/cockroach:v25.1.1
181+
image: cockroachdb/cockroach:v25.1.2
182182
imagePullPolicy: IfNotPresent
183183
ports:
184184
- containerPort: 26257

cloud/kubernetes/v1.6/cockroachdb-statefulset.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ spec:
8181
topologyKey: kubernetes.io/hostname
8282
containers:
8383
- name: cockroachdb
84-
image: cockroachdb/cockroach:v25.1.1
84+
image: cockroachdb/cockroach:v25.1.2
8585
imagePullPolicy: IfNotPresent
8686
ports:
8787
- containerPort: 26257

cloud/kubernetes/v1.7/client-secure.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
mountPath: /cockroach-certs
3333
containers:
3434
- name: cockroachdb-client
35-
image: cockroachdb/cockroach:v25.1.1
35+
image: cockroachdb/cockroach:v25.1.2
3636
imagePullPolicy: IfNotPresent
3737
volumeMounts:
3838
- name: client-certs

cloud/kubernetes/v1.7/cluster-init-secure.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spec:
3434
mountPath: /cockroach-certs
3535
containers:
3636
- name: cluster-init
37-
image: cockroachdb/cockroach:v25.1.1
37+
image: cockroachdb/cockroach:v25.1.2
3838
imagePullPolicy: IfNotPresent
3939
volumeMounts:
4040
- name: client-certs

cloud/kubernetes/v1.7/cluster-init.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
spec:
1111
containers:
1212
- name: cluster-init
13-
image: cockroachdb/cockroach:v25.1.1
13+
image: cockroachdb/cockroach:v25.1.2
1414
imagePullPolicy: IfNotPresent
1515
command:
1616
- "/cockroach/cockroach"

cloud/kubernetes/v1.7/cockroachdb-statefulset-secure.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ spec:
190190
topologyKey: kubernetes.io/hostname
191191
containers:
192192
- name: cockroachdb
193-
image: cockroachdb/cockroach:v25.1.1
193+
image: cockroachdb/cockroach:v25.1.2
194194
imagePullPolicy: IfNotPresent
195195
ports:
196196
- containerPort: 26257

cloud/kubernetes/v1.7/cockroachdb-statefulset.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ spec:
9393
topologyKey: kubernetes.io/hostname
9494
containers:
9595
- name: cockroachdb
96-
image: cockroachdb/cockroach:v25.1.1
96+
image: cockroachdb/cockroach:v25.1.2
9797
imagePullPolicy: IfNotPresent
9898
ports:
9999
- containerPort: 26257

0 commit comments

Comments
 (0)