Skip to content

Commit

Permalink
Add Strimzi 0.39.0 to the main branch (#9479)
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Scholz <www@scholzj.com>
  • Loading branch information
scholzj committed Dec 21, 2023
1 parent 2bffd4c commit e78c7bd
Show file tree
Hide file tree
Showing 68 changed files with 3,927 additions and 2,304 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="9195d996f79ced2f87fd49835ec3902561eb6b87 -"
HELM_CHART_CHECKSUM="1aa3d3b4e4f260ac8368cf0c01ce4abb782d9910 -"

### 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="c3d55f5e2dfb337638f6eb882963de99ee2f355d -"
INSTALL_CHECKSUM="a9682ec63cc2ccbe2a19f4b06ef0ba77a08c40ac -"

### 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="f2dfd4fa4ba6ec122382b66b8d3a53eb129f0abd -"
EXAMPLES_CHECKSUM="7f6f2f9a13f66b9d693760093b4ca645d6ec4e7b -"
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.6.0
version: 3.6.1
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.6.0:24h
image: ttl.sh/strimzi-connect-example-3.6.1:24h
plugins:
- name: kafka-connect-file
artifacts:
- type: maven
group: org.apache.kafka
artifact: connect-file
version: 3.6.0
version: 3.6.1
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.6.0
version: 3.6.1
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.6.0
version: 3.6.1
replicas: 3
listeners:
- name: plain
Expand Down
2 changes: 1 addition & 1 deletion 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.6.0
version: 3.6.1
replicas: 3
listeners:
- name: plain
Expand Down
2 changes: 1 addition & 1 deletion 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.6.0
version: 3.6.1
replicas: 1
listeners:
- name: plain
Expand Down
2 changes: 1 addition & 1 deletion 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.6.0
version: 3.6.1
replicas: 3
listeners:
- name: plain
Expand Down
2 changes: 1 addition & 1 deletion 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.6.0
version: 3.6.1
replicas: 3
listeners:
- name: plain
Expand Down
2 changes: 1 addition & 1 deletion 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.6.0
version: 3.6.1
replicas: 1
listeners:
- name: plain
Expand Down
2 changes: 1 addition & 1 deletion 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.6.0
version: 3.6.1
replicas: 3
listeners:
- name: plain
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ metadata:
strimzi.io/kraft: enabled
spec:
kafka:
version: 3.6.0
version: 3.6.1
metadataVersion: 3.6-IV2
# The replicas field is required by the Kafka CRD schema while the KafkaNodePools feature gate is in alpha phase.
# But it will be ignored when Kafka Node Pools are used
replicas: 3
Expand Down
3 changes: 2 additions & 1 deletion examples/kafka/nodepools/kafka-with-kraft-ephemeral.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ metadata:
strimzi.io/kraft: enabled
spec:
kafka:
version: 3.6.0
version: 3.6.1
metadataVersion: 3.6-IV2
# The replicas field is required by the Kafka CRD schema while the KafkaNodePools feature gate is in alpha phase.
# But it will be ignored when Kafka Node Pools are used
replicas: 3
Expand Down
3 changes: 2 additions & 1 deletion examples/kafka/nodepools/kafka-with-kraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ metadata:
strimzi.io/kraft: enabled
spec:
kafka:
version: 3.6.0
version: 3.6.1
metadataVersion: 3.6-IV2
# The replicas field is required by the Kafka CRD schema while the KafkaNodePools feature gate is in alpha phase.
# But it will be ignored when Kafka Node Pools are used
replicas: 3
Expand Down
2 changes: 1 addition & 1 deletion examples/kafka/nodepools/kafka.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.6.0
version: 3.6.1
# The replicas field is required by the Kafka CRD schema while the KafkaNodePools feature gate is in alpha phase.
# But it will be ignored when Kafka Node Pools are used
replicas: 3
Expand Down

0 comments on commit e78c7bd

Please sign in to comment.