Skip to content

Commit 04d0ce0

Browse files
committed
Prepare for 0.49.0
Signed-off-by: Jakub Scholz <[email protected]>
1 parent f1e3297 commit 04d0ce0

File tree

115 files changed

+29246
-2544
lines changed

Some content is hidden

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

115 files changed

+29246
-2544
lines changed

.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="109b8564e3ee5f93e35cb29a06c2918be351c549 -"
9+
HELM_CHART_CHECKSUM="baf02fbc6d6998dfaf57da2b8253c92e41b00146 -"
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="1910dae39cdb3b87989c0dfb255299d0d4b6f438 -"
17+
INSTALL_CHECKSUM="cf18bb1e845cde6db58671ae68561a5f13d7dd66 -"
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="70b902afafe0a7e85d2d3b7669310dec03438218 -"
25+
EXAMPLES_CHECKSUM="783f782f0b1b492d898b593fca59ecabb5e9ec7f -"

api/pom.xml

Lines changed: 1 addition & 1 deletion
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.49.0-SNAPSHOT</version>
7+
<version>0.49.0</version>
88
</parent>
99
<name>Strimzi API</name>
1010
<modelVersion>4.0.0</modelVersion>

certificate-manager/pom.xml

Lines changed: 1 addition & 1 deletion
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.49.0-SNAPSHOT</version>
8+
<version>0.49.0</version>
99
</parent>
1010
<name>Strimzi Certificates Manager</name>
1111
<modelVersion>4.0.0</modelVersion>

cluster-operator/pom.xml

Lines changed: 1 addition & 1 deletion
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.49.0-SNAPSHOT</version>
7+
<version>0.49.0</version>
88
</parent>
99
<name>Strimzi Cluster Operator</name>
1010
<modelVersion>4.0.0</modelVersion>

config-model-generator/pom.xml

Lines changed: 1 addition & 1 deletion
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.49.0-SNAPSHOT</version>
8+
<version>0.49.0</version>
99
</parent>
1010
<name>Kafka Configuration Model generator</name>
1111
<modelVersion>4.0.0</modelVersion>

config-model/pom.xml

Lines changed: 1 addition & 1 deletion
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.49.0-SNAPSHOT</version>
8+
<version>0.49.0</version>
99
</parent>
1010
<name>Kafka Configuration Model</name>
1111
<modelVersion>4.0.0</modelVersion>

crd-annotations/pom.xml

Lines changed: 1 addition & 1 deletion
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.49.0-SNAPSHOT</version>
8+
<version>0.49.0</version>
99
</parent>
1010
<name>Strimzi CRD annotations</name>
1111
<modelVersion>4.0.0</modelVersion>

crd-generator/pom.xml

Lines changed: 1 addition & 1 deletion
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.49.0-SNAPSHOT</version>
8+
<version>0.49.0</version>
99
</parent>
1010
<name>Strimzi CRD generator</name>
1111
<modelVersion>4.0.0</modelVersion>

examples/bridge/kafka-bridge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
apiVersion: kafka.strimzi.io/v1beta2
1+
apiVersion: kafka.strimzi.io/v1
22
kind: KafkaBridge
33
metadata:
44
name: my-bridge

examples/connect/kafka-connect-build.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
apiVersion: kafka.strimzi.io/v1beta2
1+
apiVersion: kafka.strimzi.io/v1
22
kind: KafkaConnect
33
metadata:
44
name: my-connect-cluster
@@ -11,15 +11,15 @@ spec:
1111
version: 4.1.0
1212
replicas: 1
1313
bootstrapServers: my-cluster-kafka-bootstrap:9093
14+
groupId: my-connect-group
15+
configStorageTopic: my-connect-configs
16+
statusStorageTopic: my-connect-status
17+
offsetStorageTopic: my-connect-offsets
1418
tls:
1519
trustedCertificates:
1620
- secretName: my-cluster-cluster-ca-cert
1721
pattern: "*.crt"
1822
config:
19-
group.id: connect-cluster
20-
offset.storage.topic: connect-cluster-offsets
21-
config.storage.topic: connect-cluster-configs
22-
status.storage.topic: connect-cluster-status
2323
# -1 means it will use the default replication factor configured in the broker
2424
config.storage.replication.factor: -1
2525
offset.storage.replication.factor: -1

0 commit comments

Comments
 (0)