Skip to content

Commit f99a8f6

Browse files
craig[bot]aerfreicockroach-teamcity
committed
152703: changefeedccl: omit kafka sink for test running on ibm r=rharding6373 a=aerfrei We saw this test fail with the kafka sink on s390x, even though that architecture is incompatible with and should not be running kafka. Exclude kafka from this test. Epic: none Fixes: #152487 Release note: None 152919: orchestration: released CockroachDB version v25.3.1. Next version: v25.3.2 r=rail a=cockroach-teamcity Release note: None Epic: None Release justification: non-production (release infra) change. Co-authored-by: Aerin Freilich <[email protected]> Co-authored-by: Justin Beaver <[email protected]>
3 parents 9e0ba6b + a2d5c55 + 5245e24 commit f99a8f6

26 files changed

+27
-26
lines changed

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

Lines changed: 1 addition & 1 deletion
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.3.0
23+
image: cockroachdb/cockroach:v25.3.1
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

Lines changed: 1 addition & 1 deletion
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.3.0
156+
image: cockroachdb/cockroach:v25.3.1
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

Lines changed: 1 addition & 1 deletion
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.3.0
35+
image: cockroachdb/cockroach:v25.3.1
3636
imagePullPolicy: IfNotPresent
3737
volumeMounts:
3838
- name: client-certs

cloud/kubernetes/cluster-init-secure.yaml

Lines changed: 1 addition & 1 deletion
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.3.0
37+
image: cockroachdb/cockroach:v25.3.1
3838
imagePullPolicy: IfNotPresent
3939
volumeMounts:
4040
- name: client-certs

cloud/kubernetes/cluster-init.yaml

Lines changed: 1 addition & 1 deletion
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.3.0
13+
image: cockroachdb/cockroach:v25.3.1
1414
imagePullPolicy: IfNotPresent
1515
command:
1616
- "/cockroach/cockroach"

cloud/kubernetes/cockroachdb-statefulset-secure.yaml

Lines changed: 1 addition & 1 deletion
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.3.0
198+
image: cockroachdb/cockroach:v25.3.1
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

Lines changed: 1 addition & 1 deletion
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.3.0
101+
image: cockroachdb/cockroach:v25.3.1
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

Lines changed: 1 addition & 1 deletion
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.3.0
12+
image: cockroachdb/cockroach:v25.3.1
1313
imagePullPolicy: IfNotPresent
1414
volumeMounts:
1515
- name: client-certs

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

Lines changed: 1 addition & 1 deletion
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.3.0
14+
image: cockroachdb/cockroach:v25.3.1
1515
imagePullPolicy: IfNotPresent
1616
volumeMounts:
1717
- name: client-certs

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

Lines changed: 1 addition & 1 deletion
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.3.0
170+
image: cockroachdb/cockroach:v25.3.1
171171
imagePullPolicy: IfNotPresent
172172
ports:
173173
- containerPort: 26257

0 commit comments

Comments
 (0)