Skip to content

Commit

Permalink
Prepare for 0.33.0
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Scholz <[email protected]>
  • Loading branch information
scholzj committed Jan 19, 2023
1 parent 3e369f0 commit c5a302c
Show file tree
Hide file tree
Showing 102 changed files with 1,755 additions and 228 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="fba5991eedd41bf0d668d483a60bbc8c03deda43 -"
HELM_CHART_CHECKSUM="d004aa47348ced2737337e16c6e339ef137bdcf8 -"

### 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="8b6fd60b87ba97f28c1edf4fca50bca4349cc201 -"
INSTALL_CHECKSUM="8869174820cab2b3fec3e932190b7a0a9ba2b2cf -"

### 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="006b7c62e4d51220ef5ce8a6da3ab96c3a96a77f -"
EXAMPLES_CHECKSUM="3d004793858752f88999c356ccbc4c3194e68c5c -"
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.33.0-SNAPSHOT</version>
<version>0.33.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.33.0-SNAPSHOT</version>
<version>0.33.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.33.0-SNAPSHOT</version>
<version>0.33.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.33.0-SNAPSHOT</version>
<version>0.33.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.33.0-SNAPSHOT</version>
<version>0.33.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.33.0-SNAPSHOT</version>
<version>0.33.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.33.0-SNAPSHOT</version>
<version>0.33.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>crd-generator</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions documentation/shared/attributes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
:KubernetesVersion: 1.19 and later

// Kafka upgrade attributes used in kafka upgrades section
:DefaultKafkaVersion: 3.3.1
:DefaultKafkaVersion: 3.3.2
:KafkaVersionLower: 3.2.3
:KafkaVersionHigher: 3.3.1
:KafkaVersionHigher: 3.3.2
:ExampleImageTagUpgrades: quay.io/strimzi/kafka:{ProductVersion}-kafka-{KafkaVersionHigher}

//inter-broker protocol and log message version
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.3.1
version: 3.3.2
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.3.1:24h
image: ttl.sh/strimzi-connect-example-3.3.2:24h
plugins:
- name: kafka-connect-file
artifacts:
- type: maven
group: org.apache.kafka
artifact: connect-file
version: 3.3.1
version: 3.3.2
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.3.1
version: 3.3.2
replicas: 1
bootstrapServers: my-cluster-kafka-bootstrap:9093
tls:
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.3.1
version: 3.3.2
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.3.1
version: 3.3.2
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.3.1
version: 3.3.2
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.3.1
version: 3.3.2
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.3.1
version: 3.3.2
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.3.1
version: 3.3.2
replicas: 3
listeners:
- name: plain
Expand Down
Loading

0 comments on commit c5a302c

Please sign in to comment.