Skip to content

Commit e5bad3e

Browse files
committed
Prepare for 0.35.1
Signed-off-by: Jakub Scholz <www@scholzj.com>
1 parent ee7e23f commit e5bad3e

File tree

32 files changed

+76
-76
lines changed

32 files changed

+76
-76
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="83f984f97def99e6a8cfc9c34204f4837413fc64 -"
9+
HELM_CHART_CHECKSUM="7ef02628798dae351017e27bfcba5b5cd6c6d798 -"
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="0c432f4407edeb05641163b8be8fadb276511eb5 -"
17+
INSTALL_CHECKSUM="dceafaa9a739404e89b5464aecd28ca8844d6c05 -"
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="d843f0db63dd51efdf751d56201f10a043405879 -"
25+
EXAMPLES_CHECKSUM="306090a0564c985b83b4d3231347167ea1abd239 -"

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

examples/security/keycloak-authorization/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ This folder contains an example `Kafka` custom resource configured for OAuth 2.0
77

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

10-
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).
10+
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).
1111

1212
- [kafka-authz-realm.json](./kafka-authz-realm.json)
1313
- The Keycloak realm export file
1414
- [kafka-ephemeral-oauth-single-keycloak-authz.yaml](./kafka-ephemeral-oauth-single-keycloak-authz.yaml)
1515
- The Kafka CR that defines a single-node Kafka cluster with `oauth` authentication and `keycloak` authorization,
16-
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.
16+
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.
1717
- [kafka-ephemeral-oauth-single-keycloak-authz-metrics.yaml](./kafka-ephemeral-oauth-single-keycloak-authz-metrics.yaml)
1818
- The Kafka CR that defines a single-node Kafka cluster with `oauth` authentication and `keycloak` authorization,
1919
with included configuration for exporting the OAuth metrics using Prometheus JMX exporter.

helm-charts/helm3/strimzi-kafka-operator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ the documentation for more details.
100100
| `watchAnyNamespace` | Watch the whole Kubernetes cluster (all namespaces) | `false` |
101101
| `defaultImageRegistry` | Default image registry for all the images | `quay.io` |
102102
| `defaultImageRepository` | Default image registry for all the images | `strimzi` |
103-
| `defaultImageTag` | Default image tag for all the images except Kafka Bridge | `0.35.0` |
103+
| `defaultImageTag` | Default image tag for all the images except Kafka Bridge | `0.35.1` |
104104
| `image.registry` | Override default Cluster Operator image registry | `nil` |
105105
| `image.repository` | Override default Cluster Operator image repository | `nil` |
106106
| `image.name` | Cluster Operator image name | `cluster-operator` |

helm-charts/helm3/strimzi-kafka-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ watchAnyNamespace: false
1010

1111
defaultImageRegistry: quay.io
1212
defaultImageRepository: strimzi
13-
defaultImageTag: 0.35.0
13+
defaultImageTag: 0.35.1
1414

1515
image:
1616
registry: ""

install/cluster-operator/060-Deployment-strimzi-cluster-operator.yaml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ spec:
2727
name: strimzi-cluster-operator
2828
containers:
2929
- name: strimzi-cluster-operator
30-
image: quay.io/strimzi/operator:0.35.0
30+
image: quay.io/strimzi/operator:0.35.1
3131
ports:
3232
- containerPort: 8080
3333
name: http
@@ -48,43 +48,43 @@ spec:
4848
- name: STRIMZI_OPERATION_TIMEOUT_MS
4949
value: "300000"
5050
- name: STRIMZI_DEFAULT_TLS_SIDECAR_ENTITY_OPERATOR_IMAGE
51-
value: quay.io/strimzi/kafka:0.35.0-kafka-3.4.0
51+
value: quay.io/strimzi/kafka:0.35.1-kafka-3.4.0
5252
- name: STRIMZI_DEFAULT_KAFKA_EXPORTER_IMAGE
53-
value: quay.io/strimzi/kafka:0.35.0-kafka-3.4.0
53+
value: quay.io/strimzi/kafka:0.35.1-kafka-3.4.0
5454
- name: STRIMZI_DEFAULT_CRUISE_CONTROL_IMAGE
55-
value: quay.io/strimzi/kafka:0.35.0-kafka-3.4.0
55+
value: quay.io/strimzi/kafka:0.35.1-kafka-3.4.0
5656
- name: STRIMZI_KAFKA_IMAGES
5757
value: |
58-
3.3.1=quay.io/strimzi/kafka:0.35.0-kafka-3.3.1
59-
3.3.2=quay.io/strimzi/kafka:0.35.0-kafka-3.3.2
60-
3.4.0=quay.io/strimzi/kafka:0.35.0-kafka-3.4.0
58+
3.3.1=quay.io/strimzi/kafka:0.35.1-kafka-3.3.1
59+
3.3.2=quay.io/strimzi/kafka:0.35.1-kafka-3.3.2
60+
3.4.0=quay.io/strimzi/kafka:0.35.1-kafka-3.4.0
6161
- name: STRIMZI_KAFKA_CONNECT_IMAGES
6262
value: |
63-
3.3.1=quay.io/strimzi/kafka:0.35.0-kafka-3.3.1
64-
3.3.2=quay.io/strimzi/kafka:0.35.0-kafka-3.3.2
65-
3.4.0=quay.io/strimzi/kafka:0.35.0-kafka-3.4.0
63+
3.3.1=quay.io/strimzi/kafka:0.35.1-kafka-3.3.1
64+
3.3.2=quay.io/strimzi/kafka:0.35.1-kafka-3.3.2
65+
3.4.0=quay.io/strimzi/kafka:0.35.1-kafka-3.4.0
6666
- name: STRIMZI_KAFKA_MIRROR_MAKER_IMAGES
6767
value: |
68-
3.3.1=quay.io/strimzi/kafka:0.35.0-kafka-3.3.1
69-
3.3.2=quay.io/strimzi/kafka:0.35.0-kafka-3.3.2
70-
3.4.0=quay.io/strimzi/kafka:0.35.0-kafka-3.4.0
68+
3.3.1=quay.io/strimzi/kafka:0.35.1-kafka-3.3.1
69+
3.3.2=quay.io/strimzi/kafka:0.35.1-kafka-3.3.2
70+
3.4.0=quay.io/strimzi/kafka:0.35.1-kafka-3.4.0
7171
- name: STRIMZI_KAFKA_MIRROR_MAKER_2_IMAGES
7272
value: |
73-
3.3.1=quay.io/strimzi/kafka:0.35.0-kafka-3.3.1
74-
3.3.2=quay.io/strimzi/kafka:0.35.0-kafka-3.3.2
75-
3.4.0=quay.io/strimzi/kafka:0.35.0-kafka-3.4.0
73+
3.3.1=quay.io/strimzi/kafka:0.35.1-kafka-3.3.1
74+
3.3.2=quay.io/strimzi/kafka:0.35.1-kafka-3.3.2
75+
3.4.0=quay.io/strimzi/kafka:0.35.1-kafka-3.4.0
7676
- name: STRIMZI_DEFAULT_TOPIC_OPERATOR_IMAGE
77-
value: quay.io/strimzi/operator:0.35.0
77+
value: quay.io/strimzi/operator:0.35.1
7878
- name: STRIMZI_DEFAULT_USER_OPERATOR_IMAGE
79-
value: quay.io/strimzi/operator:0.35.0
79+
value: quay.io/strimzi/operator:0.35.1
8080
- name: STRIMZI_DEFAULT_KAFKA_INIT_IMAGE
81-
value: quay.io/strimzi/operator:0.35.0
81+
value: quay.io/strimzi/operator:0.35.1
8282
- name: STRIMZI_DEFAULT_KAFKA_BRIDGE_IMAGE
8383
value: quay.io/strimzi/kafka-bridge:0.25.0
8484
- name: STRIMZI_DEFAULT_KANIKO_EXECUTOR_IMAGE
85-
value: quay.io/strimzi/kaniko-executor:0.35.0
85+
value: quay.io/strimzi/kaniko-executor:0.35.1
8686
- name: STRIMZI_DEFAULT_MAVEN_BUILDER
87-
value: quay.io/strimzi/maven-builder:0.35.0
87+
value: quay.io/strimzi/maven-builder:0.35.1
8888
- name: STRIMZI_OPERATOR_NAMESPACE
8989
valueFrom:
9090
fieldRef:

install/topic-operator/05-Deployment-strimzi-topic-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
sizeLimit: 5Mi
2323
containers:
2424
- name: strimzi-topic-operator
25-
image: quay.io/strimzi/operator:0.35.0
25+
image: quay.io/strimzi/operator:0.35.1
2626
args:
2727
- /opt/strimzi/bin/topic_operator_run.sh
2828
volumeMounts:

install/user-operator/05-Deployment-strimzi-user-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
sizeLimit: 5Mi
2323
containers:
2424
- name: strimzi-user-operator
25-
image: quay.io/strimzi/operator:0.35.0
25+
image: quay.io/strimzi/operator:0.35.1
2626
args:
2727
- /opt/strimzi/bin/user_operator_run.sh
2828
volumeMounts:

kafka-agent/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.35.0</version>
8+
<version>0.35.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

kafka-init/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.35.0</version>
8+
<version>0.35.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>kafka-init</artifactId>

mirror-maker-agent/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.35.0</version>
8+
<version>0.35.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

mockkube/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.35.0</version>
8+
<version>0.35.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

operator-common/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.35.0</version>
7+
<version>0.35.1</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<artifactId>operator-common</artifactId>

packaging/examples/security/keycloak-authorization/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ This folder contains an example `Kafka` custom resource configured for OAuth 2.0
77

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

10-
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).
10+
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).
1111

1212
- [kafka-authz-realm.json](./kafka-authz-realm.json)
1313
- The Keycloak realm export file
1414
- [kafka-ephemeral-oauth-single-keycloak-authz.yaml](./kafka-ephemeral-oauth-single-keycloak-authz.yaml)
1515
- The Kafka CR that defines a single-node Kafka cluster with `oauth` authentication and `keycloak` authorization,
16-
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.
16+
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.
1717
- [kafka-ephemeral-oauth-single-keycloak-authz-metrics.yaml](./kafka-ephemeral-oauth-single-keycloak-authz-metrics.yaml)
1818
- The Kafka CR that defines a single-node Kafka cluster with `oauth` authentication and `keycloak` authorization,
1919
with included configuration for exporting the OAuth metrics using Prometheus JMX exporter.

packaging/helm-charts/helm3/strimzi-kafka-operator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ the documentation for more details.
100100
| `watchAnyNamespace` | Watch the whole Kubernetes cluster (all namespaces) | `false` |
101101
| `defaultImageRegistry` | Default image registry for all the images | `quay.io` |
102102
| `defaultImageRepository` | Default image registry for all the images | `strimzi` |
103-
| `defaultImageTag` | Default image tag for all the images except Kafka Bridge | `0.35.0` |
103+
| `defaultImageTag` | Default image tag for all the images except Kafka Bridge | `0.35.1` |
104104
| `image.registry` | Override default Cluster Operator image registry | `nil` |
105105
| `image.repository` | Override default Cluster Operator image repository | `nil` |
106106
| `image.name` | Cluster Operator image name | `cluster-operator` |

packaging/helm-charts/helm3/strimzi-kafka-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ watchAnyNamespace: false
1010

1111
defaultImageRegistry: quay.io
1212
defaultImageRepository: strimzi
13-
defaultImageTag: 0.35.0
13+
defaultImageTag: 0.35.1
1414

1515
image:
1616
registry: ""

packaging/install/cluster-operator/060-Deployment-strimzi-cluster-operator.yaml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ spec:
2727
name: strimzi-cluster-operator
2828
containers:
2929
- name: strimzi-cluster-operator
30-
image: quay.io/strimzi/operator:0.35.0
30+
image: quay.io/strimzi/operator:0.35.1
3131
ports:
3232
- containerPort: 8080
3333
name: http
@@ -48,43 +48,43 @@ spec:
4848
- name: STRIMZI_OPERATION_TIMEOUT_MS
4949
value: "300000"
5050
- name: STRIMZI_DEFAULT_TLS_SIDECAR_ENTITY_OPERATOR_IMAGE
51-
value: quay.io/strimzi/kafka:0.35.0-kafka-3.4.0
51+
value: quay.io/strimzi/kafka:0.35.1-kafka-3.4.0
5252
- name: STRIMZI_DEFAULT_KAFKA_EXPORTER_IMAGE
53-
value: quay.io/strimzi/kafka:0.35.0-kafka-3.4.0
53+
value: quay.io/strimzi/kafka:0.35.1-kafka-3.4.0
5454
- name: STRIMZI_DEFAULT_CRUISE_CONTROL_IMAGE
55-
value: quay.io/strimzi/kafka:0.35.0-kafka-3.4.0
55+
value: quay.io/strimzi/kafka:0.35.1-kafka-3.4.0
5656
- name: STRIMZI_KAFKA_IMAGES
5757
value: |
58-
3.3.1=quay.io/strimzi/kafka:0.35.0-kafka-3.3.1
59-
3.3.2=quay.io/strimzi/kafka:0.35.0-kafka-3.3.2
60-
3.4.0=quay.io/strimzi/kafka:0.35.0-kafka-3.4.0
58+
3.3.1=quay.io/strimzi/kafka:0.35.1-kafka-3.3.1
59+
3.3.2=quay.io/strimzi/kafka:0.35.1-kafka-3.3.2
60+
3.4.0=quay.io/strimzi/kafka:0.35.1-kafka-3.4.0
6161
- name: STRIMZI_KAFKA_CONNECT_IMAGES
6262
value: |
63-
3.3.1=quay.io/strimzi/kafka:0.35.0-kafka-3.3.1
64-
3.3.2=quay.io/strimzi/kafka:0.35.0-kafka-3.3.2
65-
3.4.0=quay.io/strimzi/kafka:0.35.0-kafka-3.4.0
63+
3.3.1=quay.io/strimzi/kafka:0.35.1-kafka-3.3.1
64+
3.3.2=quay.io/strimzi/kafka:0.35.1-kafka-3.3.2
65+
3.4.0=quay.io/strimzi/kafka:0.35.1-kafka-3.4.0
6666
- name: STRIMZI_KAFKA_MIRROR_MAKER_IMAGES
6767
value: |
68-
3.3.1=quay.io/strimzi/kafka:0.35.0-kafka-3.3.1
69-
3.3.2=quay.io/strimzi/kafka:0.35.0-kafka-3.3.2
70-
3.4.0=quay.io/strimzi/kafka:0.35.0-kafka-3.4.0
68+
3.3.1=quay.io/strimzi/kafka:0.35.1-kafka-3.3.1
69+
3.3.2=quay.io/strimzi/kafka:0.35.1-kafka-3.3.2
70+
3.4.0=quay.io/strimzi/kafka:0.35.1-kafka-3.4.0
7171
- name: STRIMZI_KAFKA_MIRROR_MAKER_2_IMAGES
7272
value: |
73-
3.3.1=quay.io/strimzi/kafka:0.35.0-kafka-3.3.1
74-
3.3.2=quay.io/strimzi/kafka:0.35.0-kafka-3.3.2
75-
3.4.0=quay.io/strimzi/kafka:0.35.0-kafka-3.4.0
73+
3.3.1=quay.io/strimzi/kafka:0.35.1-kafka-3.3.1
74+
3.3.2=quay.io/strimzi/kafka:0.35.1-kafka-3.3.2
75+
3.4.0=quay.io/strimzi/kafka:0.35.1-kafka-3.4.0
7676
- name: STRIMZI_DEFAULT_TOPIC_OPERATOR_IMAGE
77-
value: quay.io/strimzi/operator:0.35.0
77+
value: quay.io/strimzi/operator:0.35.1
7878
- name: STRIMZI_DEFAULT_USER_OPERATOR_IMAGE
79-
value: quay.io/strimzi/operator:0.35.0
79+
value: quay.io/strimzi/operator:0.35.1
8080
- name: STRIMZI_DEFAULT_KAFKA_INIT_IMAGE
81-
value: quay.io/strimzi/operator:0.35.0
81+
value: quay.io/strimzi/operator:0.35.1
8282
- name: STRIMZI_DEFAULT_KAFKA_BRIDGE_IMAGE
8383
value: quay.io/strimzi/kafka-bridge:0.25.0
8484
- name: STRIMZI_DEFAULT_KANIKO_EXECUTOR_IMAGE
85-
value: quay.io/strimzi/kaniko-executor:0.35.0
85+
value: quay.io/strimzi/kaniko-executor:0.35.1
8686
- name: STRIMZI_DEFAULT_MAVEN_BUILDER
87-
value: quay.io/strimzi/maven-builder:0.35.0
87+
value: quay.io/strimzi/maven-builder:0.35.1
8888
- name: STRIMZI_OPERATOR_NAMESPACE
8989
valueFrom:
9090
fieldRef:

packaging/install/topic-operator/05-Deployment-strimzi-topic-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
sizeLimit: 5Mi
2323
containers:
2424
- name: strimzi-topic-operator
25-
image: quay.io/strimzi/operator:0.35.0
25+
image: quay.io/strimzi/operator:0.35.1
2626
args:
2727
- /opt/strimzi/bin/topic_operator_run.sh
2828
volumeMounts:

packaging/install/user-operator/05-Deployment-strimzi-user-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
sizeLimit: 5Mi
2323
containers:
2424
- name: strimzi-user-operator
25-
image: quay.io/strimzi/operator:0.35.0
25+
image: quay.io/strimzi/operator:0.35.1
2626
args:
2727
- /opt/strimzi/bin/user_operator_run.sh
2828
volumeMounts:

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>io.strimzi</groupId>
66
<artifactId>strimzi</artifactId>
77
<packaging>pom</packaging>
8-
<version>0.35.0</version>
8+
<version>0.35.1</version>
99

1010
<licenses>
1111
<license>

release.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.35.0
1+
0.35.1

0 commit comments

Comments
 (0)