Skip to content

Commit

Permalink
Prepare for 0.43.O release
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Scholz <[email protected]>
  • Loading branch information
scholzj committed Aug 20, 2024
1 parent e9ea238 commit 23c0fb0
Show file tree
Hide file tree
Showing 89 changed files with 3,563 additions and 277 deletions.
6 changes: 3 additions & 3 deletions .checksums
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@
# if this checksum has changed as part of any non-release specific changes, please apply your changes to the
# development version of the helm charts in ./packaging/helm-charts
### IMPORTANT ###
HELM_CHART_CHECKSUM="6c32d691be37e95c68638288275ad47b5a275d8e -"
HELM_CHART_CHECKSUM="64d42b4573b0d8bb6d1ae2748b9382da068ab751 -"

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

### IMPORTANT ###
# if the below line has changed, this means the ./examples directory has changed
# the checksum and ./examples directory should only be modified on official releases as part of a release
# if this checksum has changed as part of any non-release specific changes, please apply your changes to the
# development version of the helm charts in ./packaging/examples
### IMPORTANT ###
EXAMPLES_CHECKSUM="22ff8d529ae76aad35d7437eaf1bbd58d5451f12 -"
EXAMPLES_CHECKSUM="a1d55c2ca5a4b8cd5df18e7c8cecd6afcf093de1 -"
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.strimzi</groupId>
<artifactId>strimzi</artifactId>
<version>0.43.0-SNAPSHOT</version>
<version>0.43.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion certificate-manager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>strimzi</artifactId>
<groupId>io.strimzi</groupId>
<version>0.43.0-SNAPSHOT</version>
<version>0.43.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>certificate-manager</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cluster-operator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.strimzi</groupId>
<artifactId>strimzi</artifactId>
<version>0.43.0-SNAPSHOT</version>
<version>0.43.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cluster-operator</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion config-model-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>strimzi</artifactId>
<groupId>io.strimzi</groupId>
<version>0.43.0-SNAPSHOT</version>
<version>0.43.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion config-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>strimzi</artifactId>
<groupId>io.strimzi</groupId>
<version>0.43.0-SNAPSHOT</version>
<version>0.43.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion crd-annotations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>strimzi</artifactId>
<groupId>io.strimzi</groupId>
<version>0.43.0-SNAPSHOT</version>
<version>0.43.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion crd-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>strimzi</artifactId>
<groupId>io.strimzi</groupId>
<version>0.43.0-SNAPSHOT</version>
<version>0.43.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>crd-generator</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions examples/connect/kafka-connect-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
# # needing to call the Connect REST API directly
# strimzi.io/use-connector-resources: "true"
spec:
version: 3.7.1
version: 3.8.0
replicas: 1
bootstrapServers: my-cluster-kafka-bootstrap:9093
tls:
Expand All @@ -33,11 +33,11 @@ spec:
# it should not happen that you pull someone else's container image. However, we
# recommend changing this to your own container registry or using a different
# image name for any other than demo purposes.
image: ttl.sh/strimzi-connect-example-3.7.1:24h
image: ttl.sh/strimzi-connect-example-3.8.0:24h
plugins:
- name: kafka-connect-file
artifacts:
- type: maven
group: org.apache.kafka
artifact: connect-file
version: 3.7.1
version: 3.8.0
2 changes: 1 addition & 1 deletion examples/connect/kafka-connect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
# # needing to call the Connect REST API directly
# strimzi.io/use-connector-resources: "true"
spec:
version: 3.7.1
version: 3.8.0
replicas: 1
bootstrapServers: my-cluster-kafka-bootstrap:9093
tls:
Expand Down
4 changes: 2 additions & 2 deletions examples/cruise-control/kafka-cruise-control-with-goals.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: my-cluster
spec:
kafka:
version: 3.7.1
version: 3.8.0
replicas: 3
listeners:
- name: plain
Expand All @@ -21,7 +21,7 @@ spec:
transaction.state.log.min.isr: 2
default.replication.factor: 3
min.insync.replicas: 2
inter.broker.protocol.version: "3.7"
inter.broker.protocol.version: "3.8"
storage:
type: ephemeral
zookeeper:
Expand Down
4 changes: 2 additions & 2 deletions examples/cruise-control/kafka-cruise-control.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: my-cluster
spec:
kafka:
version: 3.7.1
version: 3.8.0
replicas: 3
listeners:
- name: plain
Expand All @@ -21,7 +21,7 @@ spec:
transaction.state.log.min.isr: 2
default.replication.factor: 3
min.insync.replicas: 2
inter.broker.protocol.version: "3.7"
inter.broker.protocol.version: "3.8"
storage:
type: ephemeral
zookeeper:
Expand Down
4 changes: 2 additions & 2 deletions examples/kafka/kafka-ephemeral-single.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: my-cluster
spec:
kafka:
version: 3.7.1
version: 3.8.0
replicas: 1
listeners:
- name: plain
Expand All @@ -21,7 +21,7 @@ spec:
transaction.state.log.min.isr: 1
default.replication.factor: 1
min.insync.replicas: 1
inter.broker.protocol.version: "3.7"
inter.broker.protocol.version: "3.8"
storage:
type: ephemeral
zookeeper:
Expand Down
4 changes: 2 additions & 2 deletions examples/kafka/kafka-ephemeral.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: my-cluster
spec:
kafka:
version: 3.7.1
version: 3.8.0
replicas: 3
listeners:
- name: plain
Expand All @@ -21,7 +21,7 @@ spec:
transaction.state.log.min.isr: 2
default.replication.factor: 3
min.insync.replicas: 2
inter.broker.protocol.version: "3.7"
inter.broker.protocol.version: "3.8"
storage:
type: ephemeral
zookeeper:
Expand Down
4 changes: 2 additions & 2 deletions examples/kafka/kafka-jbod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: my-cluster
spec:
kafka:
version: 3.7.1
version: 3.8.0
replicas: 3
listeners:
- name: plain
Expand All @@ -21,7 +21,7 @@ spec:
transaction.state.log.min.isr: 2
default.replication.factor: 3
min.insync.replicas: 2
inter.broker.protocol.version: "3.7"
inter.broker.protocol.version: "3.8"
storage:
type: jbod
volumes:
Expand Down
4 changes: 2 additions & 2 deletions examples/kafka/kafka-persistent-single.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: my-cluster
spec:
kafka:
version: 3.7.1
version: 3.8.0
replicas: 1
listeners:
- name: plain
Expand All @@ -21,7 +21,7 @@ spec:
transaction.state.log.min.isr: 1
default.replication.factor: 1
min.insync.replicas: 1
inter.broker.protocol.version: "3.7"
inter.broker.protocol.version: "3.8"
storage:
type: jbod
volumes:
Expand Down
4 changes: 2 additions & 2 deletions examples/kafka/kafka-persistent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: my-cluster
spec:
kafka:
version: 3.7.1
version: 3.8.0
replicas: 3
listeners:
- name: plain
Expand All @@ -21,7 +21,7 @@ spec:
transaction.state.log.min.isr: 2
default.replication.factor: 3
min.insync.replicas: 2
inter.broker.protocol.version: "3.7"
inter.broker.protocol.version: "3.8"
storage:
type: jbod
volumes:
Expand Down
4 changes: 2 additions & 2 deletions examples/kafka/kafka-with-node-pools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ metadata:
strimzi.io/node-pools: enabled
spec:
kafka:
version: 3.7.1
version: 3.8.0
listeners:
- name: plain
port: 9092
Expand All @@ -60,7 +60,7 @@ spec:
transaction.state.log.min.isr: 2
default.replication.factor: 3
min.insync.replicas: 2
inter.broker.protocol.version: "3.7"
inter.broker.protocol.version: "3.8"
zookeeper:
replicas: 3
storage:
Expand Down
4 changes: 2 additions & 2 deletions examples/kafka/kraft/kafka-ephemeral.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ metadata:
strimzi.io/kraft: enabled
spec:
kafka:
version: 3.7.1
metadataVersion: 3.7-IV4
version: 3.8.0
metadataVersion: 3.8-IV0
listeners:
- name: plain
port: 9092
Expand Down
8 changes: 2 additions & 6 deletions examples/kafka/kraft/kafka-jbod.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
#########
# IMPORTANT: JBOD storage with multiple volumes in KRaft mode is supported only in Apache Kafka 3.7.0 and newer!
#########
apiVersion: kafka.strimzi.io/v1beta2
kind: KafkaNodePool
metadata:
Expand Down Expand Up @@ -34,7 +31,6 @@ spec:
storage:
type: jbod
volumes:
# IMPORTANT: JBOD storage with multiple volumes in KRaft mode is supported only in Apache Kafka 3.7.0 and newer!
- id: 0
type: persistent-claim
size: 100Gi
Expand All @@ -56,8 +52,8 @@ metadata:
strimzi.io/kraft: enabled
spec:
kafka:
version: 3.7.1
metadataVersion: 3.7-IV4
version: 3.8.0
metadataVersion: 3.8-IV0
listeners:
- name: plain
port: 9092
Expand Down
4 changes: 2 additions & 2 deletions examples/kafka/kraft/kafka-single-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ metadata:
strimzi.io/kraft: enabled
spec:
kafka:
version: 3.7.1
metadataVersion: 3.7-IV4
version: 3.8.0
metadataVersion: 3.8-IV0
listeners:
- name: plain
port: 9092
Expand Down
4 changes: 2 additions & 2 deletions examples/kafka/kraft/kafka-with-dual-role-nodes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ metadata:
strimzi.io/kraft: enabled
spec:
kafka:
version: 3.7.1
metadataVersion: 3.7-IV4
version: 3.8.0
metadataVersion: 3.8-IV0
listeners:
- name: plain
port: 9092
Expand Down
4 changes: 2 additions & 2 deletions examples/kafka/kraft/kafka.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ metadata:
strimzi.io/kraft: enabled
spec:
kafka:
version: 3.7.1
metadataVersion: 3.7-IV4
version: 3.8.0
metadataVersion: 3.8-IV0
listeners:
- name: plain
port: 9092
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,7 @@
"targets": [
{
"datasource": "${DS_PROMETHEUS}",
"expr": "sum(delta(kafka_consumergroup_current_offset{consumergroup=~\"$consumergroup\",topic=~\"$topic\", namespace=~\"$kubernetes_namespace\"}[5m])/60) by (consumergroup, topic)",
"expr": "sum(delta(kafka_consumergroup_current_offset{consumergroup=~\"$consumergroup\",topic=~\"$topic\", namespace=~\"$kubernetes_namespace\"}[5m])/300) by (consumergroup, topic)",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "{{consumergroup}} (topic: {{topic}})",
Expand Down Expand Up @@ -1520,7 +1520,7 @@
"multi": false,
"name": "kubernetes_namespace",
"options": [],
"query": "query_result(kafka_exporter_build_info)",
"query": "query_result(kafka_broker_info)",
"refresh": 1,
"regex": "/.*namespace=\"([^\"]*).*/",
"skipUrlSync": false,
Expand All @@ -1540,7 +1540,7 @@
"multi": false,
"name": "strimzi_cluster_name",
"options": [],
"query": "query_result(kafka_exporter_build_info{namespace=\"$kubernetes_namespace\"})",
"query": "query_result(kafka_broker_info{namespace=\"$kubernetes_namespace\"})",
"refresh": 1,
"regex": "/.*strimzi_io_cluster=\"([^\"]*).*/",
"skipUrlSync": false,
Expand Down
2 changes: 1 addition & 1 deletion examples/metrics/kafka-connect-metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
labels:
app: my-connect-cluster
spec:
version: 3.7.1
version: 3.8.0
replicas: 1
bootstrapServers: my-cluster-kafka-bootstrap:9092
metricsConfig:
Expand Down
4 changes: 2 additions & 2 deletions examples/metrics/kafka-cruise-control-metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: my-cluster
spec:
kafka:
version: 3.7.1
version: 3.8.0
replicas: 3
listeners:
- name: plain
Expand All @@ -19,7 +19,7 @@ spec:
offsets.topic.replication.factor: 3
transaction.state.log.replication.factor: 3
transaction.state.log.min.isr: 2
inter.broker.protocol.version: "3.7"
inter.broker.protocol.version: "3.8"
storage:
type: ephemeral
zookeeper:
Expand Down
Loading

0 comments on commit 23c0fb0

Please sign in to comment.