Skip to content

Commit

Permalink
Prepare for Strimzi 0.45.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Patierno <[email protected]>
  • Loading branch information
ppatierno committed Dec 6, 2024
1 parent e07b508 commit 212b285
Show file tree
Hide file tree
Showing 84 changed files with 1,844 additions and 1,268 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="50e2ee0738ebfd558fa2e35c189b3abb5e3a5663 -"
HELM_CHART_CHECKSUM="136da6359a2b29c9aaf96fb3f0288aa379743e83 -"

### 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="4e3bc4774c0d1803e895d42e22d792364b2f14c5 -"
INSTALL_CHECKSUM="375c9b558fa0b01b0e7e77ebc49f975a83ec4526 -"

### 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="2bbd52b17af9b7ef63731b4a0a81165b182d77e6 -"
EXAMPLES_CHECKSUM="8b8d688379102e88c258a5f164ab7b878869982f -"
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.45.0-SNAPSHOT</version>
<version>0.45.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.45.0-SNAPSHOT</version>
<version>0.45.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.45.0-SNAPSHOT</version>
<version>0.45.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.45.0-SNAPSHOT</version>
<version>0.45.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.45.0-SNAPSHOT</version>
<version>0.45.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.45.0-SNAPSHOT</version>
<version>0.45.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.45.0-SNAPSHOT</version>
<version>0.45.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.8.0
version: 3.9.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.8.0:24h
image: ttl.sh/strimzi-connect-example-3.9.0:24h
plugins:
- name: kafka-connect-file
artifacts:
- type: maven
group: org.apache.kafka
artifact: connect-file
version: 3.8.0
version: 3.9.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.8.0
version: 3.9.0
replicas: 1
bootstrapServers: my-cluster-kafka-bootstrap:9093
tls:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: my-cluster
spec:
kafka:
version: 3.8.0
version: 3.9.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.8"
inter.broker.protocol.version: "3.9"
storage:
type: ephemeral
zookeeper:
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.8.0
version: 3.9.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.8"
inter.broker.protocol.version: "3.9"
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.8.0
version: 3.9.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.8"
inter.broker.protocol.version: "3.9"
storage:
type: ephemeral
zookeeper:
Expand Down
12 changes: 12 additions & 0 deletions examples/cruise-control/kafka-rebalance-remove-disks.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
apiVersion: kafka.strimzi.io/v1beta2
kind: KafkaRebalance
metadata:
name: my-rebalance
labels:
strimzi.io/cluster: my-cluster
# no goals specified, using the default goals from the Cruise Control configuration
spec:
mode: remove-disks
moveReplicasOffVolumes:
- brokerId: 0
volumeIds: [1]
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.8.0
version: 3.9.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.8"
inter.broker.protocol.version: "3.9"
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.8.0
version: 3.9.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.8"
inter.broker.protocol.version: "3.9"
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.8.0
version: 3.9.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.8"
inter.broker.protocol.version: "3.9"
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.8.0
version: 3.9.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.8"
inter.broker.protocol.version: "3.9"
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.8.0
version: 3.9.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.8"
inter.broker.protocol.version: "3.9"
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.8.0
version: 3.9.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.8"
inter.broker.protocol.version: "3.9"
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.8.0
metadataVersion: 3.8-IV0
version: 3.9.0
metadataVersion: 3.9-IV0
listeners:
- name: plain
port: 9092
Expand Down
4 changes: 2 additions & 2 deletions examples/kafka/kraft/kafka-jbod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ metadata:
strimzi.io/kraft: enabled
spec:
kafka:
version: 3.8.0
metadataVersion: 3.8-IV0
version: 3.9.0
metadataVersion: 3.9-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.8.0
metadataVersion: 3.8-IV0
version: 3.9.0
metadataVersion: 3.9-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.8.0
metadataVersion: 3.8-IV0
version: 3.9.0
metadataVersion: 3.9-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.8.0
metadataVersion: 3.8-IV0
version: 3.9.0
metadataVersion: 3.9-IV0
listeners:
- name: plain
port: 9092
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.8.0
version: 3.9.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.8.0
version: 3.9.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.8"
inter.broker.protocol.version: "3.9"
storage:
type: ephemeral
zookeeper:
Expand Down
4 changes: 2 additions & 2 deletions examples/metrics/kafka-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.8.0
version: 3.9.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.8"
inter.broker.protocol.version: "3.9"
storage:
type: jbod
volumes:
Expand Down
Loading

0 comments on commit 212b285

Please sign in to comment.