Skip to content

Commit

Permalink
Prepare for 0.35.1
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Scholz <[email protected]>
  • Loading branch information
scholzj committed Jun 3, 2023
1 parent ee7e23f commit e5bad3e
Show file tree
Hide file tree
Showing 32 changed files with 76 additions and 76 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="83f984f97def99e6a8cfc9c34204f4837413fc64 -"
HELM_CHART_CHECKSUM="7ef02628798dae351017e27bfcba5b5cd6c6d798 -"

### 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="0c432f4407edeb05641163b8be8fadb276511eb5 -"
INSTALL_CHECKSUM="dceafaa9a739404e89b5464aecd28ca8844d6c05 -"

### 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="d843f0db63dd51efdf751d56201f10a043405879 -"
EXAMPLES_CHECKSUM="306090a0564c985b83b4d3231347167ea1abd239 -"
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.35.0</version>
<version>0.35.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.35.0</version>
<version>0.35.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.35.0</version>
<version>0.35.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.35.0</version>
<version>0.35.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.35.0</version>
<version>0.35.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.35.0</version>
<version>0.35.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.35.0</version>
<version>0.35.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>crd-generator</artifactId>
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.35.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.35.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.35.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.35.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
2 changes: 1 addition & 1 deletion helm-charts/helm3/strimzi-kafka-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ the documentation for more details.
| `watchAnyNamespace` | Watch the whole Kubernetes cluster (all namespaces) | `false` |
| `defaultImageRegistry` | Default image registry for all the images | `quay.io` |
| `defaultImageRepository` | Default image registry for all the images | `strimzi` |
| `defaultImageTag` | Default image tag for all the images except Kafka Bridge | `0.35.0` |
| `defaultImageTag` | Default image tag for all the images except Kafka Bridge | `0.35.1` |
| `image.registry` | Override default Cluster Operator image registry | `nil` |
| `image.repository` | Override default Cluster Operator image repository | `nil` |
| `image.name` | Cluster Operator image name | `cluster-operator` |
Expand Down
2 changes: 1 addition & 1 deletion helm-charts/helm3/strimzi-kafka-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ watchAnyNamespace: false

defaultImageRegistry: quay.io
defaultImageRepository: strimzi
defaultImageTag: 0.35.0
defaultImageTag: 0.35.1

image:
registry: ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
name: strimzi-cluster-operator
containers:
- name: strimzi-cluster-operator
image: quay.io/strimzi/operator:0.35.0
image: quay.io/strimzi/operator:0.35.1
ports:
- containerPort: 8080
name: http
Expand All @@ -48,43 +48,43 @@ spec:
- name: STRIMZI_OPERATION_TIMEOUT_MS
value: "300000"
- name: STRIMZI_DEFAULT_TLS_SIDECAR_ENTITY_OPERATOR_IMAGE
value: quay.io/strimzi/kafka:0.35.0-kafka-3.4.0
value: quay.io/strimzi/kafka:0.35.1-kafka-3.4.0
- name: STRIMZI_DEFAULT_KAFKA_EXPORTER_IMAGE
value: quay.io/strimzi/kafka:0.35.0-kafka-3.4.0
value: quay.io/strimzi/kafka:0.35.1-kafka-3.4.0
- name: STRIMZI_DEFAULT_CRUISE_CONTROL_IMAGE
value: quay.io/strimzi/kafka:0.35.0-kafka-3.4.0
value: quay.io/strimzi/kafka:0.35.1-kafka-3.4.0
- name: STRIMZI_KAFKA_IMAGES
value: |
3.3.1=quay.io/strimzi/kafka:0.35.0-kafka-3.3.1
3.3.2=quay.io/strimzi/kafka:0.35.0-kafka-3.3.2
3.4.0=quay.io/strimzi/kafka:0.35.0-kafka-3.4.0
3.3.1=quay.io/strimzi/kafka:0.35.1-kafka-3.3.1
3.3.2=quay.io/strimzi/kafka:0.35.1-kafka-3.3.2
3.4.0=quay.io/strimzi/kafka:0.35.1-kafka-3.4.0
- name: STRIMZI_KAFKA_CONNECT_IMAGES
value: |
3.3.1=quay.io/strimzi/kafka:0.35.0-kafka-3.3.1
3.3.2=quay.io/strimzi/kafka:0.35.0-kafka-3.3.2
3.4.0=quay.io/strimzi/kafka:0.35.0-kafka-3.4.0
3.3.1=quay.io/strimzi/kafka:0.35.1-kafka-3.3.1
3.3.2=quay.io/strimzi/kafka:0.35.1-kafka-3.3.2
3.4.0=quay.io/strimzi/kafka:0.35.1-kafka-3.4.0
- name: STRIMZI_KAFKA_MIRROR_MAKER_IMAGES
value: |
3.3.1=quay.io/strimzi/kafka:0.35.0-kafka-3.3.1
3.3.2=quay.io/strimzi/kafka:0.35.0-kafka-3.3.2
3.4.0=quay.io/strimzi/kafka:0.35.0-kafka-3.4.0
3.3.1=quay.io/strimzi/kafka:0.35.1-kafka-3.3.1
3.3.2=quay.io/strimzi/kafka:0.35.1-kafka-3.3.2
3.4.0=quay.io/strimzi/kafka:0.35.1-kafka-3.4.0
- name: STRIMZI_KAFKA_MIRROR_MAKER_2_IMAGES
value: |
3.3.1=quay.io/strimzi/kafka:0.35.0-kafka-3.3.1
3.3.2=quay.io/strimzi/kafka:0.35.0-kafka-3.3.2
3.4.0=quay.io/strimzi/kafka:0.35.0-kafka-3.4.0
3.3.1=quay.io/strimzi/kafka:0.35.1-kafka-3.3.1
3.3.2=quay.io/strimzi/kafka:0.35.1-kafka-3.3.2
3.4.0=quay.io/strimzi/kafka:0.35.1-kafka-3.4.0
- name: STRIMZI_DEFAULT_TOPIC_OPERATOR_IMAGE
value: quay.io/strimzi/operator:0.35.0
value: quay.io/strimzi/operator:0.35.1
- name: STRIMZI_DEFAULT_USER_OPERATOR_IMAGE
value: quay.io/strimzi/operator:0.35.0
value: quay.io/strimzi/operator:0.35.1
- name: STRIMZI_DEFAULT_KAFKA_INIT_IMAGE
value: quay.io/strimzi/operator:0.35.0
value: quay.io/strimzi/operator:0.35.1
- name: STRIMZI_DEFAULT_KAFKA_BRIDGE_IMAGE
value: quay.io/strimzi/kafka-bridge:0.25.0
- name: STRIMZI_DEFAULT_KANIKO_EXECUTOR_IMAGE
value: quay.io/strimzi/kaniko-executor:0.35.0
value: quay.io/strimzi/kaniko-executor:0.35.1
- name: STRIMZI_DEFAULT_MAVEN_BUILDER
value: quay.io/strimzi/maven-builder:0.35.0
value: quay.io/strimzi/maven-builder:0.35.1
- name: STRIMZI_OPERATOR_NAMESPACE
valueFrom:
fieldRef:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
sizeLimit: 5Mi
containers:
- name: strimzi-topic-operator
image: quay.io/strimzi/operator:0.35.0
image: quay.io/strimzi/operator:0.35.1
args:
- /opt/strimzi/bin/topic_operator_run.sh
volumeMounts:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
sizeLimit: 5Mi
containers:
- name: strimzi-user-operator
image: quay.io/strimzi/operator:0.35.0
image: quay.io/strimzi/operator:0.35.1
args:
- /opt/strimzi/bin/user_operator_run.sh
volumeMounts:
Expand Down
2 changes: 1 addition & 1 deletion kafka-agent/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.35.0</version>
<version>0.35.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion kafka-init/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.35.0</version>
<version>0.35.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>kafka-init</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mirror-maker-agent/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.35.0</version>
<version>0.35.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion mockkube/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.35.0</version>
<version>0.35.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion operator-common/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.35.0</version>
<version>0.35.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>operator-common</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions packaging/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.35.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.35.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.35.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.35.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 @@ -100,7 +100,7 @@ the documentation for more details.
| `watchAnyNamespace` | Watch the whole Kubernetes cluster (all namespaces) | `false` |
| `defaultImageRegistry` | Default image registry for all the images | `quay.io` |
| `defaultImageRepository` | Default image registry for all the images | `strimzi` |
| `defaultImageTag` | Default image tag for all the images except Kafka Bridge | `0.35.0` |
| `defaultImageTag` | Default image tag for all the images except Kafka Bridge | `0.35.1` |
| `image.registry` | Override default Cluster Operator image registry | `nil` |
| `image.repository` | Override default Cluster Operator image repository | `nil` |
| `image.name` | Cluster Operator image name | `cluster-operator` |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ watchAnyNamespace: false

defaultImageRegistry: quay.io
defaultImageRepository: strimzi
defaultImageTag: 0.35.0
defaultImageTag: 0.35.1

image:
registry: ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
name: strimzi-cluster-operator
containers:
- name: strimzi-cluster-operator
image: quay.io/strimzi/operator:0.35.0
image: quay.io/strimzi/operator:0.35.1
ports:
- containerPort: 8080
name: http
Expand All @@ -48,43 +48,43 @@ spec:
- name: STRIMZI_OPERATION_TIMEOUT_MS
value: "300000"
- name: STRIMZI_DEFAULT_TLS_SIDECAR_ENTITY_OPERATOR_IMAGE
value: quay.io/strimzi/kafka:0.35.0-kafka-3.4.0
value: quay.io/strimzi/kafka:0.35.1-kafka-3.4.0
- name: STRIMZI_DEFAULT_KAFKA_EXPORTER_IMAGE
value: quay.io/strimzi/kafka:0.35.0-kafka-3.4.0
value: quay.io/strimzi/kafka:0.35.1-kafka-3.4.0
- name: STRIMZI_DEFAULT_CRUISE_CONTROL_IMAGE
value: quay.io/strimzi/kafka:0.35.0-kafka-3.4.0
value: quay.io/strimzi/kafka:0.35.1-kafka-3.4.0
- name: STRIMZI_KAFKA_IMAGES
value: |
3.3.1=quay.io/strimzi/kafka:0.35.0-kafka-3.3.1
3.3.2=quay.io/strimzi/kafka:0.35.0-kafka-3.3.2
3.4.0=quay.io/strimzi/kafka:0.35.0-kafka-3.4.0
3.3.1=quay.io/strimzi/kafka:0.35.1-kafka-3.3.1
3.3.2=quay.io/strimzi/kafka:0.35.1-kafka-3.3.2
3.4.0=quay.io/strimzi/kafka:0.35.1-kafka-3.4.0
- name: STRIMZI_KAFKA_CONNECT_IMAGES
value: |
3.3.1=quay.io/strimzi/kafka:0.35.0-kafka-3.3.1
3.3.2=quay.io/strimzi/kafka:0.35.0-kafka-3.3.2
3.4.0=quay.io/strimzi/kafka:0.35.0-kafka-3.4.0
3.3.1=quay.io/strimzi/kafka:0.35.1-kafka-3.3.1
3.3.2=quay.io/strimzi/kafka:0.35.1-kafka-3.3.2
3.4.0=quay.io/strimzi/kafka:0.35.1-kafka-3.4.0
- name: STRIMZI_KAFKA_MIRROR_MAKER_IMAGES
value: |
3.3.1=quay.io/strimzi/kafka:0.35.0-kafka-3.3.1
3.3.2=quay.io/strimzi/kafka:0.35.0-kafka-3.3.2
3.4.0=quay.io/strimzi/kafka:0.35.0-kafka-3.4.0
3.3.1=quay.io/strimzi/kafka:0.35.1-kafka-3.3.1
3.3.2=quay.io/strimzi/kafka:0.35.1-kafka-3.3.2
3.4.0=quay.io/strimzi/kafka:0.35.1-kafka-3.4.0
- name: STRIMZI_KAFKA_MIRROR_MAKER_2_IMAGES
value: |
3.3.1=quay.io/strimzi/kafka:0.35.0-kafka-3.3.1
3.3.2=quay.io/strimzi/kafka:0.35.0-kafka-3.3.2
3.4.0=quay.io/strimzi/kafka:0.35.0-kafka-3.4.0
3.3.1=quay.io/strimzi/kafka:0.35.1-kafka-3.3.1
3.3.2=quay.io/strimzi/kafka:0.35.1-kafka-3.3.2
3.4.0=quay.io/strimzi/kafka:0.35.1-kafka-3.4.0
- name: STRIMZI_DEFAULT_TOPIC_OPERATOR_IMAGE
value: quay.io/strimzi/operator:0.35.0
value: quay.io/strimzi/operator:0.35.1
- name: STRIMZI_DEFAULT_USER_OPERATOR_IMAGE
value: quay.io/strimzi/operator:0.35.0
value: quay.io/strimzi/operator:0.35.1
- name: STRIMZI_DEFAULT_KAFKA_INIT_IMAGE
value: quay.io/strimzi/operator:0.35.0
value: quay.io/strimzi/operator:0.35.1
- name: STRIMZI_DEFAULT_KAFKA_BRIDGE_IMAGE
value: quay.io/strimzi/kafka-bridge:0.25.0
- name: STRIMZI_DEFAULT_KANIKO_EXECUTOR_IMAGE
value: quay.io/strimzi/kaniko-executor:0.35.0
value: quay.io/strimzi/kaniko-executor:0.35.1
- name: STRIMZI_DEFAULT_MAVEN_BUILDER
value: quay.io/strimzi/maven-builder:0.35.0
value: quay.io/strimzi/maven-builder:0.35.1
- name: STRIMZI_OPERATOR_NAMESPACE
valueFrom:
fieldRef:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
sizeLimit: 5Mi
containers:
- name: strimzi-topic-operator
image: quay.io/strimzi/operator:0.35.0
image: quay.io/strimzi/operator:0.35.1
args:
- /opt/strimzi/bin/topic_operator_run.sh
volumeMounts:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
sizeLimit: 5Mi
containers:
- name: strimzi-user-operator
image: quay.io/strimzi/operator:0.35.0
image: quay.io/strimzi/operator:0.35.1
args:
- /opt/strimzi/bin/user_operator_run.sh
volumeMounts:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>io.strimzi</groupId>
<artifactId>strimzi</artifactId>
<packaging>pom</packaging>
<version>0.35.0</version>
<version>0.35.1</version>

<licenses>
<license>
Expand Down
2 changes: 1 addition & 1 deletion release.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.35.0
0.35.1
Loading

0 comments on commit e5bad3e

Please sign in to comment.