Skip to content

Commit e1f5561

Browse files
authored
Add the 0.48.0 release to the main branch (strimzi#11943)
Signed-off-by: Paolo Patierno <ppatierno@live.com>
1 parent cd8e663 commit e1f5561

85 files changed

Lines changed: 8294 additions & 593 deletions

File tree

Some content is hidden

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

.checksums

Lines changed: 3 additions & 3 deletions
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="a8a49c1cff482152b7b5af02dc838eba5a9ae63e -"
9+
HELM_CHART_CHECKSUM="109b8564e3ee5f93e35cb29a06c2918be351c549 -"
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="bbe72953bbdccacdaee168980c6bddb3858de14e -"
17+
INSTALL_CHECKSUM="1910dae39cdb3b87989c0dfb255299d0d4b6f438 -"
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="49d5f2c2a07478494285fb4eb35ad3c588692433 -"
25+
EXAMPLES_CHECKSUM="70b902afafe0a7e85d2d3b7669310dec03438218 -"

examples/connect/kafka-connect-build.yaml

Lines changed: 3 additions & 3 deletions
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: 4.0.0
11+
version: 4.1.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-4.0.0:24h
36+
image: ttl.sh/strimzi-connect-example-4.1.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: 4.0.0
43+
version: 4.1.0

examples/connect/kafka-connect.yaml

Lines changed: 1 addition & 1 deletion
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: 4.0.0
11+
version: 4.1.0
1212
replicas: 1
1313
bootstrapServers: my-cluster-kafka-bootstrap:9093
1414
tls:

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,10 @@ apiVersion: kafka.strimzi.io/v1beta2
3838
kind: Kafka
3939
metadata:
4040
name: my-cluster
41-
annotations:
42-
strimzi.io/node-pools: enabled
43-
strimzi.io/kraft: enabled
4441
spec:
4542
kafka:
46-
version: 4.0.0
47-
metadataVersion: 4.0-IV3
43+
version: 4.1.0
44+
metadataVersion: 4.1-IV1
4845
listeners:
4946
- name: plain
5047
port: 9092

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,10 @@ apiVersion: kafka.strimzi.io/v1beta2
3838
kind: Kafka
3939
metadata:
4040
name: my-cluster
41-
annotations:
42-
strimzi.io/node-pools: enabled
43-
strimzi.io/kraft: enabled
4441
spec:
4542
kafka:
46-
version: 4.0.0
47-
metadataVersion: 4.0-IV3
43+
version: 4.1.0
44+
metadataVersion: 4.1-IV1
4845
listeners:
4946
- name: plain
5047
port: 9092

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,10 @@ apiVersion: kafka.strimzi.io/v1beta2
3838
kind: Kafka
3939
metadata:
4040
name: my-cluster
41-
annotations:
42-
strimzi.io/node-pools: enabled
43-
strimzi.io/kraft: enabled
4441
spec:
4542
kafka:
46-
version: 4.0.0
47-
metadataVersion: 4.0-IV3
43+
version: 4.1.0
44+
metadataVersion: 4.1-IV1
4845
listeners:
4946
- name: plain
5047
port: 9092

examples/kafka/kafka-ephemeral.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,10 @@ apiVersion: kafka.strimzi.io/v1beta2
3838
kind: Kafka
3939
metadata:
4040
name: my-cluster
41-
annotations:
42-
strimzi.io/node-pools: enabled
43-
strimzi.io/kraft: enabled
4441
spec:
4542
kafka:
46-
version: 4.0.0
47-
metadataVersion: 4.0-IV3
43+
version: 4.1.0
44+
metadataVersion: 4.1-IV1
4845
listeners:
4946
- name: plain
5047
port: 9092

examples/kafka/kafka-jbod.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,10 @@ apiVersion: kafka.strimzi.io/v1beta2
4747
kind: Kafka
4848
metadata:
4949
name: my-cluster
50-
annotations:
51-
strimzi.io/node-pools: enabled
52-
strimzi.io/kraft: enabled
5350
spec:
5451
kafka:
55-
version: 4.0.0
56-
metadataVersion: 4.0-IV3
52+
version: 4.1.0
53+
metadataVersion: 4.1-IV1
5754
listeners:
5855
- name: plain
5956
port: 9092

examples/kafka/kafka-persistent.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,10 @@ apiVersion: kafka.strimzi.io/v1beta2
4242
kind: Kafka
4343
metadata:
4444
name: my-cluster
45-
annotations:
46-
strimzi.io/node-pools: enabled
47-
strimzi.io/kraft: enabled
4845
spec:
4946
kafka:
50-
version: 4.0.0
51-
metadataVersion: 4.0-IV3
47+
version: 4.1.0
48+
metadataVersion: 4.1-IV1
5249
listeners:
5350
- name: plain
5451
port: 9092

examples/kafka/kafka-single-node.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,10 @@ apiVersion: kafka.strimzi.io/v1beta2
2323
kind: Kafka
2424
metadata:
2525
name: my-cluster
26-
annotations:
27-
strimzi.io/node-pools: enabled
28-
strimzi.io/kraft: enabled
2926
spec:
3027
kafka:
31-
version: 4.0.0
32-
metadataVersion: 4.0-IV3
28+
version: 4.1.0
29+
metadataVersion: 4.1-IV1
3330
listeners:
3431
- name: plain
3532
port: 9092

0 commit comments

Comments
 (0)