Skip to content

Commit

Permalink
Prepare for 0.36.1
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Scholz <[email protected]>
  • Loading branch information
scholzj committed Jul 28, 2023
1 parent 2b516d7 commit add1a51
Show file tree
Hide file tree
Showing 76 changed files with 1,741 additions and 307 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="7e9e5c06c911e15e73dedd5ccbd8972ffde241de -"
HELM_CHART_CHECKSUM="966b383924a7e3e98e7061de725475cff9536158 -"

### 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="06390d940c0260facf34378c63dd6bd918b4e37f -"
INSTALL_CHECKSUM="55255d401d8ee615ce3b36bdbad8ae245409242c -"

### 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="c786d9403d850a910f259aa5782aed27493f6404 -"
EXAMPLES_CHECKSUM="0d579431b3f87e44ab8693d7c2430b70408c4b52 -"
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.36.0</version>
<version>0.36.1</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.36.0</version>
<version>0.36.1</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.36.0</version>
<version>0.36.1</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.36.0</version>
<version>0.36.1</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.36.0</version>
<version>0.36.1</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.36.0</version>
<version>0.36.1</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.36.0</version>
<version>0.36.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>crd-generator</artifactId>
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.5.0
version: 3.5.1
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.5.0:24h
image: ttl.sh/strimzi-connect-example-3.5.1:24h
plugins:
- name: kafka-connect-file
artifacts:
- type: maven
group: org.apache.kafka
artifact: connect-file
version: 3.5.0
version: 3.5.1
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.5.0
version: 3.5.1
replicas: 1
bootstrapServers: my-cluster-kafka-bootstrap:9093
tls:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: my-cluster
spec:
kafka:
version: 3.5.0
version: 3.5.1
replicas: 3
listeners:
- name: plain
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.5.0
version: 3.5.1
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.5.0
version: 3.5.1
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.5.0
version: 3.5.1
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.5.0
version: 3.5.1
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.5.0
version: 3.5.1
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.5.0
version: 3.5.1
replicas: 3
listeners:
- name: plain
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ metadata:
strimzi.io/node-pools: enabled
spec:
kafka:
version: 3.5.0
version: 3.5.1
# The replicas field is required by the Kafka CRD schema while the KafkaNodePools feature gate is in alpha phase.
# But it will be ignored when Kafka Node Pools are used
replicas: 3
Expand Down
2 changes: 1 addition & 1 deletion examples/kafka/nodepools/kafka-with-kraft-ephemeral.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ metadata:
strimzi.io/node-pools: enabled
spec:
kafka:
version: 3.5.0
version: 3.5.1
# The replicas field is required by the Kafka CRD schema while the KafkaNodePools feature gate is in alpha phase.
# But it will be ignored when Kafka Node Pools are used
replicas: 3
Expand Down
2 changes: 1 addition & 1 deletion examples/kafka/nodepools/kafka-with-kraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ metadata:
strimzi.io/node-pools: enabled
spec:
kafka:
version: 3.5.0
version: 3.5.1
# The replicas field is required by the Kafka CRD schema while the KafkaNodePools feature gate is in alpha phase.
# But it will be ignored when Kafka Node Pools are used
replicas: 3
Expand Down
2 changes: 1 addition & 1 deletion examples/kafka/nodepools/kafka.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ metadata:
strimzi.io/node-pools: enabled
spec:
kafka:
version: 3.5.0
version: 3.5.1
# The replicas field is required by the Kafka CRD schema while the KafkaNodePools feature gate is in alpha phase.
# But it will be ignored when Kafka Node Pools are used
replicas: 3
Expand Down
2 changes: 1 addition & 1 deletion examples/metrics/kafka-connect-metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
labels:
app: my-connect-cluster
spec:
version: 3.5.0
version: 3.5.1
replicas: 1
bootstrapServers: my-cluster-kafka-bootstrap:9092
metricsConfig:
Expand Down
2 changes: 1 addition & 1 deletion examples/metrics/kafka-cruise-control-metrics.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.5.0
version: 3.5.1
replicas: 3
listeners:
- name: plain
Expand Down
2 changes: 1 addition & 1 deletion examples/metrics/kafka-metrics.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.5.0
version: 3.5.1
replicas: 3
listeners:
- name: plain
Expand Down
2 changes: 1 addition & 1 deletion examples/metrics/kafka-mirror-maker-2-metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
labels:
app: my-mm2-cluster
spec:
version: 3.5.0
version: 3.5.1
replicas: 1
connectCluster: "my-cluster-target"
clusters:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: KafkaMirrorMaker2
metadata:
name: my-mirror-maker-2
spec:
version: 3.5.0
version: 3.5.1
replicas: 1
connectCluster: "cluster-b" # Must be the target custer
clusters:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: KafkaMirrorMaker2
metadata:
name: my-mirror-maker-2
spec:
version: 3.5.0
version: 3.5.1
replicas: 1
connectCluster: "cluster-b" # Must be the target custer
clusters:
Expand Down
2 changes: 1 addition & 1 deletion examples/mirror-maker/kafka-mirror-maker-2-tls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: KafkaMirrorMaker2
metadata:
name: my-mirror-maker-2
spec:
version: 3.5.0
version: 3.5.1
replicas: 1
connectCluster: "cluster-b" # Must be the target custer
clusters:
Expand Down
2 changes: 1 addition & 1 deletion examples/mirror-maker/kafka-mirror-maker-2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: KafkaMirrorMaker2
metadata:
name: my-mirror-maker-2
spec:
version: 3.5.0
version: 3.5.1
replicas: 1
connectCluster: "cluster-b" # Must be the target custer
clusters:
Expand Down
2 changes: 1 addition & 1 deletion examples/mirror-maker/kafka-mirror-maker-tls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: KafkaMirrorMaker
metadata:
name: my-mirror-maker
spec:
version: 3.5.0
version: 3.5.1
replicas: 1
consumer:
bootstrapServers: cluster-a-kafka-bootstrap:9093 # Source cluster
Expand Down
2 changes: 1 addition & 1 deletion examples/mirror-maker/kafka-mirror-maker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: KafkaMirrorMaker
metadata:
name: my-mirror-maker
spec:
version: 3.5.0
version: 3.5.1
replicas: 1
consumer:
bootstrapServers: cluster-a-kafka-bootstrap:9092 # Source cluster
Expand Down
2 changes: 1 addition & 1 deletion examples/mirror-maker/kafka-source.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: cluster-a
spec:
kafka:
version: 3.5.0
version: 3.5.1
replicas: 1
listeners:
- name: plain
Expand Down
2 changes: 1 addition & 1 deletion examples/mirror-maker/kafka-target.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: cluster-b
spec:
kafka:
version: 3.5.0
version: 3.5.1
replicas: 1
listeners:
- name: plain
Expand Down
4 changes: 2 additions & 2 deletions examples/security/keycloak-authorization/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ This folder contains an example `Kafka` custom resource configured for OAuth 2.0

The folder also contains a Keycloak realm export to import into your Keycloak instance to support the example.

Full instructions for the example are available in the [Strimzi Documentation](https://strimzi.io/docs/operators/0.36.0/configuring.html#proc-oauth-authorization-keycloak-example_str).
Full instructions for the example are available in the [Strimzi Documentation](https://strimzi.io/docs/operators/0.36.1/configuring.html#proc-oauth-authorization-keycloak-example_str).

- [kafka-authz-realm.json](./kafka-authz-realm.json)
- The Keycloak realm export file
- [kafka-ephemeral-oauth-single-keycloak-authz.yaml](./kafka-ephemeral-oauth-single-keycloak-authz.yaml)
- The Kafka CR that defines a single-node Kafka cluster with `oauth` authentication and `keycloak` authorization,
using the `kafka-authz` realm. See [full example instructions](https://strimzi.io/docs/operators/0.36.0/configuring.html#proc-oauth-authorization-keycloak-example_str) for proper preparation and deployment.
using the `kafka-authz` realm. See [full example instructions](https://strimzi.io/docs/operators/0.36.1/configuring.html#proc-oauth-authorization-keycloak-example_str) for proper preparation and deployment.
- [kafka-ephemeral-oauth-single-keycloak-authz-metrics.yaml](./kafka-ephemeral-oauth-single-keycloak-authz-metrics.yaml)
- The Kafka CR that defines a single-node Kafka cluster with `oauth` authentication and `keycloak` authorization,
with included configuration for exporting the OAuth metrics using Prometheus JMX exporter.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: my-cluster
spec:
kafka:
version: 3.5.0
version: 3.5.1
replicas: 1
listeners:
- name: tls
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: my-cluster
spec:
kafka:
version: 3.5.0
version: 3.5.1
replicas: 1
listeners:
- name: tls
Expand Down
2 changes: 1 addition & 1 deletion examples/security/scram-sha-512-auth/connect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ metadata:
# # needing to call the Connect REST API directly
# strimzi.io/use-connector-resources: "true"
spec:
version: 3.5.0
version: 3.5.1
replicas: 1
bootstrapServers: my-cluster-kafka-bootstrap:9093
tls:
Expand Down
2 changes: 1 addition & 1 deletion examples/security/scram-sha-512-auth/kafka.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.5.0
version: 3.5.1
replicas: 3
listeners:
- name: tls
Expand Down
Loading

0 comments on commit add1a51

Please sign in to comment.