Skip to content

Commit 2f55326

Browse files
committed
Prepare for 0.27.1
Signed-off-by: Jakub Scholz <www@scholzj.com>
1 parent cad276e commit 2f55326

File tree

34 files changed

+119
-85
lines changed

34 files changed

+119
-85
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="dc9b39aa2adf68773677031ff45842c785dee378 -"
9+
HELM_CHART_CHECKSUM="f066257a990aa1673bac17d810f239d6ee526810 -"
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="1b23c761a895cc0fecb0deb81a0867961b61c3d0 -"
17+
INSTALL_CHECKSUM="3cffda47ff412d73719adf3b1210c4dd8ac4031e -"
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="ba0d697fcfc2dc02c13261021f750b1b9c06572b -"
25+
EXAMPLES_CHECKSUM="77a02d9a6f64a0a24d90843eec733e6f0c2b812c -"

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.27.0</version>
7+
<version>0.27.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.27.0</version>
8+
<version>0.27.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.27.0</version>
7+
<version>0.27.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.27.0</version>
8+
<version>0.27.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.27.0</version>
8+
<version>0.27.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.27.0</version>
8+
<version>0.27.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.27.0</version>
8+
<version>0.27.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
@@ -5,10 +5,10 @@ This folder contains an example `Kafka` custom resource configured for OAuth 2.0
55
- the corresponding `oauth` authentication
66
The folder also contains a Keycloak realm export to import into your Keycloak instance to support the example.
77

8-
Full instructions for the example are available in the [Strimzi Documentation](https://strimzi.io/docs/operators/0.27.0/using.html#con-oauth-authorization-keycloak-example).
8+
Full instructions for the example are available in the [Strimzi Documentation](https://strimzi.io/docs/operators/0.27.1/using.html#con-oauth-authorization-keycloak-example).
99

1010
* [kafka-authz-realm.json](./kafka-authz-realm.json)
1111
* The Keycloak realm export file
1212
* [kafka-ephemeral-oauth-single-keycloak-authz.yaml](./kafka-ephemeral-oauth-single-keycloak-authz.yaml)
1313
* The Kafka CR that defines a single-node Kafka cluster with `oauth` authentication and `keycloak` authorization,
14-
using the `kafka-authz` realm. See [full example instructions](https://strimzi.io/docs/operators/0.27.0/using.html#con-oauth-authorization-keycloak-example) for proper preparation and deployment.
14+
using the `kafka-authz` realm. See [full example instructions](https://strimzi.io/docs/operators/0.27.1/using.html#con-oauth-authorization-keycloak-example) for proper preparation and deployment.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ the documentation for more details.
9898
| `watchAnyNamespace` | Watch the whole Kubernetes cluster (all namespaces) | `false` |
9999
| `defaultImageRegistry` | Default image registry for all the images | `quay.io` |
100100
| `defaultImageRepository` | Default image registry for all the images | `strimzi` |
101-
| `defaultImageTag` | Default image tag for all the images except Kafka Bridge | `0.27.0` |
101+
| `defaultImageTag` | Default image tag for all the images except Kafka Bridge | `0.27.1` |
102102
| `image.registry` | Override default Cluster Operator image registry | `nil` |
103103
| `image.repository` | Override default Cluster Operator image repository | `nil` |
104104
| `image.name` | Cluster Operator image name | `cluster-operator` |
@@ -159,7 +159,7 @@ the documentation for more details.
159159
| `kafkaBridge.image.registry` | Override default Kafka Bridge image registry | `quay.io` |
160160
| `kafkaBridge.image.repository` | Override default Kafka Bridge image repository | `strimzi` |
161161
| `kafkaBridge.image.name` | Kafka Bridge image name | `kafka-bridge` |
162-
| `kafkaBridge.image.tag` | Override default Kafka Bridge image tag | `0.21.2` |
162+
| `kafkaBridge.image.tag` | Override default Kafka Bridge image tag | `0.21.3` |
163163
| `kanikoExecutor.image.registry` | Override default Kaniko Executor image registry | `nil` |
164164
| `kanikoExecutor.image.repository` | Override default Kaniko Executor image repository | `nil` |
165165
| `kanikoExecutor.image.name` | Kaniko Executor image name | `kaniko-executor` |

helm-charts/helm3/strimzi-kafka-operator/templates/060-Deployment-strimzi-cluster-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ spec:
129129
value: {{ .Values.connectBuildTimeoutMs | quote }}
130130
{{- end }}
131131
{{- if .Values.extraEnvs }}
132-
{{ toYaml .Values.extraEnvs | indent 12 }}
132+
{{ toYaml .Values.extraEnvs | indent 12 }}
133133
{{- end }}
134134
livenessProbe:
135135
httpGet:

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ watchAnyNamespace: false
77

88
defaultImageRegistry: quay.io
99
defaultImageRepository: strimzi
10-
defaultImageTag: 0.27.0
10+
defaultImageTag: 0.27.1
1111

1212
image:
1313
registry: ""
@@ -22,6 +22,12 @@ operationTimeoutMs: 300000
2222
kubernetesServiceDnsDomain: cluster.local
2323
featureGates: ""
2424
tmpDirSizeLimit: 1Mi
25+
26+
# Example on how to configure extraEnvs
27+
# extraEnvs:
28+
# - name: JAVA_OPTS
29+
# value: "-Xms=256m -Xmx=256m"
30+
2531
extraEnvs: []
2632

2733
tolerations: []
@@ -90,7 +96,7 @@ kafkaBridge:
9096
registry: ""
9197
repository:
9298
name: kafka-bridge
93-
tag: 0.21.2
99+
tag: 0.21.3
94100
kafkaExporter:
95101
image:
96102
registry: ""

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

Lines changed: 24 additions & 24 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.27.0
30+
image: quay.io/strimzi/operator:0.27.1
3131
ports:
3232
- containerPort: 8080
3333
name: http
@@ -48,47 +48,47 @@ 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.27.0-kafka-3.0.0
51+
value: quay.io/strimzi/kafka:0.27.1-kafka-3.0.0
5252
- name: STRIMZI_DEFAULT_KAFKA_EXPORTER_IMAGE
53-
value: quay.io/strimzi/kafka:0.27.0-kafka-3.0.0
53+
value: quay.io/strimzi/kafka:0.27.1-kafka-3.0.0
5454
- name: STRIMZI_DEFAULT_CRUISE_CONTROL_IMAGE
55-
value: quay.io/strimzi/kafka:0.27.0-kafka-3.0.0
55+
value: quay.io/strimzi/kafka:0.27.1-kafka-3.0.0
5656
- name: STRIMZI_DEFAULT_TLS_SIDECAR_CRUISE_CONTROL_IMAGE
57-
value: quay.io/strimzi/kafka:0.27.0-kafka-3.0.0
57+
value: quay.io/strimzi/kafka:0.27.1-kafka-3.0.0
5858
- name: STRIMZI_KAFKA_IMAGES
5959
value: |
60-
2.8.0=quay.io/strimzi/kafka:0.27.0-kafka-2.8.0
61-
2.8.1=quay.io/strimzi/kafka:0.27.0-kafka-2.8.1
62-
3.0.0=quay.io/strimzi/kafka:0.27.0-kafka-3.0.0
60+
2.8.0=quay.io/strimzi/kafka:0.27.1-kafka-2.8.0
61+
2.8.1=quay.io/strimzi/kafka:0.27.1-kafka-2.8.1
62+
3.0.0=quay.io/strimzi/kafka:0.27.1-kafka-3.0.0
6363
- name: STRIMZI_KAFKA_CONNECT_IMAGES
6464
value: |
65-
2.8.0=quay.io/strimzi/kafka:0.27.0-kafka-2.8.0
66-
2.8.1=quay.io/strimzi/kafka:0.27.0-kafka-2.8.1
67-
3.0.0=quay.io/strimzi/kafka:0.27.0-kafka-3.0.0
65+
2.8.0=quay.io/strimzi/kafka:0.27.1-kafka-2.8.0
66+
2.8.1=quay.io/strimzi/kafka:0.27.1-kafka-2.8.1
67+
3.0.0=quay.io/strimzi/kafka:0.27.1-kafka-3.0.0
6868
- name: STRIMZI_KAFKA_MIRROR_MAKER_IMAGES
6969
value: |
70-
2.8.0=quay.io/strimzi/kafka:0.27.0-kafka-2.8.0
71-
2.8.1=quay.io/strimzi/kafka:0.27.0-kafka-2.8.1
72-
3.0.0=quay.io/strimzi/kafka:0.27.0-kafka-3.0.0
70+
2.8.0=quay.io/strimzi/kafka:0.27.1-kafka-2.8.0
71+
2.8.1=quay.io/strimzi/kafka:0.27.1-kafka-2.8.1
72+
3.0.0=quay.io/strimzi/kafka:0.27.1-kafka-3.0.0
7373
- name: STRIMZI_KAFKA_MIRROR_MAKER_2_IMAGES
7474
value: |
75-
2.8.0=quay.io/strimzi/kafka:0.27.0-kafka-2.8.0
76-
2.8.1=quay.io/strimzi/kafka:0.27.0-kafka-2.8.1
77-
3.0.0=quay.io/strimzi/kafka:0.27.0-kafka-3.0.0
75+
2.8.0=quay.io/strimzi/kafka:0.27.1-kafka-2.8.0
76+
2.8.1=quay.io/strimzi/kafka:0.27.1-kafka-2.8.1
77+
3.0.0=quay.io/strimzi/kafka:0.27.1-kafka-3.0.0
7878
- name: STRIMZI_DEFAULT_TOPIC_OPERATOR_IMAGE
79-
value: quay.io/strimzi/operator:0.27.0
79+
value: quay.io/strimzi/operator:0.27.1
8080
- name: STRIMZI_DEFAULT_USER_OPERATOR_IMAGE
81-
value: quay.io/strimzi/operator:0.27.0
81+
value: quay.io/strimzi/operator:0.27.1
8282
- name: STRIMZI_DEFAULT_KAFKA_INIT_IMAGE
83-
value: quay.io/strimzi/operator:0.27.0
83+
value: quay.io/strimzi/operator:0.27.1
8484
- name: STRIMZI_DEFAULT_KAFKA_BRIDGE_IMAGE
85-
value: quay.io/strimzi/kafka-bridge:0.21.2
85+
value: quay.io/strimzi/kafka-bridge:0.21.3
8686
- name: STRIMZI_DEFAULT_JMXTRANS_IMAGE
87-
value: quay.io/strimzi/jmxtrans:0.27.0
87+
value: quay.io/strimzi/jmxtrans:0.27.1
8888
- name: STRIMZI_DEFAULT_KANIKO_EXECUTOR_IMAGE
89-
value: quay.io/strimzi/kaniko-executor:0.27.0
89+
value: quay.io/strimzi/kaniko-executor:0.27.1
9090
- name: STRIMZI_DEFAULT_MAVEN_BUILDER
91-
value: quay.io/strimzi/maven-builder:0.27.0
91+
value: quay.io/strimzi/maven-builder:0.27.1
9292
- name: STRIMZI_OPERATOR_NAMESPACE
9393
valueFrom:
9494
fieldRef:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
serviceAccountName: strimzi-topic-operator
1818
containers:
1919
- name: strimzi-topic-operator
20-
image: quay.io/strimzi/operator:0.27.0
20+
image: quay.io/strimzi/operator:0.27.1
2121
args:
2222
- /opt/strimzi/bin/topic_operator_run.sh
2323
env:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
serviceAccountName: strimzi-user-operator
1818
containers:
1919
- name: strimzi-user-operator
20-
image: quay.io/strimzi/operator:0.27.0
20+
image: quay.io/strimzi/operator:0.27.1
2121
args:
2222
- /opt/strimzi/bin/user_operator_run.sh
2323
env:

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.27.0</version>
8+
<version>0.27.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.27.0</version>
8+
<version>0.27.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.27.0</version>
8+
<version>0.27.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.27.0</version>
8+
<version>0.27.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.27.0</version>
7+
<version>0.27.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
@@ -5,10 +5,10 @@ This folder contains an example `Kafka` custom resource configured for OAuth 2.0
55
- the corresponding `oauth` authentication
66
The folder also contains a Keycloak realm export to import into your Keycloak instance to support the example.
77

8-
Full instructions for the example are available in the [Strimzi Documentation](https://strimzi.io/docs/operators/0.27.0/using.html#con-oauth-authorization-keycloak-example).
8+
Full instructions for the example are available in the [Strimzi Documentation](https://strimzi.io/docs/operators/0.27.1/using.html#con-oauth-authorization-keycloak-example).
99

1010
* [kafka-authz-realm.json](./kafka-authz-realm.json)
1111
* The Keycloak realm export file
1212
* [kafka-ephemeral-oauth-single-keycloak-authz.yaml](./kafka-ephemeral-oauth-single-keycloak-authz.yaml)
1313
* The Kafka CR that defines a single-node Kafka cluster with `oauth` authentication and `keycloak` authorization,
14-
using the `kafka-authz` realm. See [full example instructions](https://strimzi.io/docs/operators/0.27.0/using.html#con-oauth-authorization-keycloak-example) for proper preparation and deployment.
14+
using the `kafka-authz` realm. See [full example instructions](https://strimzi.io/docs/operators/0.27.1/using.html#con-oauth-authorization-keycloak-example) for proper preparation and deployment.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ the documentation for more details.
9898
| `watchAnyNamespace` | Watch the whole Kubernetes cluster (all namespaces) | `false` |
9999
| `defaultImageRegistry` | Default image registry for all the images | `quay.io` |
100100
| `defaultImageRepository` | Default image registry for all the images | `strimzi` |
101-
| `defaultImageTag` | Default image tag for all the images except Kafka Bridge | `0.27.0` |
101+
| `defaultImageTag` | Default image tag for all the images except Kafka Bridge | `0.27.1` |
102102
| `image.registry` | Override default Cluster Operator image registry | `nil` |
103103
| `image.repository` | Override default Cluster Operator image repository | `nil` |
104104
| `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
@@ -7,7 +7,7 @@ watchAnyNamespace: false
77

88
defaultImageRegistry: quay.io
99
defaultImageRepository: strimzi
10-
defaultImageTag: 0.27.0
10+
defaultImageTag: 0.27.1
1111

1212
image:
1313
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.27.1
6+
created: "2022-01-14T13:00:57.185551+01:00"
7+
description: 'Strimzi: Apache Kafka running on Kubernetes'
8+
digest: 316130eeb81fd7da1d06895f93fe3a246616ff883d343d208b00b4fb8c494014
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.27.1/strimzi-kafka-operator-helm-3-chart-0.27.1.tgz
31+
version: 0.27.1
432
- apiVersion: v2
533
appVersion: 0.27.0
634
created: "2021-12-22T08:40:41.38555+01:00"
@@ -937,4 +965,4 @@ entries:
937965
urls:
938966
- https://github.com/strimzi/strimzi-kafka-operator/releases/download/0.6.0/strimzi-kafka-operator-0.6.0.tgz
939967
version: 0.6.0
940-
generated: "2021-12-22T08:40:41.373051+01:00"
968+
generated: "2022-01-14T13:00:57.180281+01:00"

0 commit comments

Comments
 (0)