Skip to content

Commit 03f4b4c

Browse files
committed
Prepare for 0.33.1
Signed-off-by: Jakub Scholz <www@scholzj.com>
1 parent 335c8e4 commit 03f4b4c

File tree

35 files changed

+123
-124
lines changed

35 files changed

+123
-124
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="d004aa47348ced2737337e16c6e339ef137bdcf8 -"
9+
HELM_CHART_CHECKSUM="81a667ae7c51c9bac9bff1a8390bcd2a26ef42ed -"
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="8869174820cab2b3fec3e932190b7a0a9ba2b2cf -"
17+
INSTALL_CHECKSUM="907385a566e83a4c57e5ab6bdeac5773e77845bd -"
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="3d004793858752f88999c356ccbc4c3194e68c5c -"
25+
EXAMPLES_CHECKSUM="a2dc914a1941c7f6c9bab04d7ca01a8c1520e757 -"

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.33.0</version>
7+
<version>0.33.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.33.0</version>
8+
<version>0.33.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.33.0</version>
7+
<version>0.33.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.33.0</version>
8+
<version>0.33.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.33.0</version>
8+
<version>0.33.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.33.0</version>
8+
<version>0.33.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.33.0</version>
8+
<version>0.33.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.33.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.33.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.33.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.33.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
@@ -99,7 +99,7 @@ the documentation for more details.
9999
| `watchAnyNamespace` | Watch the whole Kubernetes cluster (all namespaces) | `false` |
100100
| `defaultImageRegistry` | Default image registry for all the images | `quay.io` |
101101
| `defaultImageRepository` | Default image registry for all the images | `strimzi` |
102-
| `defaultImageTag` | Default image tag for all the images except Kafka Bridge | `0.33.0` |
102+
| `defaultImageTag` | Default image tag for all the images except Kafka Bridge | `0.33.1` |
103103
| `image.registry` | Override default Cluster Operator image registry | `nil` |
104104
| `image.repository` | Override default Cluster Operator image repository | `nil` |
105105
| `image.name` | Cluster Operator image name | `cluster-operator` |

helm-charts/helm3/strimzi-kafka-operator/templates/051-Lease-strimzi-cluster-operator.yaml

Lines changed: 0 additions & 17 deletions
This file was deleted.

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.33.0
13+
defaultImageTag: 0.33.1
1414

1515
image:
1616
registry: ""

install/cluster-operator/051-Lease-strimzi-cluster-operator.yaml

Lines changed: 0 additions & 12 deletions
This file was deleted.

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

Lines changed: 30 additions & 30 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.33.0
30+
image: quay.io/strimzi/operator:0.33.1
3131
ports:
3232
- containerPort: 8080
3333
name: http
@@ -48,53 +48,53 @@ 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.33.0-kafka-3.3.2
51+
value: quay.io/strimzi/kafka:0.33.1-kafka-3.3.2
5252
- name: STRIMZI_DEFAULT_KAFKA_EXPORTER_IMAGE
53-
value: quay.io/strimzi/kafka:0.33.0-kafka-3.3.2
53+
value: quay.io/strimzi/kafka:0.33.1-kafka-3.3.2
5454
- name: STRIMZI_DEFAULT_CRUISE_CONTROL_IMAGE
55-
value: quay.io/strimzi/kafka:0.33.0-kafka-3.3.2
55+
value: quay.io/strimzi/kafka:0.33.1-kafka-3.3.2
5656
- name: STRIMZI_KAFKA_IMAGES
5757
value: |
58-
3.2.0=quay.io/strimzi/kafka:0.33.0-kafka-3.2.0
59-
3.2.1=quay.io/strimzi/kafka:0.33.0-kafka-3.2.1
60-
3.2.3=quay.io/strimzi/kafka:0.33.0-kafka-3.2.3
61-
3.3.1=quay.io/strimzi/kafka:0.33.0-kafka-3.3.1
62-
3.3.2=quay.io/strimzi/kafka:0.33.0-kafka-3.3.2
58+
3.2.0=quay.io/strimzi/kafka:0.33.1-kafka-3.2.0
59+
3.2.1=quay.io/strimzi/kafka:0.33.1-kafka-3.2.1
60+
3.2.3=quay.io/strimzi/kafka:0.33.1-kafka-3.2.3
61+
3.3.1=quay.io/strimzi/kafka:0.33.1-kafka-3.3.1
62+
3.3.2=quay.io/strimzi/kafka:0.33.1-kafka-3.3.2
6363
- name: STRIMZI_KAFKA_CONNECT_IMAGES
6464
value: |
65-
3.2.0=quay.io/strimzi/kafka:0.33.0-kafka-3.2.0
66-
3.2.1=quay.io/strimzi/kafka:0.33.0-kafka-3.2.1
67-
3.2.3=quay.io/strimzi/kafka:0.33.0-kafka-3.2.3
68-
3.3.1=quay.io/strimzi/kafka:0.33.0-kafka-3.3.1
69-
3.3.2=quay.io/strimzi/kafka:0.33.0-kafka-3.3.2
65+
3.2.0=quay.io/strimzi/kafka:0.33.1-kafka-3.2.0
66+
3.2.1=quay.io/strimzi/kafka:0.33.1-kafka-3.2.1
67+
3.2.3=quay.io/strimzi/kafka:0.33.1-kafka-3.2.3
68+
3.3.1=quay.io/strimzi/kafka:0.33.1-kafka-3.3.1
69+
3.3.2=quay.io/strimzi/kafka:0.33.1-kafka-3.3.2
7070
- name: STRIMZI_KAFKA_MIRROR_MAKER_IMAGES
7171
value: |
72-
3.2.0=quay.io/strimzi/kafka:0.33.0-kafka-3.2.0
73-
3.2.1=quay.io/strimzi/kafka:0.33.0-kafka-3.2.1
74-
3.2.3=quay.io/strimzi/kafka:0.33.0-kafka-3.2.3
75-
3.3.1=quay.io/strimzi/kafka:0.33.0-kafka-3.3.1
76-
3.3.2=quay.io/strimzi/kafka:0.33.0-kafka-3.3.2
72+
3.2.0=quay.io/strimzi/kafka:0.33.1-kafka-3.2.0
73+
3.2.1=quay.io/strimzi/kafka:0.33.1-kafka-3.2.1
74+
3.2.3=quay.io/strimzi/kafka:0.33.1-kafka-3.2.3
75+
3.3.1=quay.io/strimzi/kafka:0.33.1-kafka-3.3.1
76+
3.3.2=quay.io/strimzi/kafka:0.33.1-kafka-3.3.2
7777
- name: STRIMZI_KAFKA_MIRROR_MAKER_2_IMAGES
7878
value: |
79-
3.2.0=quay.io/strimzi/kafka:0.33.0-kafka-3.2.0
80-
3.2.1=quay.io/strimzi/kafka:0.33.0-kafka-3.2.1
81-
3.2.3=quay.io/strimzi/kafka:0.33.0-kafka-3.2.3
82-
3.3.1=quay.io/strimzi/kafka:0.33.0-kafka-3.3.1
83-
3.3.2=quay.io/strimzi/kafka:0.33.0-kafka-3.3.2
79+
3.2.0=quay.io/strimzi/kafka:0.33.1-kafka-3.2.0
80+
3.2.1=quay.io/strimzi/kafka:0.33.1-kafka-3.2.1
81+
3.2.3=quay.io/strimzi/kafka:0.33.1-kafka-3.2.3
82+
3.3.1=quay.io/strimzi/kafka:0.33.1-kafka-3.3.1
83+
3.3.2=quay.io/strimzi/kafka:0.33.1-kafka-3.3.2
8484
- name: STRIMZI_DEFAULT_TOPIC_OPERATOR_IMAGE
85-
value: quay.io/strimzi/operator:0.33.0
85+
value: quay.io/strimzi/operator:0.33.1
8686
- name: STRIMZI_DEFAULT_USER_OPERATOR_IMAGE
87-
value: quay.io/strimzi/operator:0.33.0
87+
value: quay.io/strimzi/operator:0.33.1
8888
- name: STRIMZI_DEFAULT_KAFKA_INIT_IMAGE
89-
value: quay.io/strimzi/operator:0.33.0
89+
value: quay.io/strimzi/operator:0.33.1
9090
- name: STRIMZI_DEFAULT_KAFKA_BRIDGE_IMAGE
9191
value: quay.io/strimzi/kafka-bridge:0.24.0
9292
- name: STRIMZI_DEFAULT_JMXTRANS_IMAGE
93-
value: quay.io/strimzi/jmxtrans:0.33.0
93+
value: quay.io/strimzi/jmxtrans:0.33.1
9494
- name: STRIMZI_DEFAULT_KANIKO_EXECUTOR_IMAGE
95-
value: quay.io/strimzi/kaniko-executor:0.33.0
95+
value: quay.io/strimzi/kaniko-executor:0.33.1
9696
- name: STRIMZI_DEFAULT_MAVEN_BUILDER
97-
value: quay.io/strimzi/maven-builder:0.33.0
97+
value: quay.io/strimzi/maven-builder:0.33.1
9898
- name: STRIMZI_OPERATOR_NAMESPACE
9999
valueFrom:
100100
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.33.0
25+
image: quay.io/strimzi/operator:0.33.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.33.0
25+
image: quay.io/strimzi/operator:0.33.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.33.0</version>
8+
<version>0.33.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.33.0</version>
8+
<version>0.33.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.33.0</version>
8+
<version>0.33.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.33.0</version>
8+
<version>0.33.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.33.0</version>
7+
<version>0.33.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.33.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.33.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.33.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.33.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
@@ -99,7 +99,7 @@ the documentation for more details.
9999
| `watchAnyNamespace` | Watch the whole Kubernetes cluster (all namespaces) | `false` |
100100
| `defaultImageRegistry` | Default image registry for all the images | `quay.io` |
101101
| `defaultImageRepository` | Default image registry for all the images | `strimzi` |
102-
| `defaultImageTag` | Default image tag for all the images except Kafka Bridge | `0.33.0` |
102+
| `defaultImageTag` | Default image tag for all the images except Kafka Bridge | `0.33.1` |
103103
| `image.registry` | Override default Cluster Operator image registry | `nil` |
104104
| `image.repository` | Override default Cluster Operator image repository | `nil` |
105105
| `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.33.0
13+
defaultImageTag: 0.33.1
1414

1515
image:
1616
registry: ""

packaging/helm-charts/index.yaml

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,34 @@
11
apiVersion: v1
22
entries:
33
strimzi-kafka-operator:
4+
- apiVersion: v2
5+
appVersion: 0.33.1
6+
created: "2023-02-05T23:04:09.446241+01:00"
7+
description: 'Strimzi: Apache Kafka running on Kubernetes'
8+
digest: c3dc1b9ab0f1659627149e963f24ae76bf8bb389ed081c193314d7dd0601c72f
9+
home: https://strimzi.io/
10+
icon: https://raw.githubusercontent.com/strimzi/strimzi-kafka-operator/main/documentation/logo/strimzi_logo.png
11+
keywords:
12+
- kafka
13+
- queue
14+
- stream
15+
- event
16+
- messaging
17+
- datastore
18+
- topic
19+
maintainers:
20+
- name: Frawless
21+
- name: ppatierno
22+
- name: samuel-hawker
23+
- name: scholzj
24+
- name: tombentley
25+
- name: sknot-rh
26+
name: strimzi-kafka-operator
27+
sources:
28+
- https://github.com/strimzi/strimzi-kafka-operator
29+
urls:
30+
- https://github.com/strimzi/strimzi-kafka-operator/releases/download/0.33.1/strimzi-kafka-operator-helm-3-chart-0.33.1.tgz
31+
version: 0.33.1
432
- apiVersion: v2
533
appVersion: 0.33.0
634
created: "2023-01-19T20:54:08.226001+01:00"
@@ -1161,4 +1189,4 @@ entries:
11611189
urls:
11621190
- https://github.com/strimzi/strimzi-kafka-operator/releases/download/0.6.0/strimzi-kafka-operator-0.6.0.tgz
11631191
version: 0.6.0
1164-
generated: "2023-01-19T20:54:08.222789+01:00"
1192+
generated: "2023-02-05T23:04:09.443089+01:00"

0 commit comments

Comments
 (0)