Skip to content

Commit 23c0fb0

Browse files
committed
Prepare for 0.43.O release
Signed-off-by: Jakub Scholz <[email protected]>
1 parent e9ea238 commit 23c0fb0

File tree

89 files changed

+3563
-277
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+3563
-277
lines changed

.checksums

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@
66
# if this checksum has changed as part of any non-release specific changes, please apply your changes to the
77
# development version of the helm charts in ./packaging/helm-charts
88
### IMPORTANT ###
9-
HELM_CHART_CHECKSUM="6c32d691be37e95c68638288275ad47b5a275d8e -"
9+
HELM_CHART_CHECKSUM="64d42b4573b0d8bb6d1ae2748b9382da068ab751 -"
1010

1111
### IMPORTANT ###
1212
# if the below line has changed, this means the ./install directory has changed
1313
# the checksum and ./install directory should only be modified on official releases as part of a release
1414
# if this checksum has changed as part of any non-release specific changes, please apply your changes to the
1515
# development version of the helm charts in ./packaging/install
1616
### IMPORTANT ###
17-
INSTALL_CHECKSUM="dc760e2f067bb7eb2ef769b8d9a81c20f0e64ad7 -"
17+
INSTALL_CHECKSUM="8b62c04d5a5370e0efad1dac8bfbcc1b7b16cc47 -"
1818

1919
### IMPORTANT ###
2020
# if the below line has changed, this means the ./examples directory has changed
2121
# the checksum and ./examples directory should only be modified on official releases as part of a release
2222
# if this checksum has changed as part of any non-release specific changes, please apply your changes to the
2323
# development version of the helm charts in ./packaging/examples
2424
### IMPORTANT ###
25-
EXAMPLES_CHECKSUM="22ff8d529ae76aad35d7437eaf1bbd58d5451f12 -"
25+
EXAMPLES_CHECKSUM="a1d55c2ca5a4b8cd5df18e7c8cecd6afcf093de1 -"

api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.strimzi</groupId>
66
<artifactId>strimzi</artifactId>
7-
<version>0.43.0-SNAPSHOT</version>
7+
<version>0.43.0</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<artifactId>api</artifactId>

certificate-manager/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>strimzi</artifactId>
77
<groupId>io.strimzi</groupId>
8-
<version>0.43.0-SNAPSHOT</version>
8+
<version>0.43.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>certificate-manager</artifactId>

cluster-operator/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.strimzi</groupId>
66
<artifactId>strimzi</artifactId>
7-
<version>0.43.0-SNAPSHOT</version>
7+
<version>0.43.0</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<artifactId>cluster-operator</artifactId>

config-model-generator/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>strimzi</artifactId>
77
<groupId>io.strimzi</groupId>
8-
<version>0.43.0-SNAPSHOT</version>
8+
<version>0.43.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

config-model/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>strimzi</artifactId>
77
<groupId>io.strimzi</groupId>
8-
<version>0.43.0-SNAPSHOT</version>
8+
<version>0.43.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

crd-annotations/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>strimzi</artifactId>
77
<groupId>io.strimzi</groupId>
8-
<version>0.43.0-SNAPSHOT</version>
8+
<version>0.43.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

crd-generator/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>strimzi</artifactId>
77
<groupId>io.strimzi</groupId>
8-
<version>0.43.0-SNAPSHOT</version>
8+
<version>0.43.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>crd-generator</artifactId>

examples/connect/kafka-connect-build.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
# # needing to call the Connect REST API directly
99
# strimzi.io/use-connector-resources: "true"
1010
spec:
11-
version: 3.7.1
11+
version: 3.8.0
1212
replicas: 1
1313
bootstrapServers: my-cluster-kafka-bootstrap:9093
1414
tls:
@@ -33,11 +33,11 @@ spec:
3333
# it should not happen that you pull someone else's container image. However, we
3434
# recommend changing this to your own container registry or using a different
3535
# image name for any other than demo purposes.
36-
image: ttl.sh/strimzi-connect-example-3.7.1:24h
36+
image: ttl.sh/strimzi-connect-example-3.8.0:24h
3737
plugins:
3838
- name: kafka-connect-file
3939
artifacts:
4040
- type: maven
4141
group: org.apache.kafka
4242
artifact: connect-file
43-
version: 3.7.1
43+
version: 3.8.0

examples/connect/kafka-connect.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
# # needing to call the Connect REST API directly
99
# strimzi.io/use-connector-resources: "true"
1010
spec:
11-
version: 3.7.1
11+
version: 3.8.0
1212
replicas: 1
1313
bootstrapServers: my-cluster-kafka-bootstrap:9093
1414
tls:

examples/cruise-control/kafka-cruise-control-with-goals.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: my-cluster
55
spec:
66
kafka:
7-
version: 3.7.1
7+
version: 3.8.0
88
replicas: 3
99
listeners:
1010
- name: plain
@@ -21,7 +21,7 @@ spec:
2121
transaction.state.log.min.isr: 2
2222
default.replication.factor: 3
2323
min.insync.replicas: 2
24-
inter.broker.protocol.version: "3.7"
24+
inter.broker.protocol.version: "3.8"
2525
storage:
2626
type: ephemeral
2727
zookeeper:

examples/cruise-control/kafka-cruise-control.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: my-cluster
55
spec:
66
kafka:
7-
version: 3.7.1
7+
version: 3.8.0
88
replicas: 3
99
listeners:
1010
- name: plain
@@ -21,7 +21,7 @@ spec:
2121
transaction.state.log.min.isr: 2
2222
default.replication.factor: 3
2323
min.insync.replicas: 2
24-
inter.broker.protocol.version: "3.7"
24+
inter.broker.protocol.version: "3.8"
2525
storage:
2626
type: ephemeral
2727
zookeeper:

examples/kafka/kafka-ephemeral-single.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: my-cluster
55
spec:
66
kafka:
7-
version: 3.7.1
7+
version: 3.8.0
88
replicas: 1
99
listeners:
1010
- name: plain
@@ -21,7 +21,7 @@ spec:
2121
transaction.state.log.min.isr: 1
2222
default.replication.factor: 1
2323
min.insync.replicas: 1
24-
inter.broker.protocol.version: "3.7"
24+
inter.broker.protocol.version: "3.8"
2525
storage:
2626
type: ephemeral
2727
zookeeper:

examples/kafka/kafka-ephemeral.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: my-cluster
55
spec:
66
kafka:
7-
version: 3.7.1
7+
version: 3.8.0
88
replicas: 3
99
listeners:
1010
- name: plain
@@ -21,7 +21,7 @@ spec:
2121
transaction.state.log.min.isr: 2
2222
default.replication.factor: 3
2323
min.insync.replicas: 2
24-
inter.broker.protocol.version: "3.7"
24+
inter.broker.protocol.version: "3.8"
2525
storage:
2626
type: ephemeral
2727
zookeeper:

examples/kafka/kafka-jbod.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: my-cluster
55
spec:
66
kafka:
7-
version: 3.7.1
7+
version: 3.8.0
88
replicas: 3
99
listeners:
1010
- name: plain
@@ -21,7 +21,7 @@ spec:
2121
transaction.state.log.min.isr: 2
2222
default.replication.factor: 3
2323
min.insync.replicas: 2
24-
inter.broker.protocol.version: "3.7"
24+
inter.broker.protocol.version: "3.8"
2525
storage:
2626
type: jbod
2727
volumes:

examples/kafka/kafka-persistent-single.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: my-cluster
55
spec:
66
kafka:
7-
version: 3.7.1
7+
version: 3.8.0
88
replicas: 1
99
listeners:
1010
- name: plain
@@ -21,7 +21,7 @@ spec:
2121
transaction.state.log.min.isr: 1
2222
default.replication.factor: 1
2323
min.insync.replicas: 1
24-
inter.broker.protocol.version: "3.7"
24+
inter.broker.protocol.version: "3.8"
2525
storage:
2626
type: jbod
2727
volumes:

examples/kafka/kafka-persistent.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: my-cluster
55
spec:
66
kafka:
7-
version: 3.7.1
7+
version: 3.8.0
88
replicas: 3
99
listeners:
1010
- name: plain
@@ -21,7 +21,7 @@ spec:
2121
transaction.state.log.min.isr: 2
2222
default.replication.factor: 3
2323
min.insync.replicas: 2
24-
inter.broker.protocol.version: "3.7"
24+
inter.broker.protocol.version: "3.8"
2525
storage:
2626
type: jbod
2727
volumes:

examples/kafka/kafka-with-node-pools.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ metadata:
4444
strimzi.io/node-pools: enabled
4545
spec:
4646
kafka:
47-
version: 3.7.1
47+
version: 3.8.0
4848
listeners:
4949
- name: plain
5050
port: 9092
@@ -60,7 +60,7 @@ spec:
6060
transaction.state.log.min.isr: 2
6161
default.replication.factor: 3
6262
min.insync.replicas: 2
63-
inter.broker.protocol.version: "3.7"
63+
inter.broker.protocol.version: "3.8"
6464
zookeeper:
6565
replicas: 3
6666
storage:

examples/kafka/kraft/kafka-ephemeral.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ metadata:
4343
strimzi.io/kraft: enabled
4444
spec:
4545
kafka:
46-
version: 3.7.1
47-
metadataVersion: 3.7-IV4
46+
version: 3.8.0
47+
metadataVersion: 3.8-IV0
4848
listeners:
4949
- name: plain
5050
port: 9092

examples/kafka/kraft/kafka-jbod.yaml

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
#########
2-
# IMPORTANT: JBOD storage with multiple volumes in KRaft mode is supported only in Apache Kafka 3.7.0 and newer!
3-
#########
41
apiVersion: kafka.strimzi.io/v1beta2
52
kind: KafkaNodePool
63
metadata:
@@ -34,7 +31,6 @@ spec:
3431
storage:
3532
type: jbod
3633
volumes:
37-
# IMPORTANT: JBOD storage with multiple volumes in KRaft mode is supported only in Apache Kafka 3.7.0 and newer!
3834
- id: 0
3935
type: persistent-claim
4036
size: 100Gi
@@ -56,8 +52,8 @@ metadata:
5652
strimzi.io/kraft: enabled
5753
spec:
5854
kafka:
59-
version: 3.7.1
60-
metadataVersion: 3.7-IV4
55+
version: 3.8.0
56+
metadataVersion: 3.8-IV0
6157
listeners:
6258
- name: plain
6359
port: 9092

examples/kafka/kraft/kafka-single-node.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ metadata:
2828
strimzi.io/kraft: enabled
2929
spec:
3030
kafka:
31-
version: 3.7.1
32-
metadataVersion: 3.7-IV4
31+
version: 3.8.0
32+
metadataVersion: 3.8-IV0
3333
listeners:
3434
- name: plain
3535
port: 9092

examples/kafka/kraft/kafka-with-dual-role-nodes.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ metadata:
2828
strimzi.io/kraft: enabled
2929
spec:
3030
kafka:
31-
version: 3.7.1
32-
metadataVersion: 3.7-IV4
31+
version: 3.8.0
32+
metadataVersion: 3.8-IV0
3333
listeners:
3434
- name: plain
3535
port: 9092

examples/kafka/kraft/kafka.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ metadata:
4747
strimzi.io/kraft: enabled
4848
spec:
4949
kafka:
50-
version: 3.7.1
51-
metadataVersion: 3.7-IV4
50+
version: 3.8.0
51+
metadataVersion: 3.8-IV0
5252
listeners:
5353
- name: plain
5454
port: 9092

examples/metrics/grafana-dashboards/strimzi-kafka-exporter.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,7 @@
819819
"targets": [
820820
{
821821
"datasource": "${DS_PROMETHEUS}",
822-
"expr": "sum(delta(kafka_consumergroup_current_offset{consumergroup=~\"$consumergroup\",topic=~\"$topic\", namespace=~\"$kubernetes_namespace\"}[5m])/60) by (consumergroup, topic)",
822+
"expr": "sum(delta(kafka_consumergroup_current_offset{consumergroup=~\"$consumergroup\",topic=~\"$topic\", namespace=~\"$kubernetes_namespace\"}[5m])/300) by (consumergroup, topic)",
823823
"format": "time_series",
824824
"intervalFactor": 1,
825825
"legendFormat": "{{consumergroup}} (topic: {{topic}})",
@@ -1520,7 +1520,7 @@
15201520
"multi": false,
15211521
"name": "kubernetes_namespace",
15221522
"options": [],
1523-
"query": "query_result(kafka_exporter_build_info)",
1523+
"query": "query_result(kafka_broker_info)",
15241524
"refresh": 1,
15251525
"regex": "/.*namespace=\"([^\"]*).*/",
15261526
"skipUrlSync": false,
@@ -1540,7 +1540,7 @@
15401540
"multi": false,
15411541
"name": "strimzi_cluster_name",
15421542
"options": [],
1543-
"query": "query_result(kafka_exporter_build_info{namespace=\"$kubernetes_namespace\"})",
1543+
"query": "query_result(kafka_broker_info{namespace=\"$kubernetes_namespace\"})",
15441544
"refresh": 1,
15451545
"regex": "/.*strimzi_io_cluster=\"([^\"]*).*/",
15461546
"skipUrlSync": false,

examples/metrics/kafka-connect-metrics.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
labels:
66
app: my-connect-cluster
77
spec:
8-
version: 3.7.1
8+
version: 3.8.0
99
replicas: 1
1010
bootstrapServers: my-cluster-kafka-bootstrap:9092
1111
metricsConfig:

examples/metrics/kafka-cruise-control-metrics.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: my-cluster
55
spec:
66
kafka:
7-
version: 3.7.1
7+
version: 3.8.0
88
replicas: 3
99
listeners:
1010
- name: plain
@@ -19,7 +19,7 @@ spec:
1919
offsets.topic.replication.factor: 3
2020
transaction.state.log.replication.factor: 3
2121
transaction.state.log.min.isr: 2
22-
inter.broker.protocol.version: "3.7"
22+
inter.broker.protocol.version: "3.8"
2323
storage:
2424
type: ephemeral
2525
zookeeper:

0 commit comments

Comments
 (0)