diff --git a/.checksums b/.checksums index c3451a3d663..68beed11d07 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="4d0330a8ea4fe55d2afb3207afcad251c04b29e4 -" +HELM_CHART_CHECKSUM="3681f0de5a6d1c09e31254f17dc607b94c0d493f -" ### IMPORTANT ### # if the below line has changed, this means the ./install directory has changed @@ -14,7 +14,7 @@ HELM_CHART_CHECKSUM="4d0330a8ea4fe55d2afb3207afcad251c04b29e4 -" # 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="9cbc83ca420b34e5f5fdfe2780524b87d40e0b27 -" +INSTALL_CHECKSUM="2abbbfacdf240cfb2e7b836408571c34a2214af8 -" ### IMPORTANT ### # if the below line has changed, this means the ./examples directory has changed @@ -22,4 +22,4 @@ INSTALL_CHECKSUM="9cbc83ca420b34e5f5fdfe2780524b87d40e0b27 -" # 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="f0c41063b4e67d06bdd45d0a9e90c9b416cc1b30 -" +EXAMPLES_CHECKSUM="a4acfb83818079948dfb09e9e6e1b36f06aa21f9 -" diff --git a/api/pom.xml b/api/pom.xml index c7ea26305a9..512be186126 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -4,7 +4,7 @@ io.strimzi strimzi - 0.26.0 + 0.26.1 4.0.0 api diff --git a/certificate-manager/pom.xml b/certificate-manager/pom.xml index f19cd892635..3c98ae15162 100644 --- a/certificate-manager/pom.xml +++ b/certificate-manager/pom.xml @@ -5,7 +5,7 @@ strimzi io.strimzi - 0.26.0 + 0.26.1 4.0.0 certificate-manager diff --git a/cluster-operator/pom.xml b/cluster-operator/pom.xml index 9f4c2f250fb..434c2a3a79c 100644 --- a/cluster-operator/pom.xml +++ b/cluster-operator/pom.xml @@ -4,7 +4,7 @@ io.strimzi strimzi - 0.26.0 + 0.26.1 4.0.0 cluster-operator diff --git a/config-model-generator/pom.xml b/config-model-generator/pom.xml index 76e2f5590b2..e64618363f7 100644 --- a/config-model-generator/pom.xml +++ b/config-model-generator/pom.xml @@ -5,7 +5,7 @@ strimzi io.strimzi - 0.26.0 + 0.26.1 4.0.0 diff --git a/config-model/pom.xml b/config-model/pom.xml index d5806077d18..cb6f072dc86 100644 --- a/config-model/pom.xml +++ b/config-model/pom.xml @@ -5,7 +5,7 @@ strimzi io.strimzi - 0.26.0 + 0.26.1 4.0.0 diff --git a/crd-annotations/pom.xml b/crd-annotations/pom.xml index 3ec02f928a8..de0a2d3c269 100644 --- a/crd-annotations/pom.xml +++ b/crd-annotations/pom.xml @@ -5,7 +5,7 @@ strimzi io.strimzi - 0.26.0 + 0.26.1 4.0.0 diff --git a/crd-generator/pom.xml b/crd-generator/pom.xml index 47544c44296..44b5c43d9ce 100644 --- a/crd-generator/pom.xml +++ b/crd-generator/pom.xml @@ -5,7 +5,7 @@ strimzi io.strimzi - 0.26.0 + 0.26.1 4.0.0 crd-generator diff --git a/documentation/modules/snip-images.adoc b/documentation/modules/snip-images.adoc index 27845fdab80..4527a9ef4c5 100644 --- a/documentation/modules/snip-images.adoc +++ b/documentation/modules/snip-images.adoc @@ -38,6 +38,12 @@ a| a| Strimzi image for running the Strimzi kafka Bridge +|Strimzi Drain Cleaner +a| +* {DockerOrg}/drain-cleaner:{DrainCleanerDockerTag} +a| +Strimzi image for running the Strimzi Drain Cleaner + |JmxTrans a| * {DockerOrg}/jmxtrans:{DockerTag} diff --git a/examples/security/keycloak-authorization/README.md b/examples/security/keycloak-authorization/README.md index b08ed14cd9d..22a3742a95f 100644 --- a/examples/security/keycloak-authorization/README.md +++ b/examples/security/keycloak-authorization/README.md @@ -5,10 +5,10 @@ This folder contains an example `Kafka` custom resource configured for OAuth 2.0 - the corresponding `oauth` authentication 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.26.0/using.html#con-oauth-authorization-keycloak-example). +Full instructions for the example are available in the [Strimzi Documentation](https://strimzi.io/docs/operators/0.26.1/using.html#con-oauth-authorization-keycloak-example). * [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.26.0/using.html#con-oauth-authorization-keycloak-example) for proper preparation and deployment. + using the `kafka-authz` realm. See [full example instructions](https://strimzi.io/docs/operators/0.26.1/using.html#con-oauth-authorization-keycloak-example) for proper preparation and deployment. diff --git a/helm-charts/helm3/strimzi-kafka-operator/README.md b/helm-charts/helm3/strimzi-kafka-operator/README.md index 13e64b080f4..1d940a14a91 100644 --- a/helm-charts/helm3/strimzi-kafka-operator/README.md +++ b/helm-charts/helm3/strimzi-kafka-operator/README.md @@ -98,7 +98,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.26.0` | +| `defaultImageTag` | Default image tag for all the images except Kafka Bridge | `0.26.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` | @@ -157,7 +157,7 @@ the documentation for more details. | `kafkaBridge.image.registry` | Override default Kafka Bridge image registry | `quay.io` | | `kafkaBridge.image.repository` | Override default Kafka Bridge image repository | `strimzi` | | `kafkaBridge.image.name` | Kafka Bridge image name | `kafka-bridge` | -| `kafkaBridge.image.tag` | Override default Kafka Bridge image tag | `0.20.3` | +| `kafkaBridge.image.tag` | Override default Kafka Bridge image tag | `0.21.0` | | `kanikoExecutor.image.registry` | Override default Kaniko Executor image registry | `nil` | | `kanikoExecutor.image.repository` | Override default Kaniko Executor image repository | `nil` | | `kanikoExecutor.image.name` | Kaniko Executor image name | `kaniko-executor` | diff --git a/helm-charts/helm3/strimzi-kafka-operator/crds/040-Crd-kafka.yaml b/helm-charts/helm3/strimzi-kafka-operator/crds/040-Crd-kafka.yaml index 6f4fe29c9e8..91de5b484bf 100644 --- a/helm-charts/helm3/strimzi-kafka-operator/crds/040-Crd-kafka.yaml +++ b/helm-charts/helm3/strimzi-kafka-operator/crds/040-Crd-kafka.yaml @@ -1413,7 +1413,7 @@ spec: x-kubernetes-preserve-unknown-fields: true type: object description: Annotations added to the resource template. Can be applied to different resources such as `StatefulSets`, `Deployments`, `Pods`, and `Services`. - description: Metadata to apply to the `PodDistruptionBugetTemplate` resource. + description: Metadata to apply to the `PodDisruptionBudgetTemplate` resource. maxUnavailable: type: integer minimum: 0 @@ -2418,7 +2418,7 @@ spec: x-kubernetes-preserve-unknown-fields: true type: object description: Annotations added to the resource template. Can be applied to different resources such as `StatefulSets`, `Deployments`, `Pods`, and `Services`. - description: Metadata to apply to the `PodDistruptionBugetTemplate` resource. + description: Metadata to apply to the `PodDisruptionBudgetTemplate` resource. maxUnavailable: type: integer minimum: 0 @@ -4383,7 +4383,7 @@ spec: x-kubernetes-preserve-unknown-fields: true type: object description: Annotations added to the resource template. Can be applied to different resources such as `StatefulSets`, `Deployments`, `Pods`, and `Services`. - description: Metadata to apply to the `PodDistruptionBugetTemplate` resource. + description: Metadata to apply to the `PodDisruptionBudgetTemplate` resource. maxUnavailable: type: integer minimum: 0 diff --git a/helm-charts/helm3/strimzi-kafka-operator/crds/041-Crd-kafkaconnect.yaml b/helm-charts/helm3/strimzi-kafka-operator/crds/041-Crd-kafkaconnect.yaml index 62c226b7e97..c5f7d120d2e 100644 --- a/helm-charts/helm3/strimzi-kafka-operator/crds/041-Crd-kafkaconnect.yaml +++ b/helm-charts/helm3/strimzi-kafka-operator/crds/041-Crd-kafkaconnect.yaml @@ -1011,7 +1011,7 @@ spec: x-kubernetes-preserve-unknown-fields: true type: object description: Annotations added to the resource template. Can be applied to different resources such as `StatefulSets`, `Deployments`, `Pods`, and `Services`. - description: Metadata to apply to the `PodDistruptionBugetTemplate` resource. + description: Metadata to apply to the `PodDisruptionBudgetTemplate` resource. maxUnavailable: type: integer minimum: 0 @@ -1582,7 +1582,7 @@ spec: x-kubernetes-preserve-unknown-fields: true type: object description: Annotations added to the resource template. Can be applied to different resources such as `StatefulSets`, `Deployments`, `Pods`, and `Services`. - description: Metadata to apply to the `PodDistruptionBugetTemplate` resource. + description: Metadata to apply to the `PodDisruptionBudgetTemplate` resource. pullSecret: type: string description: Container Registry Secret with the credentials for pulling the base image. diff --git a/helm-charts/helm3/strimzi-kafka-operator/crds/045-Crd-kafkamirrormaker.yaml b/helm-charts/helm3/strimzi-kafka-operator/crds/045-Crd-kafkamirrormaker.yaml index 8f91b0cec54..06db8ef833a 100644 --- a/helm-charts/helm3/strimzi-kafka-operator/crds/045-Crd-kafkamirrormaker.yaml +++ b/helm-charts/helm3/strimzi-kafka-operator/crds/045-Crd-kafkamirrormaker.yaml @@ -986,7 +986,7 @@ spec: x-kubernetes-preserve-unknown-fields: true type: object description: Annotations added to the resource template. Can be applied to different resources such as `StatefulSets`, `Deployments`, `Pods`, and `Services`. - description: Metadata to apply to the `PodDistruptionBugetTemplate` resource. + description: Metadata to apply to the `PodDisruptionBudgetTemplate` resource. maxUnavailable: type: integer minimum: 0 diff --git a/helm-charts/helm3/strimzi-kafka-operator/crds/046-Crd-kafkabridge.yaml b/helm-charts/helm3/strimzi-kafka-operator/crds/046-Crd-kafkabridge.yaml index 94c87fb2e98..17990d4675d 100644 --- a/helm-charts/helm3/strimzi-kafka-operator/crds/046-Crd-kafkabridge.yaml +++ b/helm-charts/helm3/strimzi-kafka-operator/crds/046-Crd-kafkabridge.yaml @@ -888,7 +888,7 @@ spec: x-kubernetes-preserve-unknown-fields: true type: object description: Annotations added to the resource template. Can be applied to different resources such as `StatefulSets`, `Deployments`, `Pods`, and `Services`. - description: Metadata to apply to the `PodDistruptionBugetTemplate` resource. + description: Metadata to apply to the `PodDisruptionBudgetTemplate` resource. maxUnavailable: type: integer minimum: 0 diff --git a/helm-charts/helm3/strimzi-kafka-operator/crds/048-Crd-kafkamirrormaker2.yaml b/helm-charts/helm3/strimzi-kafka-operator/crds/048-Crd-kafkamirrormaker2.yaml index 103d87165ca..85a14327573 100644 --- a/helm-charts/helm3/strimzi-kafka-operator/crds/048-Crd-kafkamirrormaker2.yaml +++ b/helm-charts/helm3/strimzi-kafka-operator/crds/048-Crd-kafkamirrormaker2.yaml @@ -1105,7 +1105,7 @@ spec: x-kubernetes-preserve-unknown-fields: true type: object description: Annotations added to the resource template. Can be applied to different resources such as `StatefulSets`, `Deployments`, `Pods`, and `Services`. - description: Metadata to apply to the `PodDistruptionBugetTemplate` resource. + description: Metadata to apply to the `PodDisruptionBudgetTemplate` resource. maxUnavailable: type: integer minimum: 0 @@ -1676,7 +1676,7 @@ spec: x-kubernetes-preserve-unknown-fields: true type: object description: Annotations added to the resource template. Can be applied to different resources such as `StatefulSets`, `Deployments`, `Pods`, and `Services`. - description: Metadata to apply to the `PodDistruptionBugetTemplate` resource. + description: Metadata to apply to the `PodDisruptionBudgetTemplate` resource. pullSecret: type: string description: Container Registry Secret with the credentials for pulling the base image. diff --git a/helm-charts/helm3/strimzi-kafka-operator/values.yaml b/helm-charts/helm3/strimzi-kafka-operator/values.yaml index 4acbdfa662f..c8016dab477 100644 --- a/helm-charts/helm3/strimzi-kafka-operator/values.yaml +++ b/helm-charts/helm3/strimzi-kafka-operator/values.yaml @@ -7,7 +7,7 @@ watchAnyNamespace: false defaultImageRegistry: quay.io defaultImageRepository: strimzi -defaultImageTag: 0.26.0 +defaultImageTag: 0.26.1 image: registry: "" @@ -87,7 +87,7 @@ kafkaBridge: registry: "" repository: name: kafka-bridge - tag: 0.20.3 + tag: 0.21.0 kafkaExporter: image: registry: "" diff --git a/install/cluster-operator/040-Crd-kafka.yaml b/install/cluster-operator/040-Crd-kafka.yaml index c6207a6843f..b8cbd1ba4dd 100644 --- a/install/cluster-operator/040-Crd-kafka.yaml +++ b/install/cluster-operator/040-Crd-kafka.yaml @@ -1847,7 +1847,7 @@ spec: description: Annotations added to the resource template. Can be applied to different resources such as `StatefulSets`, `Deployments`, `Pods`, and `Services`. - description: Metadata to apply to the `PodDistruptionBugetTemplate` + description: Metadata to apply to the `PodDisruptionBudgetTemplate` resource. maxUnavailable: type: integer @@ -3000,7 +3000,7 @@ spec: description: Annotations added to the resource template. Can be applied to different resources such as `StatefulSets`, `Deployments`, `Pods`, and `Services`. - description: Metadata to apply to the `PodDistruptionBugetTemplate` + description: Metadata to apply to the `PodDisruptionBudgetTemplate` resource. maxUnavailable: type: integer @@ -5217,7 +5217,7 @@ spec: description: Annotations added to the resource template. Can be applied to different resources such as `StatefulSets`, `Deployments`, `Pods`, and `Services`. - description: Metadata to apply to the `PodDistruptionBugetTemplate` + description: Metadata to apply to the `PodDisruptionBudgetTemplate` resource. maxUnavailable: type: integer diff --git a/install/cluster-operator/041-Crd-kafkaconnect.yaml b/install/cluster-operator/041-Crd-kafkaconnect.yaml index dc19af04365..502b470fc30 100644 --- a/install/cluster-operator/041-Crd-kafkaconnect.yaml +++ b/install/cluster-operator/041-Crd-kafkaconnect.yaml @@ -1128,7 +1128,7 @@ spec: description: Annotations added to the resource template. Can be applied to different resources such as `StatefulSets`, `Deployments`, `Pods`, and `Services`. - description: Metadata to apply to the `PodDistruptionBugetTemplate` + description: Metadata to apply to the `PodDisruptionBudgetTemplate` resource. maxUnavailable: type: integer @@ -1746,7 +1746,7 @@ spec: description: Annotations added to the resource template. Can be applied to different resources such as `StatefulSets`, `Deployments`, `Pods`, and `Services`. - description: Metadata to apply to the `PodDistruptionBugetTemplate` + description: Metadata to apply to the `PodDisruptionBudgetTemplate` resource. pullSecret: type: string diff --git a/install/cluster-operator/045-Crd-kafkamirrormaker.yaml b/install/cluster-operator/045-Crd-kafkamirrormaker.yaml index 3bebd835a98..75fdb779ca3 100644 --- a/install/cluster-operator/045-Crd-kafkamirrormaker.yaml +++ b/install/cluster-operator/045-Crd-kafkamirrormaker.yaml @@ -1135,7 +1135,7 @@ spec: description: Annotations added to the resource template. Can be applied to different resources such as `StatefulSets`, `Deployments`, `Pods`, and `Services`. - description: Metadata to apply to the `PodDistruptionBugetTemplate` + description: Metadata to apply to the `PodDisruptionBudgetTemplate` resource. maxUnavailable: type: integer diff --git a/install/cluster-operator/046-Crd-kafkabridge.yaml b/install/cluster-operator/046-Crd-kafkabridge.yaml index 072e2ebcc7f..5a805463e7e 100644 --- a/install/cluster-operator/046-Crd-kafkabridge.yaml +++ b/install/cluster-operator/046-Crd-kafkabridge.yaml @@ -1003,7 +1003,7 @@ spec: description: Annotations added to the resource template. Can be applied to different resources such as `StatefulSets`, `Deployments`, `Pods`, and `Services`. - description: Metadata to apply to the `PodDistruptionBugetTemplate` + description: Metadata to apply to the `PodDisruptionBudgetTemplate` resource. maxUnavailable: type: integer diff --git a/install/cluster-operator/048-Crd-kafkamirrormaker2.yaml b/install/cluster-operator/048-Crd-kafkamirrormaker2.yaml index 8711aad8926..715fc195380 100644 --- a/install/cluster-operator/048-Crd-kafkamirrormaker2.yaml +++ b/install/cluster-operator/048-Crd-kafkamirrormaker2.yaml @@ -1254,7 +1254,7 @@ spec: description: Annotations added to the resource template. Can be applied to different resources such as `StatefulSets`, `Deployments`, `Pods`, and `Services`. - description: Metadata to apply to the `PodDistruptionBugetTemplate` + description: Metadata to apply to the `PodDisruptionBudgetTemplate` resource. maxUnavailable: type: integer @@ -1872,7 +1872,7 @@ spec: description: Annotations added to the resource template. Can be applied to different resources such as `StatefulSets`, `Deployments`, `Pods`, and `Services`. - description: Metadata to apply to the `PodDistruptionBugetTemplate` + description: Metadata to apply to the `PodDisruptionBudgetTemplate` resource. pullSecret: type: string diff --git a/install/cluster-operator/060-Deployment-strimzi-cluster-operator.yaml b/install/cluster-operator/060-Deployment-strimzi-cluster-operator.yaml index 4bf57babba4..8096ac3789f 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.26.0 + image: quay.io/strimzi/operator:0.26.1 ports: - containerPort: 8080 name: http @@ -48,47 +48,47 @@ spec: - name: STRIMZI_OPERATION_TIMEOUT_MS value: "300000" - name: STRIMZI_DEFAULT_TLS_SIDECAR_ENTITY_OPERATOR_IMAGE - value: quay.io/strimzi/kafka:0.26.0-kafka-3.0.0 + value: quay.io/strimzi/kafka:0.26.1-kafka-3.0.0 - name: STRIMZI_DEFAULT_KAFKA_EXPORTER_IMAGE - value: quay.io/strimzi/kafka:0.26.0-kafka-3.0.0 + value: quay.io/strimzi/kafka:0.26.1-kafka-3.0.0 - name: STRIMZI_DEFAULT_CRUISE_CONTROL_IMAGE - value: quay.io/strimzi/kafka:0.26.0-kafka-3.0.0 + value: quay.io/strimzi/kafka:0.26.1-kafka-3.0.0 - name: STRIMZI_DEFAULT_TLS_SIDECAR_CRUISE_CONTROL_IMAGE - value: quay.io/strimzi/kafka:0.26.0-kafka-3.0.0 + value: quay.io/strimzi/kafka:0.26.1-kafka-3.0.0 - name: STRIMZI_KAFKA_IMAGES value: | - 2.8.0=quay.io/strimzi/kafka:0.26.0-kafka-2.8.0 - 2.8.1=quay.io/strimzi/kafka:0.26.0-kafka-2.8.1 - 3.0.0=quay.io/strimzi/kafka:0.26.0-kafka-3.0.0 + 2.8.0=quay.io/strimzi/kafka:0.26.1-kafka-2.8.0 + 2.8.1=quay.io/strimzi/kafka:0.26.1-kafka-2.8.1 + 3.0.0=quay.io/strimzi/kafka:0.26.1-kafka-3.0.0 - name: STRIMZI_KAFKA_CONNECT_IMAGES value: | - 2.8.0=quay.io/strimzi/kafka:0.26.0-kafka-2.8.0 - 2.8.1=quay.io/strimzi/kafka:0.26.0-kafka-2.8.1 - 3.0.0=quay.io/strimzi/kafka:0.26.0-kafka-3.0.0 + 2.8.0=quay.io/strimzi/kafka:0.26.1-kafka-2.8.0 + 2.8.1=quay.io/strimzi/kafka:0.26.1-kafka-2.8.1 + 3.0.0=quay.io/strimzi/kafka:0.26.1-kafka-3.0.0 - name: STRIMZI_KAFKA_MIRROR_MAKER_IMAGES value: | - 2.8.0=quay.io/strimzi/kafka:0.26.0-kafka-2.8.0 - 2.8.1=quay.io/strimzi/kafka:0.26.0-kafka-2.8.1 - 3.0.0=quay.io/strimzi/kafka:0.26.0-kafka-3.0.0 + 2.8.0=quay.io/strimzi/kafka:0.26.1-kafka-2.8.0 + 2.8.1=quay.io/strimzi/kafka:0.26.1-kafka-2.8.1 + 3.0.0=quay.io/strimzi/kafka:0.26.1-kafka-3.0.0 - name: STRIMZI_KAFKA_MIRROR_MAKER_2_IMAGES value: | - 2.8.0=quay.io/strimzi/kafka:0.26.0-kafka-2.8.0 - 2.8.1=quay.io/strimzi/kafka:0.26.0-kafka-2.8.1 - 3.0.0=quay.io/strimzi/kafka:0.26.0-kafka-3.0.0 + 2.8.0=quay.io/strimzi/kafka:0.26.1-kafka-2.8.0 + 2.8.1=quay.io/strimzi/kafka:0.26.1-kafka-2.8.1 + 3.0.0=quay.io/strimzi/kafka:0.26.1-kafka-3.0.0 - name: STRIMZI_DEFAULT_TOPIC_OPERATOR_IMAGE - value: quay.io/strimzi/operator:0.26.0 + value: quay.io/strimzi/operator:0.26.1 - name: STRIMZI_DEFAULT_USER_OPERATOR_IMAGE - value: quay.io/strimzi/operator:0.26.0 + value: quay.io/strimzi/operator:0.26.1 - name: STRIMZI_DEFAULT_KAFKA_INIT_IMAGE - value: quay.io/strimzi/operator:0.26.0 + value: quay.io/strimzi/operator:0.26.1 - name: STRIMZI_DEFAULT_KAFKA_BRIDGE_IMAGE - value: quay.io/strimzi/kafka-bridge:0.20.3 + value: quay.io/strimzi/kafka-bridge:0.21.0 - name: STRIMZI_DEFAULT_JMXTRANS_IMAGE - value: quay.io/strimzi/jmxtrans:0.26.0 + value: quay.io/strimzi/jmxtrans:0.26.1 - name: STRIMZI_DEFAULT_KANIKO_EXECUTOR_IMAGE - value: quay.io/strimzi/kaniko-executor:0.26.0 + value: quay.io/strimzi/kaniko-executor:0.26.1 - name: STRIMZI_DEFAULT_MAVEN_BUILDER - value: quay.io/strimzi/maven-builder:0.26.0 + value: quay.io/strimzi/maven-builder:0.26.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 f97a5bd9428..88b4e268e1c 100644 --- a/install/topic-operator/05-Deployment-strimzi-topic-operator.yaml +++ b/install/topic-operator/05-Deployment-strimzi-topic-operator.yaml @@ -17,7 +17,7 @@ spec: serviceAccountName: strimzi-topic-operator containers: - name: strimzi-topic-operator - image: quay.io/strimzi/operator:0.26.0 + image: quay.io/strimzi/operator:0.26.1 args: - /opt/strimzi/bin/topic_operator_run.sh env: diff --git a/install/user-operator/05-Deployment-strimzi-user-operator.yaml b/install/user-operator/05-Deployment-strimzi-user-operator.yaml index 619f6daef28..7acb4f13819 100644 --- a/install/user-operator/05-Deployment-strimzi-user-operator.yaml +++ b/install/user-operator/05-Deployment-strimzi-user-operator.yaml @@ -17,7 +17,7 @@ spec: serviceAccountName: strimzi-user-operator containers: - name: strimzi-user-operator - image: quay.io/strimzi/operator:0.26.0 + image: quay.io/strimzi/operator:0.26.1 args: - /opt/strimzi/bin/user_operator_run.sh env: diff --git a/kafka-agent/pom.xml b/kafka-agent/pom.xml index 7ddac2f195e..9947e06d577 100644 --- a/kafka-agent/pom.xml +++ b/kafka-agent/pom.xml @@ -5,7 +5,7 @@ strimzi io.strimzi - 0.26.0 + 0.26.1 4.0.0 diff --git a/kafka-init/pom.xml b/kafka-init/pom.xml index d5f097fe291..8abb2a1ddc0 100644 --- a/kafka-init/pom.xml +++ b/kafka-init/pom.xml @@ -5,7 +5,7 @@ strimzi io.strimzi - 0.26.0 + 0.26.1 4.0.0 kafka-init diff --git a/mirror-maker-agent/pom.xml b/mirror-maker-agent/pom.xml index 673f1f9bb7b..525acaa4a24 100644 --- a/mirror-maker-agent/pom.xml +++ b/mirror-maker-agent/pom.xml @@ -5,7 +5,7 @@ strimzi io.strimzi - 0.26.0 + 0.26.1 4.0.0 diff --git a/mockkube/pom.xml b/mockkube/pom.xml index 5122958b745..c75d6ff21c2 100644 --- a/mockkube/pom.xml +++ b/mockkube/pom.xml @@ -5,7 +5,7 @@ strimzi io.strimzi - 0.26.0 + 0.26.1 4.0.0 diff --git a/operator-common/pom.xml b/operator-common/pom.xml index ad5c7f630ef..2d09af158dd 100644 --- a/operator-common/pom.xml +++ b/operator-common/pom.xml @@ -4,7 +4,7 @@ io.strimzi strimzi - 0.26.0 + 0.26.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 b08ed14cd9d..22a3742a95f 100644 --- a/packaging/examples/security/keycloak-authorization/README.md +++ b/packaging/examples/security/keycloak-authorization/README.md @@ -5,10 +5,10 @@ This folder contains an example `Kafka` custom resource configured for OAuth 2.0 - the corresponding `oauth` authentication 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.26.0/using.html#con-oauth-authorization-keycloak-example). +Full instructions for the example are available in the [Strimzi Documentation](https://strimzi.io/docs/operators/0.26.1/using.html#con-oauth-authorization-keycloak-example). * [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.26.0/using.html#con-oauth-authorization-keycloak-example) for proper preparation and deployment. + using the `kafka-authz` realm. See [full example instructions](https://strimzi.io/docs/operators/0.26.1/using.html#con-oauth-authorization-keycloak-example) for proper preparation and deployment. diff --git a/packaging/helm-charts/helm3/strimzi-kafka-operator/README.md b/packaging/helm-charts/helm3/strimzi-kafka-operator/README.md index 12a4a013f6a..1d940a14a91 100644 --- a/packaging/helm-charts/helm3/strimzi-kafka-operator/README.md +++ b/packaging/helm-charts/helm3/strimzi-kafka-operator/README.md @@ -98,7 +98,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.26.0` | +| `defaultImageTag` | Default image tag for all the images except Kafka Bridge | `0.26.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 529c2858b59..c8016dab477 100644 --- a/packaging/helm-charts/helm3/strimzi-kafka-operator/values.yaml +++ b/packaging/helm-charts/helm3/strimzi-kafka-operator/values.yaml @@ -7,7 +7,7 @@ watchAnyNamespace: false defaultImageRegistry: quay.io defaultImageRepository: strimzi -defaultImageTag: 0.26.0 +defaultImageTag: 0.26.1 image: registry: "" diff --git a/packaging/helm-charts/index.yaml b/packaging/helm-charts/index.yaml index 9f45b97d505..54c66b5ded5 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.26.1 + created: "2021-12-13T14:40:44.166241+01:00" + description: 'Strimzi: Apache Kafka running on Kubernetes' + digest: e48a16f9ad332f4f1dddbf8b1823eaa8ea03fe0c9dd05a0cde10b359141ecf12 + 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.26.1/strimzi-kafka-operator-helm-3-chart-0.26.1.tgz + version: 0.26.1 - apiVersion: v2 appVersion: 0.26.0 created: "2021-10-15T10:49:32.863211+02:00" @@ -881,4 +909,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: "2021-10-15T10:49:32.857175+02:00" +generated: "2021-12-13T14:40:44.160318+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 90c79c340d8..8096ac3789f 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.26.0 + image: quay.io/strimzi/operator:0.26.1 ports: - containerPort: 8080 name: http @@ -48,47 +48,47 @@ spec: - name: STRIMZI_OPERATION_TIMEOUT_MS value: "300000" - name: STRIMZI_DEFAULT_TLS_SIDECAR_ENTITY_OPERATOR_IMAGE - value: quay.io/strimzi/kafka:0.26.0-kafka-3.0.0 + value: quay.io/strimzi/kafka:0.26.1-kafka-3.0.0 - name: STRIMZI_DEFAULT_KAFKA_EXPORTER_IMAGE - value: quay.io/strimzi/kafka:0.26.0-kafka-3.0.0 + value: quay.io/strimzi/kafka:0.26.1-kafka-3.0.0 - name: STRIMZI_DEFAULT_CRUISE_CONTROL_IMAGE - value: quay.io/strimzi/kafka:0.26.0-kafka-3.0.0 + value: quay.io/strimzi/kafka:0.26.1-kafka-3.0.0 - name: STRIMZI_DEFAULT_TLS_SIDECAR_CRUISE_CONTROL_IMAGE - value: quay.io/strimzi/kafka:0.26.0-kafka-3.0.0 + value: quay.io/strimzi/kafka:0.26.1-kafka-3.0.0 - name: STRIMZI_KAFKA_IMAGES value: | - 2.8.0=quay.io/strimzi/kafka:0.26.0-kafka-2.8.0 - 2.8.1=quay.io/strimzi/kafka:0.26.0-kafka-2.8.1 - 3.0.0=quay.io/strimzi/kafka:0.26.0-kafka-3.0.0 + 2.8.0=quay.io/strimzi/kafka:0.26.1-kafka-2.8.0 + 2.8.1=quay.io/strimzi/kafka:0.26.1-kafka-2.8.1 + 3.0.0=quay.io/strimzi/kafka:0.26.1-kafka-3.0.0 - name: STRIMZI_KAFKA_CONNECT_IMAGES value: | - 2.8.0=quay.io/strimzi/kafka:0.26.0-kafka-2.8.0 - 2.8.1=quay.io/strimzi/kafka:0.26.0-kafka-2.8.1 - 3.0.0=quay.io/strimzi/kafka:0.26.0-kafka-3.0.0 + 2.8.0=quay.io/strimzi/kafka:0.26.1-kafka-2.8.0 + 2.8.1=quay.io/strimzi/kafka:0.26.1-kafka-2.8.1 + 3.0.0=quay.io/strimzi/kafka:0.26.1-kafka-3.0.0 - name: STRIMZI_KAFKA_MIRROR_MAKER_IMAGES value: | - 2.8.0=quay.io/strimzi/kafka:0.26.0-kafka-2.8.0 - 2.8.1=quay.io/strimzi/kafka:0.26.0-kafka-2.8.1 - 3.0.0=quay.io/strimzi/kafka:0.26.0-kafka-3.0.0 + 2.8.0=quay.io/strimzi/kafka:0.26.1-kafka-2.8.0 + 2.8.1=quay.io/strimzi/kafka:0.26.1-kafka-2.8.1 + 3.0.0=quay.io/strimzi/kafka:0.26.1-kafka-3.0.0 - name: STRIMZI_KAFKA_MIRROR_MAKER_2_IMAGES value: | - 2.8.0=quay.io/strimzi/kafka:0.26.0-kafka-2.8.0 - 2.8.1=quay.io/strimzi/kafka:0.26.0-kafka-2.8.1 - 3.0.0=quay.io/strimzi/kafka:0.26.0-kafka-3.0.0 + 2.8.0=quay.io/strimzi/kafka:0.26.1-kafka-2.8.0 + 2.8.1=quay.io/strimzi/kafka:0.26.1-kafka-2.8.1 + 3.0.0=quay.io/strimzi/kafka:0.26.1-kafka-3.0.0 - name: STRIMZI_DEFAULT_TOPIC_OPERATOR_IMAGE - value: quay.io/strimzi/operator:0.26.0 + value: quay.io/strimzi/operator:0.26.1 - name: STRIMZI_DEFAULT_USER_OPERATOR_IMAGE - value: quay.io/strimzi/operator:0.26.0 + value: quay.io/strimzi/operator:0.26.1 - name: STRIMZI_DEFAULT_KAFKA_INIT_IMAGE - value: quay.io/strimzi/operator:0.26.0 + value: quay.io/strimzi/operator:0.26.1 - name: STRIMZI_DEFAULT_KAFKA_BRIDGE_IMAGE value: quay.io/strimzi/kafka-bridge:0.21.0 - name: STRIMZI_DEFAULT_JMXTRANS_IMAGE - value: quay.io/strimzi/jmxtrans:0.26.0 + value: quay.io/strimzi/jmxtrans:0.26.1 - name: STRIMZI_DEFAULT_KANIKO_EXECUTOR_IMAGE - value: quay.io/strimzi/kaniko-executor:0.26.0 + value: quay.io/strimzi/kaniko-executor:0.26.1 - name: STRIMZI_DEFAULT_MAVEN_BUILDER - value: quay.io/strimzi/maven-builder:0.26.0 + value: quay.io/strimzi/maven-builder:0.26.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 f97a5bd9428..88b4e268e1c 100644 --- a/packaging/install/topic-operator/05-Deployment-strimzi-topic-operator.yaml +++ b/packaging/install/topic-operator/05-Deployment-strimzi-topic-operator.yaml @@ -17,7 +17,7 @@ spec: serviceAccountName: strimzi-topic-operator containers: - name: strimzi-topic-operator - image: quay.io/strimzi/operator:0.26.0 + image: quay.io/strimzi/operator:0.26.1 args: - /opt/strimzi/bin/topic_operator_run.sh env: 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 619f6daef28..7acb4f13819 100644 --- a/packaging/install/user-operator/05-Deployment-strimzi-user-operator.yaml +++ b/packaging/install/user-operator/05-Deployment-strimzi-user-operator.yaml @@ -17,7 +17,7 @@ spec: serviceAccountName: strimzi-user-operator containers: - name: strimzi-user-operator - image: quay.io/strimzi/operator:0.26.0 + image: quay.io/strimzi/operator:0.26.1 args: - /opt/strimzi/bin/user_operator_run.sh env: diff --git a/pom.xml b/pom.xml index 4d9f9e52dde..b8da1d66c97 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ io.strimzi strimzi pom - 0.26.0 + 0.26.1 diff --git a/release.version b/release.version index 4e8f395fa5e..30f6cf8d98c 100644 --- a/release.version +++ b/release.version @@ -1 +1 @@ -0.26.0 +0.26.1 diff --git a/systemtest/pom.xml b/systemtest/pom.xml index 61ce61750c6..394c3a5b0a5 100644 --- a/systemtest/pom.xml +++ b/systemtest/pom.xml @@ -5,7 +5,7 @@ strimzi io.strimzi - 0.26.0 + 0.26.1 4.0.0 systemtest diff --git a/test/pom.xml b/test/pom.xml index c29934696cd..f9437c390f7 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -5,7 +5,7 @@ strimzi io.strimzi - 0.26.0 + 0.26.1 4.0.0 diff --git a/topic-operator/pom.xml b/topic-operator/pom.xml index acd05db0ae6..b941e9a9d3e 100644 --- a/topic-operator/pom.xml +++ b/topic-operator/pom.xml @@ -5,7 +5,7 @@ io.strimzi strimzi - 0.26.0 + 0.26.1 4.0.0 topic-operator diff --git a/tracing-agent/pom.xml b/tracing-agent/pom.xml index 23663e8a6a5..c64a4d504cb 100644 --- a/tracing-agent/pom.xml +++ b/tracing-agent/pom.xml @@ -5,7 +5,7 @@ strimzi io.strimzi - 0.26.0 + 0.26.1 4.0.0 diff --git a/user-operator/pom.xml b/user-operator/pom.xml index 90e2b19e1d5..0c64c28ce1d 100644 --- a/user-operator/pom.xml +++ b/user-operator/pom.xml @@ -4,7 +4,7 @@ io.strimzi strimzi - 0.26.0 + 0.26.1 4.0.0 user-operator