diff --git a/.checksums b/.checksums
index 40ad7648602..c603856d310 100644
--- a/.checksums
+++ b/.checksums
@@ -6,7 +6,7 @@
# 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="d004aa47348ced2737337e16c6e339ef137bdcf8 -"
+HELM_CHART_CHECKSUM="81a667ae7c51c9bac9bff1a8390bcd2a26ef42ed -"
### IMPORTANT ###
# if the below line has changed, this means the ./install directory has changed
@@ -14,7 +14,7 @@ HELM_CHART_CHECKSUM="d004aa47348ced2737337e16c6e339ef137bdcf8 -"
# 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="8869174820cab2b3fec3e932190b7a0a9ba2b2cf -"
+INSTALL_CHECKSUM="907385a566e83a4c57e5ab6bdeac5773e77845bd -"
### IMPORTANT ###
# if the below line has changed, this means the ./examples directory has changed
@@ -22,4 +22,4 @@ INSTALL_CHECKSUM="8869174820cab2b3fec3e932190b7a0a9ba2b2cf -"
# 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="3d004793858752f88999c356ccbc4c3194e68c5c -"
+EXAMPLES_CHECKSUM="a2dc914a1941c7f6c9bab04d7ca01a8c1520e757 -"
diff --git a/api/pom.xml b/api/pom.xml
index 30554ad672d..4cef01ed0a6 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -4,7 +4,7 @@
io.strimzi
strimzi
- 0.33.0
+ 0.33.1
4.0.0
api
diff --git a/certificate-manager/pom.xml b/certificate-manager/pom.xml
index 279880eed6e..9a03bf96ef9 100644
--- a/certificate-manager/pom.xml
+++ b/certificate-manager/pom.xml
@@ -5,7 +5,7 @@
strimzi
io.strimzi
- 0.33.0
+ 0.33.1
4.0.0
certificate-manager
diff --git a/cluster-operator/pom.xml b/cluster-operator/pom.xml
index 5a57e482bdb..cc573d72245 100644
--- a/cluster-operator/pom.xml
+++ b/cluster-operator/pom.xml
@@ -4,7 +4,7 @@
io.strimzi
strimzi
- 0.33.0
+ 0.33.1
4.0.0
cluster-operator
diff --git a/config-model-generator/pom.xml b/config-model-generator/pom.xml
index 1afda853812..d76c770c25b 100644
--- a/config-model-generator/pom.xml
+++ b/config-model-generator/pom.xml
@@ -5,7 +5,7 @@
strimzi
io.strimzi
- 0.33.0
+ 0.33.1
4.0.0
diff --git a/config-model/pom.xml b/config-model/pom.xml
index b062a64c653..c4037bf2f1e 100644
--- a/config-model/pom.xml
+++ b/config-model/pom.xml
@@ -5,7 +5,7 @@
strimzi
io.strimzi
- 0.33.0
+ 0.33.1
4.0.0
diff --git a/crd-annotations/pom.xml b/crd-annotations/pom.xml
index c27d8866ad6..43af8de78c3 100644
--- a/crd-annotations/pom.xml
+++ b/crd-annotations/pom.xml
@@ -5,7 +5,7 @@
strimzi
io.strimzi
- 0.33.0
+ 0.33.1
4.0.0
diff --git a/crd-generator/pom.xml b/crd-generator/pom.xml
index b7020d12be7..491ddca4687 100644
--- a/crd-generator/pom.xml
+++ b/crd-generator/pom.xml
@@ -5,7 +5,7 @@
strimzi
io.strimzi
- 0.33.0
+ 0.33.1
4.0.0
crd-generator
diff --git a/examples/security/keycloak-authorization/README.md b/examples/security/keycloak-authorization/README.md
index be411425902..69f6c3fa748 100644
--- a/examples/security/keycloak-authorization/README.md
+++ b/examples/security/keycloak-authorization/README.md
@@ -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.33.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.33.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.33.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.33.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.
diff --git a/helm-charts/helm3/strimzi-kafka-operator/README.md b/helm-charts/helm3/strimzi-kafka-operator/README.md
index 1622876c3dc..264c4624551 100644
--- a/helm-charts/helm3/strimzi-kafka-operator/README.md
+++ b/helm-charts/helm3/strimzi-kafka-operator/README.md
@@ -99,7 +99,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.33.0` |
+| `defaultImageTag` | Default image tag for all the images except Kafka Bridge | `0.33.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` |
diff --git a/helm-charts/helm3/strimzi-kafka-operator/templates/051-Lease-strimzi-cluster-operator.yaml b/helm-charts/helm3/strimzi-kafka-operator/templates/051-Lease-strimzi-cluster-operator.yaml
deleted file mode 100644
index 3aa23fcce00..00000000000
--- a/helm-charts/helm3/strimzi-kafka-operator/templates/051-Lease-strimzi-cluster-operator.yaml
+++ /dev/null
@@ -1,17 +0,0 @@
-apiVersion: coordination.k8s.io/v1
-kind: Lease
-metadata:
- name: strimzi-cluster-operator
- namespace: {{ .Release.Namespace }}
- labels:
- app: {{ template "strimzi.name" . }}
- chart: {{ template "strimzi.chart" . }}
- component: lease
- release: {{ .Release.Name }}
- heritage: {{ .Release.Service }}
-spec:
- acquireTime: "1970-01-01T00:00:01.000000Z"
- holderIdentity: ""
- leaseDurationSeconds: 15
- leaseTransitions: 0
- renewTime: "1970-01-01T00:00:01.000000Z"
diff --git a/helm-charts/helm3/strimzi-kafka-operator/values.yaml b/helm-charts/helm3/strimzi-kafka-operator/values.yaml
index 6c2125c442b..59c6c13a70e 100644
--- a/helm-charts/helm3/strimzi-kafka-operator/values.yaml
+++ b/helm-charts/helm3/strimzi-kafka-operator/values.yaml
@@ -10,7 +10,7 @@ watchAnyNamespace: false
defaultImageRegistry: quay.io
defaultImageRepository: strimzi
-defaultImageTag: 0.33.0
+defaultImageTag: 0.33.1
image:
registry: ""
diff --git a/install/cluster-operator/051-Lease-strimzi-cluster-operator.yaml b/install/cluster-operator/051-Lease-strimzi-cluster-operator.yaml
deleted file mode 100644
index 4325a9654c3..00000000000
--- a/install/cluster-operator/051-Lease-strimzi-cluster-operator.yaml
+++ /dev/null
@@ -1,12 +0,0 @@
-apiVersion: coordination.k8s.io/v1
-kind: Lease
-metadata:
- name: strimzi-cluster-operator
- labels:
- app: strimzi
-spec:
- acquireTime: "1970-01-01T00:00:01.000000Z"
- holderIdentity: ""
- leaseDurationSeconds: 15
- leaseTransitions: 0
- renewTime: "1970-01-01T00:00:01.000000Z"
diff --git a/install/cluster-operator/060-Deployment-strimzi-cluster-operator.yaml b/install/cluster-operator/060-Deployment-strimzi-cluster-operator.yaml
index 4be461c73e9..2029c856010 100644
--- a/install/cluster-operator/060-Deployment-strimzi-cluster-operator.yaml
+++ b/install/cluster-operator/060-Deployment-strimzi-cluster-operator.yaml
@@ -27,7 +27,7 @@ spec:
name: strimzi-cluster-operator
containers:
- name: strimzi-cluster-operator
- image: quay.io/strimzi/operator:0.33.0
+ image: quay.io/strimzi/operator:0.33.1
ports:
- containerPort: 8080
name: http
@@ -48,53 +48,53 @@ spec:
- name: STRIMZI_OPERATION_TIMEOUT_MS
value: "300000"
- name: STRIMZI_DEFAULT_TLS_SIDECAR_ENTITY_OPERATOR_IMAGE
- value: quay.io/strimzi/kafka:0.33.0-kafka-3.3.2
+ value: quay.io/strimzi/kafka:0.33.1-kafka-3.3.2
- name: STRIMZI_DEFAULT_KAFKA_EXPORTER_IMAGE
- value: quay.io/strimzi/kafka:0.33.0-kafka-3.3.2
+ value: quay.io/strimzi/kafka:0.33.1-kafka-3.3.2
- name: STRIMZI_DEFAULT_CRUISE_CONTROL_IMAGE
- value: quay.io/strimzi/kafka:0.33.0-kafka-3.3.2
+ value: quay.io/strimzi/kafka:0.33.1-kafka-3.3.2
- name: STRIMZI_KAFKA_IMAGES
value: |
- 3.2.0=quay.io/strimzi/kafka:0.33.0-kafka-3.2.0
- 3.2.1=quay.io/strimzi/kafka:0.33.0-kafka-3.2.1
- 3.2.3=quay.io/strimzi/kafka:0.33.0-kafka-3.2.3
- 3.3.1=quay.io/strimzi/kafka:0.33.0-kafka-3.3.1
- 3.3.2=quay.io/strimzi/kafka:0.33.0-kafka-3.3.2
+ 3.2.0=quay.io/strimzi/kafka:0.33.1-kafka-3.2.0
+ 3.2.1=quay.io/strimzi/kafka:0.33.1-kafka-3.2.1
+ 3.2.3=quay.io/strimzi/kafka:0.33.1-kafka-3.2.3
+ 3.3.1=quay.io/strimzi/kafka:0.33.1-kafka-3.3.1
+ 3.3.2=quay.io/strimzi/kafka:0.33.1-kafka-3.3.2
- name: STRIMZI_KAFKA_CONNECT_IMAGES
value: |
- 3.2.0=quay.io/strimzi/kafka:0.33.0-kafka-3.2.0
- 3.2.1=quay.io/strimzi/kafka:0.33.0-kafka-3.2.1
- 3.2.3=quay.io/strimzi/kafka:0.33.0-kafka-3.2.3
- 3.3.1=quay.io/strimzi/kafka:0.33.0-kafka-3.3.1
- 3.3.2=quay.io/strimzi/kafka:0.33.0-kafka-3.3.2
+ 3.2.0=quay.io/strimzi/kafka:0.33.1-kafka-3.2.0
+ 3.2.1=quay.io/strimzi/kafka:0.33.1-kafka-3.2.1
+ 3.2.3=quay.io/strimzi/kafka:0.33.1-kafka-3.2.3
+ 3.3.1=quay.io/strimzi/kafka:0.33.1-kafka-3.3.1
+ 3.3.2=quay.io/strimzi/kafka:0.33.1-kafka-3.3.2
- name: STRIMZI_KAFKA_MIRROR_MAKER_IMAGES
value: |
- 3.2.0=quay.io/strimzi/kafka:0.33.0-kafka-3.2.0
- 3.2.1=quay.io/strimzi/kafka:0.33.0-kafka-3.2.1
- 3.2.3=quay.io/strimzi/kafka:0.33.0-kafka-3.2.3
- 3.3.1=quay.io/strimzi/kafka:0.33.0-kafka-3.3.1
- 3.3.2=quay.io/strimzi/kafka:0.33.0-kafka-3.3.2
+ 3.2.0=quay.io/strimzi/kafka:0.33.1-kafka-3.2.0
+ 3.2.1=quay.io/strimzi/kafka:0.33.1-kafka-3.2.1
+ 3.2.3=quay.io/strimzi/kafka:0.33.1-kafka-3.2.3
+ 3.3.1=quay.io/strimzi/kafka:0.33.1-kafka-3.3.1
+ 3.3.2=quay.io/strimzi/kafka:0.33.1-kafka-3.3.2
- name: STRIMZI_KAFKA_MIRROR_MAKER_2_IMAGES
value: |
- 3.2.0=quay.io/strimzi/kafka:0.33.0-kafka-3.2.0
- 3.2.1=quay.io/strimzi/kafka:0.33.0-kafka-3.2.1
- 3.2.3=quay.io/strimzi/kafka:0.33.0-kafka-3.2.3
- 3.3.1=quay.io/strimzi/kafka:0.33.0-kafka-3.3.1
- 3.3.2=quay.io/strimzi/kafka:0.33.0-kafka-3.3.2
+ 3.2.0=quay.io/strimzi/kafka:0.33.1-kafka-3.2.0
+ 3.2.1=quay.io/strimzi/kafka:0.33.1-kafka-3.2.1
+ 3.2.3=quay.io/strimzi/kafka:0.33.1-kafka-3.2.3
+ 3.3.1=quay.io/strimzi/kafka:0.33.1-kafka-3.3.1
+ 3.3.2=quay.io/strimzi/kafka:0.33.1-kafka-3.3.2
- name: STRIMZI_DEFAULT_TOPIC_OPERATOR_IMAGE
- value: quay.io/strimzi/operator:0.33.0
+ value: quay.io/strimzi/operator:0.33.1
- name: STRIMZI_DEFAULT_USER_OPERATOR_IMAGE
- value: quay.io/strimzi/operator:0.33.0
+ value: quay.io/strimzi/operator:0.33.1
- name: STRIMZI_DEFAULT_KAFKA_INIT_IMAGE
- value: quay.io/strimzi/operator:0.33.0
+ value: quay.io/strimzi/operator:0.33.1
- name: STRIMZI_DEFAULT_KAFKA_BRIDGE_IMAGE
value: quay.io/strimzi/kafka-bridge:0.24.0
- name: STRIMZI_DEFAULT_JMXTRANS_IMAGE
- value: quay.io/strimzi/jmxtrans:0.33.0
+ value: quay.io/strimzi/jmxtrans:0.33.1
- name: STRIMZI_DEFAULT_KANIKO_EXECUTOR_IMAGE
- value: quay.io/strimzi/kaniko-executor:0.33.0
+ value: quay.io/strimzi/kaniko-executor:0.33.1
- name: STRIMZI_DEFAULT_MAVEN_BUILDER
- value: quay.io/strimzi/maven-builder:0.33.0
+ value: quay.io/strimzi/maven-builder:0.33.1
- name: STRIMZI_OPERATOR_NAMESPACE
valueFrom:
fieldRef:
diff --git a/install/topic-operator/05-Deployment-strimzi-topic-operator.yaml b/install/topic-operator/05-Deployment-strimzi-topic-operator.yaml
index 21f3a2746f0..eb79337ea3f 100644
--- a/install/topic-operator/05-Deployment-strimzi-topic-operator.yaml
+++ b/install/topic-operator/05-Deployment-strimzi-topic-operator.yaml
@@ -22,7 +22,7 @@ spec:
sizeLimit: 5Mi
containers:
- name: strimzi-topic-operator
- image: quay.io/strimzi/operator:0.33.0
+ image: quay.io/strimzi/operator:0.33.1
args:
- /opt/strimzi/bin/topic_operator_run.sh
volumeMounts:
diff --git a/install/user-operator/05-Deployment-strimzi-user-operator.yaml b/install/user-operator/05-Deployment-strimzi-user-operator.yaml
index 58d1ef167ee..a72efcdf78d 100644
--- a/install/user-operator/05-Deployment-strimzi-user-operator.yaml
+++ b/install/user-operator/05-Deployment-strimzi-user-operator.yaml
@@ -22,7 +22,7 @@ spec:
sizeLimit: 5Mi
containers:
- name: strimzi-user-operator
- image: quay.io/strimzi/operator:0.33.0
+ image: quay.io/strimzi/operator:0.33.1
args:
- /opt/strimzi/bin/user_operator_run.sh
volumeMounts:
diff --git a/kafka-agent/pom.xml b/kafka-agent/pom.xml
index 84320daf197..00f3024ec22 100644
--- a/kafka-agent/pom.xml
+++ b/kafka-agent/pom.xml
@@ -5,7 +5,7 @@
strimzi
io.strimzi
- 0.33.0
+ 0.33.1
4.0.0
diff --git a/kafka-init/pom.xml b/kafka-init/pom.xml
index 86acb0743d5..1760b15c409 100644
--- a/kafka-init/pom.xml
+++ b/kafka-init/pom.xml
@@ -5,7 +5,7 @@
strimzi
io.strimzi
- 0.33.0
+ 0.33.1
4.0.0
kafka-init
diff --git a/mirror-maker-agent/pom.xml b/mirror-maker-agent/pom.xml
index bb24bded7bf..26362433a4c 100644
--- a/mirror-maker-agent/pom.xml
+++ b/mirror-maker-agent/pom.xml
@@ -5,7 +5,7 @@
strimzi
io.strimzi
- 0.33.0
+ 0.33.1
4.0.0
diff --git a/mockkube/pom.xml b/mockkube/pom.xml
index 90564496ff5..8e6c1d38c93 100644
--- a/mockkube/pom.xml
+++ b/mockkube/pom.xml
@@ -5,7 +5,7 @@
strimzi
io.strimzi
- 0.33.0
+ 0.33.1
4.0.0
diff --git a/operator-common/pom.xml b/operator-common/pom.xml
index 6f61024ecc5..3558c6c4a87 100644
--- a/operator-common/pom.xml
+++ b/operator-common/pom.xml
@@ -4,7 +4,7 @@
io.strimzi
strimzi
- 0.33.0
+ 0.33.1
4.0.0
operator-common
diff --git a/packaging/examples/security/keycloak-authorization/README.md b/packaging/examples/security/keycloak-authorization/README.md
index be411425902..69f6c3fa748 100644
--- a/packaging/examples/security/keycloak-authorization/README.md
+++ b/packaging/examples/security/keycloak-authorization/README.md
@@ -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.33.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.33.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.33.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.33.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.
diff --git a/packaging/helm-charts/helm3/strimzi-kafka-operator/README.md b/packaging/helm-charts/helm3/strimzi-kafka-operator/README.md
index 1622876c3dc..264c4624551 100644
--- a/packaging/helm-charts/helm3/strimzi-kafka-operator/README.md
+++ b/packaging/helm-charts/helm3/strimzi-kafka-operator/README.md
@@ -99,7 +99,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.33.0` |
+| `defaultImageTag` | Default image tag for all the images except Kafka Bridge | `0.33.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` |
diff --git a/packaging/helm-charts/helm3/strimzi-kafka-operator/values.yaml b/packaging/helm-charts/helm3/strimzi-kafka-operator/values.yaml
index 6c2125c442b..59c6c13a70e 100644
--- a/packaging/helm-charts/helm3/strimzi-kafka-operator/values.yaml
+++ b/packaging/helm-charts/helm3/strimzi-kafka-operator/values.yaml
@@ -10,7 +10,7 @@ watchAnyNamespace: false
defaultImageRegistry: quay.io
defaultImageRepository: strimzi
-defaultImageTag: 0.33.0
+defaultImageTag: 0.33.1
image:
registry: ""
diff --git a/packaging/helm-charts/index.yaml b/packaging/helm-charts/index.yaml
index f7f3f298ea1..49545ced447 100644
--- a/packaging/helm-charts/index.yaml
+++ b/packaging/helm-charts/index.yaml
@@ -1,6 +1,34 @@
apiVersion: v1
entries:
strimzi-kafka-operator:
+ - apiVersion: v2
+ appVersion: 0.33.1
+ created: "2023-02-05T23:04:09.446241+01:00"
+ description: 'Strimzi: Apache Kafka running on Kubernetes'
+ digest: c3dc1b9ab0f1659627149e963f24ae76bf8bb389ed081c193314d7dd0601c72f
+ home: https://strimzi.io/
+ icon: https://raw.githubusercontent.com/strimzi/strimzi-kafka-operator/main/documentation/logo/strimzi_logo.png
+ keywords:
+ - kafka
+ - queue
+ - stream
+ - event
+ - messaging
+ - datastore
+ - topic
+ maintainers:
+ - name: Frawless
+ - name: ppatierno
+ - name: samuel-hawker
+ - name: scholzj
+ - name: tombentley
+ - name: sknot-rh
+ name: strimzi-kafka-operator
+ sources:
+ - https://github.com/strimzi/strimzi-kafka-operator
+ urls:
+ - https://github.com/strimzi/strimzi-kafka-operator/releases/download/0.33.1/strimzi-kafka-operator-helm-3-chart-0.33.1.tgz
+ version: 0.33.1
- apiVersion: v2
appVersion: 0.33.0
created: "2023-01-19T20:54:08.226001+01:00"
@@ -1161,4 +1189,4 @@ entries:
urls:
- https://github.com/strimzi/strimzi-kafka-operator/releases/download/0.6.0/strimzi-kafka-operator-0.6.0.tgz
version: 0.6.0
-generated: "2023-01-19T20:54:08.222789+01:00"
+generated: "2023-02-05T23:04:09.443089+01:00"
diff --git a/packaging/install/cluster-operator/060-Deployment-strimzi-cluster-operator.yaml b/packaging/install/cluster-operator/060-Deployment-strimzi-cluster-operator.yaml
index 4be461c73e9..2029c856010 100644
--- a/packaging/install/cluster-operator/060-Deployment-strimzi-cluster-operator.yaml
+++ b/packaging/install/cluster-operator/060-Deployment-strimzi-cluster-operator.yaml
@@ -27,7 +27,7 @@ spec:
name: strimzi-cluster-operator
containers:
- name: strimzi-cluster-operator
- image: quay.io/strimzi/operator:0.33.0
+ image: quay.io/strimzi/operator:0.33.1
ports:
- containerPort: 8080
name: http
@@ -48,53 +48,53 @@ spec:
- name: STRIMZI_OPERATION_TIMEOUT_MS
value: "300000"
- name: STRIMZI_DEFAULT_TLS_SIDECAR_ENTITY_OPERATOR_IMAGE
- value: quay.io/strimzi/kafka:0.33.0-kafka-3.3.2
+ value: quay.io/strimzi/kafka:0.33.1-kafka-3.3.2
- name: STRIMZI_DEFAULT_KAFKA_EXPORTER_IMAGE
- value: quay.io/strimzi/kafka:0.33.0-kafka-3.3.2
+ value: quay.io/strimzi/kafka:0.33.1-kafka-3.3.2
- name: STRIMZI_DEFAULT_CRUISE_CONTROL_IMAGE
- value: quay.io/strimzi/kafka:0.33.0-kafka-3.3.2
+ value: quay.io/strimzi/kafka:0.33.1-kafka-3.3.2
- name: STRIMZI_KAFKA_IMAGES
value: |
- 3.2.0=quay.io/strimzi/kafka:0.33.0-kafka-3.2.0
- 3.2.1=quay.io/strimzi/kafka:0.33.0-kafka-3.2.1
- 3.2.3=quay.io/strimzi/kafka:0.33.0-kafka-3.2.3
- 3.3.1=quay.io/strimzi/kafka:0.33.0-kafka-3.3.1
- 3.3.2=quay.io/strimzi/kafka:0.33.0-kafka-3.3.2
+ 3.2.0=quay.io/strimzi/kafka:0.33.1-kafka-3.2.0
+ 3.2.1=quay.io/strimzi/kafka:0.33.1-kafka-3.2.1
+ 3.2.3=quay.io/strimzi/kafka:0.33.1-kafka-3.2.3
+ 3.3.1=quay.io/strimzi/kafka:0.33.1-kafka-3.3.1
+ 3.3.2=quay.io/strimzi/kafka:0.33.1-kafka-3.3.2
- name: STRIMZI_KAFKA_CONNECT_IMAGES
value: |
- 3.2.0=quay.io/strimzi/kafka:0.33.0-kafka-3.2.0
- 3.2.1=quay.io/strimzi/kafka:0.33.0-kafka-3.2.1
- 3.2.3=quay.io/strimzi/kafka:0.33.0-kafka-3.2.3
- 3.3.1=quay.io/strimzi/kafka:0.33.0-kafka-3.3.1
- 3.3.2=quay.io/strimzi/kafka:0.33.0-kafka-3.3.2
+ 3.2.0=quay.io/strimzi/kafka:0.33.1-kafka-3.2.0
+ 3.2.1=quay.io/strimzi/kafka:0.33.1-kafka-3.2.1
+ 3.2.3=quay.io/strimzi/kafka:0.33.1-kafka-3.2.3
+ 3.3.1=quay.io/strimzi/kafka:0.33.1-kafka-3.3.1
+ 3.3.2=quay.io/strimzi/kafka:0.33.1-kafka-3.3.2
- name: STRIMZI_KAFKA_MIRROR_MAKER_IMAGES
value: |
- 3.2.0=quay.io/strimzi/kafka:0.33.0-kafka-3.2.0
- 3.2.1=quay.io/strimzi/kafka:0.33.0-kafka-3.2.1
- 3.2.3=quay.io/strimzi/kafka:0.33.0-kafka-3.2.3
- 3.3.1=quay.io/strimzi/kafka:0.33.0-kafka-3.3.1
- 3.3.2=quay.io/strimzi/kafka:0.33.0-kafka-3.3.2
+ 3.2.0=quay.io/strimzi/kafka:0.33.1-kafka-3.2.0
+ 3.2.1=quay.io/strimzi/kafka:0.33.1-kafka-3.2.1
+ 3.2.3=quay.io/strimzi/kafka:0.33.1-kafka-3.2.3
+ 3.3.1=quay.io/strimzi/kafka:0.33.1-kafka-3.3.1
+ 3.3.2=quay.io/strimzi/kafka:0.33.1-kafka-3.3.2
- name: STRIMZI_KAFKA_MIRROR_MAKER_2_IMAGES
value: |
- 3.2.0=quay.io/strimzi/kafka:0.33.0-kafka-3.2.0
- 3.2.1=quay.io/strimzi/kafka:0.33.0-kafka-3.2.1
- 3.2.3=quay.io/strimzi/kafka:0.33.0-kafka-3.2.3
- 3.3.1=quay.io/strimzi/kafka:0.33.0-kafka-3.3.1
- 3.3.2=quay.io/strimzi/kafka:0.33.0-kafka-3.3.2
+ 3.2.0=quay.io/strimzi/kafka:0.33.1-kafka-3.2.0
+ 3.2.1=quay.io/strimzi/kafka:0.33.1-kafka-3.2.1
+ 3.2.3=quay.io/strimzi/kafka:0.33.1-kafka-3.2.3
+ 3.3.1=quay.io/strimzi/kafka:0.33.1-kafka-3.3.1
+ 3.3.2=quay.io/strimzi/kafka:0.33.1-kafka-3.3.2
- name: STRIMZI_DEFAULT_TOPIC_OPERATOR_IMAGE
- value: quay.io/strimzi/operator:0.33.0
+ value: quay.io/strimzi/operator:0.33.1
- name: STRIMZI_DEFAULT_USER_OPERATOR_IMAGE
- value: quay.io/strimzi/operator:0.33.0
+ value: quay.io/strimzi/operator:0.33.1
- name: STRIMZI_DEFAULT_KAFKA_INIT_IMAGE
- value: quay.io/strimzi/operator:0.33.0
+ value: quay.io/strimzi/operator:0.33.1
- name: STRIMZI_DEFAULT_KAFKA_BRIDGE_IMAGE
value: quay.io/strimzi/kafka-bridge:0.24.0
- name: STRIMZI_DEFAULT_JMXTRANS_IMAGE
- value: quay.io/strimzi/jmxtrans:0.33.0
+ value: quay.io/strimzi/jmxtrans:0.33.1
- name: STRIMZI_DEFAULT_KANIKO_EXECUTOR_IMAGE
- value: quay.io/strimzi/kaniko-executor:0.33.0
+ value: quay.io/strimzi/kaniko-executor:0.33.1
- name: STRIMZI_DEFAULT_MAVEN_BUILDER
- value: quay.io/strimzi/maven-builder:0.33.0
+ value: quay.io/strimzi/maven-builder:0.33.1
- name: STRIMZI_OPERATOR_NAMESPACE
valueFrom:
fieldRef:
diff --git a/packaging/install/topic-operator/05-Deployment-strimzi-topic-operator.yaml b/packaging/install/topic-operator/05-Deployment-strimzi-topic-operator.yaml
index 21f3a2746f0..eb79337ea3f 100644
--- a/packaging/install/topic-operator/05-Deployment-strimzi-topic-operator.yaml
+++ b/packaging/install/topic-operator/05-Deployment-strimzi-topic-operator.yaml
@@ -22,7 +22,7 @@ spec:
sizeLimit: 5Mi
containers:
- name: strimzi-topic-operator
- image: quay.io/strimzi/operator:0.33.0
+ image: quay.io/strimzi/operator:0.33.1
args:
- /opt/strimzi/bin/topic_operator_run.sh
volumeMounts:
diff --git a/packaging/install/user-operator/05-Deployment-strimzi-user-operator.yaml b/packaging/install/user-operator/05-Deployment-strimzi-user-operator.yaml
index 58d1ef167ee..a72efcdf78d 100644
--- a/packaging/install/user-operator/05-Deployment-strimzi-user-operator.yaml
+++ b/packaging/install/user-operator/05-Deployment-strimzi-user-operator.yaml
@@ -22,7 +22,7 @@ spec:
sizeLimit: 5Mi
containers:
- name: strimzi-user-operator
- image: quay.io/strimzi/operator:0.33.0
+ image: quay.io/strimzi/operator:0.33.1
args:
- /opt/strimzi/bin/user_operator_run.sh
volumeMounts:
diff --git a/pom.xml b/pom.xml
index 3a82646507f..aa910aedb05 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
io.strimzi
strimzi
pom
- 0.33.0
+ 0.33.1
diff --git a/release.version b/release.version
index be386c9ede3..8df3f4592f5 100644
--- a/release.version
+++ b/release.version
@@ -1 +1 @@
-0.33.0
+0.33.1
diff --git a/systemtest/pom.xml b/systemtest/pom.xml
index de19d662216..553ccf91741 100644
--- a/systemtest/pom.xml
+++ b/systemtest/pom.xml
@@ -5,7 +5,7 @@
strimzi
io.strimzi
- 0.33.0
+ 0.33.1
4.0.0
systemtest
diff --git a/test/pom.xml b/test/pom.xml
index a9ba2b0058c..04ee2a139b0 100644
--- a/test/pom.xml
+++ b/test/pom.xml
@@ -5,7 +5,7 @@
strimzi
io.strimzi
- 0.33.0
+ 0.33.1
4.0.0
diff --git a/topic-operator/pom.xml b/topic-operator/pom.xml
index 1633956448b..6863cd6bd7e 100644
--- a/topic-operator/pom.xml
+++ b/topic-operator/pom.xml
@@ -5,7 +5,7 @@
io.strimzi
strimzi
- 0.33.0
+ 0.33.1
4.0.0
topic-operator
diff --git a/tracing-agent/pom.xml b/tracing-agent/pom.xml
index 7dd08015c35..fe5f10a76de 100644
--- a/tracing-agent/pom.xml
+++ b/tracing-agent/pom.xml
@@ -5,7 +5,7 @@
strimzi
io.strimzi
- 0.33.0
+ 0.33.1
4.0.0
diff --git a/user-operator/pom.xml b/user-operator/pom.xml
index 222cc59b008..df1970b466a 100644
--- a/user-operator/pom.xml
+++ b/user-operator/pom.xml
@@ -4,7 +4,7 @@
io.strimzi
strimzi
- 0.33.0
+ 0.33.1
4.0.0
user-operator