Skip to content

Commit ca13920

Browse files
committed
Prepare for 0.28.0 (RC1)
Signed-off-by: Jakub Scholz <www@scholzj.com>
1 parent 5e6a1ec commit ca13920

File tree

72 files changed

+465
-154
lines changed

Some content is hidden

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

72 files changed

+465
-154
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="f066257a990aa1673bac17d810f239d6ee526810 -"
9+
HELM_CHART_CHECKSUM="1b849c733d16236b0fe8b9fd8dfec036f2eb5ffd -"
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="4991501728a9a725b9637b082d98219f91f1cadc -"
17+
INSTALL_CHECKSUM="bf8702e013e395e058995517a422dbf2acd47fb4 -"
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="77a02d9a6f64a0a24d90843eec733e6f0c2b812c -"
25+
EXAMPLES_CHECKSUM="d4862b639539f19403a79b3fd31058be182a9cc8 -"

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.28.0-SNAPSHOT</version>
7+
<version>0.28.0</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<artifactId>api</artifactId>

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.28.0-SNAPSHOT</version>
8+
<version>0.28.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>certificate-manager</artifactId>

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.28.0-SNAPSHOT</version>
7+
<version>0.28.0</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<artifactId>cluster-operator</artifactId>

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.28.0-SNAPSHOT</version>
8+
<version>0.28.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

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.28.0-SNAPSHOT</version>
8+
<version>0.28.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

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.28.0-SNAPSHOT</version>
8+
<version>0.28.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

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.28.0-SNAPSHOT</version>
8+
<version>0.28.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>crd-generator</artifactId>

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: 3.0.0
11+
version: 3.1.0
1212
replicas: 1
1313
bootstrapServers: my-cluster-kafka-bootstrap:9093
1414
tls:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: my-cluster
55
spec:
66
kafka:
7-
version: 3.0.0
7+
version: 3.1.0
88
replicas: 3
99
listeners:
1010
- name: plain
@@ -21,7 +21,7 @@ spec:
2121
transaction.state.log.min.isr: 2
2222
default.replication.factor: 3
2323
min.insync.replicas: 2
24-
inter.broker.protocol.version: "3.0"
24+
inter.broker.protocol.version: "3.1"
2525
storage:
2626
type: ephemeral
2727
zookeeper:

examples/kafka/kafka-ephemeral-single.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: my-cluster
55
spec:
66
kafka:
7-
version: 3.0.0
7+
version: 3.1.0
88
replicas: 1
99
listeners:
1010
- name: plain
@@ -21,7 +21,7 @@ spec:
2121
transaction.state.log.min.isr: 1
2222
default.replication.factor: 1
2323
min.insync.replicas: 1
24-
inter.broker.protocol.version: "3.0"
24+
inter.broker.protocol.version: "3.1"
2525
storage:
2626
type: ephemeral
2727
zookeeper:

examples/kafka/kafka-ephemeral.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: my-cluster
55
spec:
66
kafka:
7-
version: 3.0.0
7+
version: 3.1.0
88
replicas: 3
99
listeners:
1010
- name: plain
@@ -21,7 +21,7 @@ spec:
2121
transaction.state.log.min.isr: 2
2222
default.replication.factor: 3
2323
min.insync.replicas: 2
24-
inter.broker.protocol.version: "3.0"
24+
inter.broker.protocol.version: "3.1"
2525
storage:
2626
type: ephemeral
2727
zookeeper:

examples/kafka/kafka-jbod.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: my-cluster
55
spec:
66
kafka:
7-
version: 3.0.0
7+
version: 3.1.0
88
replicas: 3
99
listeners:
1010
- name: plain
@@ -21,7 +21,7 @@ spec:
2121
transaction.state.log.min.isr: 2
2222
default.replication.factor: 3
2323
min.insync.replicas: 2
24-
inter.broker.protocol.version: "3.0"
24+
inter.broker.protocol.version: "3.1"
2525
storage:
2626
type: jbod
2727
volumes:

examples/kafka/kafka-persistent-single.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: my-cluster
55
spec:
66
kafka:
7-
version: 3.0.0
7+
version: 3.1.0
88
replicas: 1
99
listeners:
1010
- name: plain
@@ -21,7 +21,7 @@ spec:
2121
transaction.state.log.min.isr: 1
2222
default.replication.factor: 1
2323
min.insync.replicas: 1
24-
inter.broker.protocol.version: "3.0"
24+
inter.broker.protocol.version: "3.1"
2525
storage:
2626
type: jbod
2727
volumes:

examples/kafka/kafka-persistent.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: my-cluster
55
spec:
66
kafka:
7-
version: 3.0.0
7+
version: 3.1.0
88
replicas: 3
99
listeners:
1010
- name: plain
@@ -21,7 +21,7 @@ spec:
2121
transaction.state.log.min.isr: 2
2222
default.replication.factor: 3
2323
min.insync.replicas: 2
24-
inter.broker.protocol.version: "3.0"
24+
inter.broker.protocol.version: "3.1"
2525
storage:
2626
type: jbod
2727
volumes:

examples/metrics/jmxtrans/jmxtrans.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: my-cluster
55
spec:
66
kafka:
7-
version: 3.0.0
7+
version: 3.1.0
88
replicas: 2
99
listeners:
1010
- name: plain
@@ -21,7 +21,7 @@ spec:
2121
transaction.state.log.min.isr: 1
2222
default.replication.factor: 1
2323
min.insync.replicas: 1
24-
inter.broker.protocol.version: "3.0"
24+
inter.broker.protocol.version: "3.1"
2525
storage:
2626
type: ephemeral
2727
jmxOptions:

examples/metrics/kafka-connect-metrics.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
labels:
66
app: my-connect-cluster
77
spec:
8-
version: 3.0.0
8+
version: 3.1.0
99
replicas: 1
1010
bootstrapServers: my-cluster-kafka-bootstrap:9092
1111
metricsConfig:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: my-cluster
55
spec:
66
kafka:
7-
version: 3.0.0
7+
version: 3.1.0
88
replicas: 3
99
listeners:
1010
- name: plain
@@ -19,7 +19,7 @@ spec:
1919
offsets.topic.replication.factor: 3
2020
transaction.state.log.replication.factor: 3
2121
transaction.state.log.min.isr: 2
22-
inter.broker.protocol.version: "3.0"
22+
inter.broker.protocol.version: "3.1"
2323
storage:
2424
type: ephemeral
2525
zookeeper:

examples/metrics/kafka-metrics.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: my-cluster
55
spec:
66
kafka:
7-
version: 3.0.0
7+
version: 3.1.0
88
replicas: 3
99
listeners:
1010
- name: plain
@@ -27,7 +27,7 @@ spec:
2727
transaction.state.log.min.isr: 2
2828
default.replication.factor: 3
2929
min.insync.replicas: 2
30-
inter.broker.protocol.version: "3.0"
30+
inter.broker.protocol.version: "3.1"
3131
storage:
3232
type: jbod
3333
volumes:

examples/metrics/kafka-mirror-maker-2-metrics.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
labels:
66
app: my-mm2-cluster
77
spec:
8-
version: 3.0.0
8+
version: 3.1.0
99
replicas: 1
1010
connectCluster: "my-cluster-target"
1111
clusters:

examples/mirror-maker/kafka-mirror-maker-2-custom-replication-policy.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: KafkaMirrorMaker2
33
metadata:
44
name: my-mirror-maker-2
55
spec:
6-
version: 3.0.0
6+
version: 3.1.0
77
replicas: 1
88
connectCluster: "my-target-cluster"
99
clusters:
@@ -25,14 +25,14 @@ spec:
2525
offset-syncs.topic.replication.factor: 1
2626
sync.topic.acls.enabled: "false"
2727
replication.policy.separator: ""
28-
replication.policy.class: "io.strimzi.kafka.connect.mirror.IdentityReplicationPolicy"
28+
replication.policy.class: "org.apache.kafka.connect.mirror.IdentityReplicationPolicy"
2929
heartbeatConnector:
3030
config:
3131
heartbeats.topic.replication.factor: 1
3232
checkpointConnector:
3333
config:
3434
checkpoints.topic.replication.factor: 1
3535
replication.policy.separator: ""
36-
replication.policy.class: "io.strimzi.kafka.connect.mirror.IdentityReplicationPolicy"
36+
replication.policy.class: "org.apache.kafka.connect.mirror.IdentityReplicationPolicy"
3737
topicsPattern: ".*"
3838
groupsPattern: ".*"

examples/mirror-maker/kafka-mirror-maker-2-sync-groups.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: KafkaMirrorMaker2
33
metadata:
44
name: my-mirror-maker-2
55
spec:
6-
version: 3.0.0
6+
version: 3.1.0
77
replicas: 1
88
connectCluster: "my-target-cluster"
99
clusters:

examples/mirror-maker/kafka-mirror-maker-2-tls.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: KafkaMirrorMaker2
33
metadata:
44
name: my-mirror-maker-2
55
spec:
6-
version: 3.0.0
6+
version: 3.1.0
77
replicas: 1
88
connectCluster: "my-target-cluster"
99
clusters:

examples/mirror-maker/kafka-mirror-maker-2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: KafkaMirrorMaker2
33
metadata:
44
name: my-mirror-maker-2
55
spec:
6-
version: 3.0.0
6+
version: 3.1.0
77
replicas: 1
88
connectCluster: "my-target-cluster"
99
clusters:

examples/mirror-maker/kafka-mirror-maker-tls.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: KafkaMirrorMaker
33
metadata:
44
name: my-mirror-maker
55
spec:
6-
version: 3.0.0
6+
version: 3.1.0
77
replicas: 1
88
consumer:
99
bootstrapServers: my-source-cluster-kafka-bootstrap:9093

examples/mirror-maker/kafka-mirror-maker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: KafkaMirrorMaker
33
metadata:
44
name: my-mirror-maker
55
spec:
6-
version: 3.0.0
6+
version: 3.1.0
77
replicas: 1
88
consumer:
99
bootstrapServers: my-source-cluster-kafka-bootstrap:9092

examples/mirror-maker/kafka-source.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: my-source-cluster
55
spec:
66
kafka:
7-
version: 3.0.0
7+
version: 3.1.0
88
replicas: 1
99
listeners:
1010
- name: plain
@@ -21,7 +21,7 @@ spec:
2121
transaction.state.log.min.isr: 1
2222
default.replication.factor: 1
2323
min.insync.replicas: 1
24-
inter.broker.protocol.version: "3.0"
24+
inter.broker.protocol.version: "3.1"
2525
storage:
2626
type: jbod
2727
volumes:

examples/mirror-maker/kafka-target.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: my-target-cluster
55
spec:
66
kafka:
7-
version: 3.0.0
7+
version: 3.1.0
88
replicas: 1
99
listeners:
1010
- name: plain
@@ -21,7 +21,7 @@ spec:
2121
transaction.state.log.min.isr: 1
2222
default.replication.factor: 1
2323
min.insync.replicas: 1
24-
inter.broker.protocol.version: "3.0"
24+
inter.broker.protocol.version: "3.1"
2525
storage:
2626
type: jbod
2727
volumes:

examples/security/keycloak-authorization/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ This folder contains an example `Kafka` custom resource configured for OAuth 2.0
55
- the corresponding `oauth` authentication
66
The folder also contains a Keycloak realm export to import into your Keycloak instance to support the example.
77

8-
Full instructions for the example are available in the [Strimzi Documentation](https://strimzi.io/docs/operators/0.27.1/using.html#con-oauth-authorization-keycloak-example).
8+
Full instructions for the example are available in the [Strimzi Documentation](https://strimzi.io/docs/operators/0.28.0/using.html#con-oauth-authorization-keycloak-example).
99

1010
* [kafka-authz-realm.json](./kafka-authz-realm.json)
1111
* The Keycloak realm export file
1212
* [kafka-ephemeral-oauth-single-keycloak-authz.yaml](./kafka-ephemeral-oauth-single-keycloak-authz.yaml)
1313
* The Kafka CR that defines a single-node Kafka cluster with `oauth` authentication and `keycloak` authorization,
14-
using the `kafka-authz` realm. See [full example instructions](https://strimzi.io/docs/operators/0.27.1/using.html#con-oauth-authorization-keycloak-example) for proper preparation and deployment.
14+
using the `kafka-authz` realm. See [full example instructions](https://strimzi.io/docs/operators/0.28.0/using.html#con-oauth-authorization-keycloak-example) for proper preparation and deployment.

0 commit comments

Comments
 (0)