Skip to content

Commit

Permalink
Prepare for 0.26.0-rc1
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Scholz <[email protected]>
  • Loading branch information
scholzj committed Oct 12, 2021
1 parent 9a58e02 commit 96cc62c
Show file tree
Hide file tree
Showing 134 changed files with 1,953 additions and 840 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="8fe0ecedb042538061a25682f7e26606574b0748 -"
HELM_CHART_CHECKSUM="69226e4731bafcf6c8de6da9c15dc45dcc0cee95 -"

### 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="dd3968134b1b9e773e05a7c067591bcc3862e1b4 -"
INSTALL_CHECKSUM="b7b9a14e1efebfa283a631d5092f4982652dfccd -"

### 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="b3e275b06aadb77eb46b7c5286e4a7db079fb55c -"
EXAMPLES_CHECKSUM="ab72f6951d133a37d5f9e72fb3d01cea03ed108c -"
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ DOCKER_TARGETS=docker_build docker_push docker_tag
all: prerequisites_check $(SUBDIRS) crd_install helm_install shellcheck docu_versions docu_check
clean: prerequisites_check $(SUBDIRS) docu_clean
$(DOCKER_TARGETS): prerequisites_check $(SUBDIRS)
release: release_prepare release_version release_helm_version release_test_container release_maven $(SUBDIRS) release_docu release_single_file release_pkg release_helm_repo docu_clean
release: release_prepare release_version release_helm_version release_maven $(SUBDIRS) release_docu release_single_file release_pkg release_helm_repo docu_clean

next_version:
echo $(shell echo $(NEXT_VERSION) | tr a-z A-Z) > release.version
Expand Down
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.26.0-SNAPSHOT</version>
<version>0.26.0-RC1</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.26.0-SNAPSHOT</version>
<version>0.26.0-RC1</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.26.0-SNAPSHOT</version>
<version>0.26.0-RC1</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.26.0-SNAPSHOT</version>
<version>0.26.0-RC1</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.26.0-SNAPSHOT</version>
<version>0.26.0-RC1</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.26.0-SNAPSHOT</version>
<version>0.26.0-RC1</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.26.0-SNAPSHOT</version>
<version>0.26.0-RC1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>crd-generator</artifactId>
Expand Down
2 changes: 0 additions & 2 deletions examples/bridge/kafka-bridge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,3 @@ spec:
bootstrapServers: my-cluster-kafka-bootstrap:9092
http:
port: 8080


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: 2.8.0
version: 3.0.0
replicas: 1
bootstrapServers: my-cluster-kafka-bootstrap:9093
tls:
Expand Down
6 changes: 3 additions & 3 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: 2.8.0
version: 3.0.0
replicas: 3
listeners:
- name: plain
Expand All @@ -19,8 +19,8 @@ spec:
offsets.topic.replication.factor: 3
transaction.state.log.replication.factor: 3
transaction.state.log.min.isr: 2
log.message.format.version: "2.8"
inter.broker.protocol.version: "2.8"
log.message.format.version: "3.0"
inter.broker.protocol.version: "3.0"
storage:
type: ephemeral
zookeeper:
Expand Down
2 changes: 1 addition & 1 deletion examples/cruise-control/kafka-rebalance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ metadata:
labels:
strimzi.io/cluster: my-cluster
# no goals specified, using the default goals from the Cruise Control configuration
spec: {}
spec: {}
6 changes: 3 additions & 3 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: 2.8.0
version: 3.0.0
replicas: 1
listeners:
- name: plain
Expand All @@ -19,8 +19,8 @@ spec:
offsets.topic.replication.factor: 1
transaction.state.log.replication.factor: 1
transaction.state.log.min.isr: 1
log.message.format.version: "2.8"
inter.broker.protocol.version: "2.8"
log.message.format.version: "3.0"
inter.broker.protocol.version: "3.0"
storage:
type: ephemeral
zookeeper:
Expand Down
6 changes: 3 additions & 3 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: 2.8.0
version: 3.0.0
replicas: 3
listeners:
- name: plain
Expand All @@ -19,8 +19,8 @@ spec:
offsets.topic.replication.factor: 3
transaction.state.log.replication.factor: 3
transaction.state.log.min.isr: 2
log.message.format.version: "2.8"
inter.broker.protocol.version: "2.8"
log.message.format.version: "3.0"
inter.broker.protocol.version: "3.0"
storage:
type: ephemeral
zookeeper:
Expand Down
6 changes: 3 additions & 3 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: 2.8.0
version: 3.0.0
replicas: 3
listeners:
- name: plain
Expand All @@ -19,8 +19,8 @@ spec:
offsets.topic.replication.factor: 3
transaction.state.log.replication.factor: 3
transaction.state.log.min.isr: 2
log.message.format.version: "2.8"
inter.broker.protocol.version: "2.8"
log.message.format.version: "3.0"
inter.broker.protocol.version: "3.0"
storage:
type: jbod
volumes:
Expand Down
7 changes: 3 additions & 4 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: 2.8.0
version: 3.0.0
replicas: 1
listeners:
- name: plain
Expand All @@ -19,8 +19,8 @@ spec:
offsets.topic.replication.factor: 1
transaction.state.log.replication.factor: 1
transaction.state.log.min.isr: 1
log.message.format.version: "2.8"
inter.broker.protocol.version: "2.8"
log.message.format.version: "3.0"
inter.broker.protocol.version: "3.0"
storage:
type: jbod
volumes:
Expand All @@ -37,4 +37,3 @@ spec:
entityOperator:
topicOperator: {}
userOperator: {}

7 changes: 3 additions & 4 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: 2.8.0
version: 3.0.0
replicas: 3
listeners:
- name: plain
Expand All @@ -19,8 +19,8 @@ spec:
offsets.topic.replication.factor: 3
transaction.state.log.replication.factor: 3
transaction.state.log.min.isr: 2
log.message.format.version: "2.8"
inter.broker.protocol.version: "2.8"
log.message.format.version: "3.0"
inter.broker.protocol.version: "3.0"
storage:
type: jbod
volumes:
Expand All @@ -37,4 +37,3 @@ spec:
entityOperator:
topicOperator: {}
userOperator: {}

Original file line number Diff line number Diff line change
Expand Up @@ -1797,7 +1797,7 @@
"dashLength": 10,
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Kafka Broker Pods Memory Usage",
"description": "Kafka broker pods memory usage",
"fill": 1,
"fillGradient": 0,
"gridPos": {
Expand Down Expand Up @@ -1889,7 +1889,7 @@
"dashLength": 10,
"dashes": false,
"datasource": "${DS_PROMETHEUS}",
"description": "Aggregated Kafka Broker Pods CPU Usage",
"description": "Aggregated Kafka broker pods CPU usage",
"fill": 1,
"fillGradient": 0,
"gridPos": {
Expand Down
Loading

0 comments on commit 96cc62c

Please sign in to comment.