Skip to content

Commit

Permalink
Prepare for final release of 0.25.0
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Scholz <www@scholzj.com>
  • Loading branch information
scholzj committed Aug 10, 2021
1 parent f85ec56 commit a5d074e
Show file tree
Hide file tree
Showing 35 changed files with 138 additions and 138 deletions.
6 changes: 3 additions & 3 deletions .checksums
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@
# 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="0ff394da68c12af0e478a2f8d082f0c0823e7db5 -"
HELM_CHART_CHECKSUM="8fe0ecedb042538061a25682f7e26606574b0748 -"

### IMPORTANT ###
# if the below line has changed, this means the ./install directory has changed
# the checksum and ./install directory should only be modified on official releases as part of a release
# 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="f8ccba339d3badd170275ad00a0a4841630cff79 -"
INSTALL_CHECKSUM="dd3968134b1b9e773e05a7c067591bcc3862e1b4 -"

### IMPORTANT ###
# if the below line has changed, this means the ./examples directory has changed
# the checksum and ./examples directory should only be modified on official releases as part of a release
# 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="ef5fdeeb3dc207fdc4c9e2cae235158182168fc7 -"
EXAMPLES_CHECKSUM="b3e275b06aadb77eb46b7c5286e4a7db079fb55c -"
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.strimzi</groupId>
<artifactId>strimzi</artifactId>
<version>0.25.0-RC1</version>
<version>0.25.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion certificate-manager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>strimzi</artifactId>
<groupId>io.strimzi</groupId>
<version>0.25.0-RC1</version>
<version>0.25.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>certificate-manager</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cluster-operator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.strimzi</groupId>
<artifactId>strimzi</artifactId>
<version>0.25.0-RC1</version>
<version>0.25.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cluster-operator</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion config-model-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>strimzi</artifactId>
<groupId>io.strimzi</groupId>
<version>0.25.0-RC1</version>
<version>0.25.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion config-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>strimzi</artifactId>
<groupId>io.strimzi</groupId>
<version>0.25.0-RC1</version>
<version>0.25.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion crd-annotations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>strimzi</artifactId>
<groupId>io.strimzi</groupId>
<version>0.25.0-RC1</version>
<version>0.25.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion crd-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>strimzi</artifactId>
<groupId>io.strimzi</groupId>
<version>0.25.0-RC1</version>
<version>0.25.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>crd-generator</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions examples/security/keycloak-authorization/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.25.0-rc1/using.html#con-oauth-authorization-keycloak-example).
Full instructions for the example are available in the [Strimzi Documentation](https://strimzi.io/docs/operators/0.25.0/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.25.0-rc1/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.25.0/using.html#con-oauth-authorization-keycloak-example) for proper preparation and deployment.
26 changes: 13 additions & 13 deletions helm-charts/helm3/strimzi-kafka-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ the documentation for more details.
| `image.registry` | Cluster Operator image registry | `quay.io` |
| `image.repository` | Cluster Operator image repository | `strimzi` |
| `image.name` | Cluster Operator image name | `cluster-operator` |
| `image.tag` | Cluster Operator image tag | `0.25.0-rc1` |
| `image.tag` | Cluster Operator image tag | `0.25.0` |
| `image.imagePullPolicy` | Image pull policy for all pods deployed by Cluster Operator | `IfNotPresent` |
| `image.imagePullSecrets` | Docker registry pull secret | `nil` |
| `fullReconciliationIntervalMs` | Full reconciliation interval in milliseconds | 120000 |
Expand All @@ -109,55 +109,55 @@ the documentation for more details.
| `zookeeper.image.registry ` | ZooKeeper image registry | `quay.io` |
| `zookeeper.image.repository` | ZooKeeper image repository | `strimzi` |
| `zookeeper.image.name` | ZooKeeper image name | `kafka` |
| `zookeeper.image.tag` | ZooKeeper image tag prefix | `0.25.0-rc1` |
| `zookeeper.image.tag` | ZooKeeper image tag prefix | `0.25.0` |
| `jmxtrans.image.registry` | JmxTrans image registry | `quay.io` |
| `jmxtrans.image.repository` | JmxTrans image repository | `strimzi` |
| `jmxtrans.image.name` | JmxTrans image name | `jmxtrans` |
| `jmxtrans.image.tag` | JmxTrans image tag prefix | `0.25.0-rc1` |
| `jmxtrans.image.tag` | JmxTrans image tag prefix | `0.25.0` |
| `kafka.image.registry` | Kafka image registry | `quay.io` |
| `kafka.image.repository` | Kafka image repository | `strimzi` |
| `kafka.image.name` | Kafka image name | `kafka` |
| `kafka.image.tagPrefix` | Kafka image tag prefix | `0.25.0-rc1` |
| `kafka.image.tagPrefix` | Kafka image tag prefix | `0.25.0` |
| `kafkaConnect.image.registry` | Kafka Connect image registry | `quay.io` |
| `kafkaConnect.image.repository` | Kafka Connect image repository | `strimzi` |
| `kafkaConnect.image.name` | Kafka Connect image name | `kafka` |
| `kafkaConnect.image.tagPrefix` | Kafka Connect image tag prefix | `0.25.0-rc1` |
| `kafkaConnect.image.tagPrefix` | Kafka Connect image tag prefix | `0.25.0` |
| `kafkaMirrorMaker.image.registry` | Kafka Mirror Maker image registry | `quay.io` |
| `kafkaMirrorMaker.image.repository` | Kafka Mirror Maker image repository | `strimzi` |
| `kafkaMirrorMaker.image.name` | Kafka Mirror Maker image name | `kafka` |
| `kafkaMirrorMaker.image.tagPrefix` | Kafka Mirror Maker image tag prefix | `0.25.0-rc1` |
| `kafkaMirrorMaker.image.tagPrefix` | Kafka Mirror Maker image tag prefix | `0.25.0` |
| `cruiseControl.image.registry` | Cruise Control image registry | `quay.io` |
| `cruiseControl.image.repository` | Cruise Control image repository | `strimzi` |
| `cruiseControl.image.name` | Cruise Control image name | `kafka` |
| `cruiseControl.image.tag` | Cruise Control image tag prefix | `0.25.0-rc1` |
| `cruiseControl.image.tag` | Cruise Control image tag prefix | `0.25.0` |
| `topicOperator.image.registry` | Topic Operator image registry | `quay.io` |
| `topicOperator.image.repository` | Topic Operator image repository | `strimzi` |
| `topicOperator.image.name` | Topic Operator image name | `operator` |
| `topicOperator.image.tag` | Topic Operator image tag | `0.25.0-rc1` |
| `topicOperator.image.tag` | Topic Operator image tag | `0.25.0` |
| `userOperator.image.registry` | User Operator image registry | `quay.io` |
| `userOperator.image.repository` | User Operator image repository | `strimzi` |
| `userOperator.image.name` | User Operator image name | `operator` |
| `userOperator.image.tag` | User Operator image tag | `0.25.0-rc1` |
| `userOperator.image.tag` | User Operator image tag | `0.25.0` |
| `kafkaInit.image.registry` | Init Kafka image registry | `quay.io` |
| `kafkaInit.image.repository` | Init Kafka image repository | `strimzi` |
| `kafkaInit.image.name` | Init Kafka image name | `operator` |
| `kafkaInit.image.tag` | Init Kafka image tag | `0.25.0-rc1` |
| `kafkaInit.image.tag` | Init Kafka image tag | `0.25.0` |
| `tlsSidecarCruiseControl.image.registry` | TLS Sidecar for Cruise Control image registry | `quay.io` |
| `tlsSidecarCruiseControl.image.repository` | TLS Sidecar for Cruise Control image repository | `strimzi` |
| `tlsSidecarCruiseControl.image.name` | TLS Sidecar for Cruise Control image name | `kafka` |
| `tlsSidecarCruiseControl.image.tag` | TLS Sidecar for Cruise Control image tag prefix | `0.25.0-rc1` |
| `tlsSidecarCruiseControl.image.tag` | TLS Sidecar for Cruise Control image tag prefix | `0.25.0` |
| `tlsSidecarTopicOperator.image.registry` | TLS Sidecar for Topic Operator image registry | `quay.io` |
| `tlsSidecarTopicOperator.image.repository` | TLS Sidecar for Topic Operator image repository | `strimzi` |
| `tlsSidecarTopicOperator.image.name` | TLS Sidecar for Topic Operator image name | `kafka` |
| `tlsSidecarTopicOperator.image.tag` | TLS Sidecar for Topic Operator image tag prefix | `0.25.0-rc1` |
| `tlsSidecarTopicOperator.image.tag` | TLS Sidecar for Topic Operator image tag prefix | `0.25.0` |
| `kafkaBridge.image.registry` | Kafka Bridge image registry | `quay.io` |
| `kafkaBridge.image.repository` | Kafka Bridge image repository | `strimzi` |
| `kafkaBridge.image.name` | Kafka Bridge image name | `kafka-bridge |
| `kafkaBridge.image.tag` | Kafka Bridge image tag | `0.20.2` |
| `kanikoExecutor.image.registry` | Kaniko Executor image registry | `quay.io` |
| `kanikoExecutor.image.repository` | Kaniko Executor image repository | `strimzi` |
| `kanikoExecutor.image.name` | Kaniko Executor image name | `kaniko-executor` |
| `kanikoExecutor.image.tag` | Kaniko Executor image tag | `0.25.0-rc1` |
| `kanikoExecutor.image.tag` | Kaniko Executor image tag | `0.25.0` |
| `resources.limits.memory` | Memory constraint for limits | `256Mi` |
| `resources.limits.cpu` | CPU constraint for limits | `1000m` |
| `resources.requests.memory` | Memory constraint for requests | `256Mi` |
Expand Down
30 changes: 15 additions & 15 deletions helm-charts/helm3/strimzi-kafka-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ image:
registry: quay.io
repository: strimzi
name: operator
tag: 0.25.0-rc1
tag: 0.25.0
logVolume: co-config-volume
logConfigMap: strimzi-cluster-operator
logLevel: ${env:STRIMZI_LOG_LEVEL:-INFO}
Expand All @@ -35,49 +35,49 @@ zookeeper:
registry: quay.io
repository: strimzi
name: kafka
tagPrefix: 0.25.0-rc1
tagPrefix: 0.25.0
kafka:
image:
registry: quay.io
repository: strimzi
name: kafka
tagPrefix: 0.25.0-rc1
tagPrefix: 0.25.0
kafkaConnect:
image:
registry: quay.io
repository: strimzi
name: kafka
tagPrefix: 0.25.0-rc1
tagPrefix: 0.25.0
topicOperator:
image:
registry: quay.io
repository: strimzi
name: operator
tag: 0.25.0-rc1
tag: 0.25.0
userOperator:
image:
registry: quay.io
repository: strimzi
name: operator
tag: 0.25.0-rc1
tag: 0.25.0
kafkaInit:
image:
registry: quay.io
repository: strimzi
name: operator
tag: 0.25.0-rc1
tag: 0.25.0
tlsSidecarEntityOperator:
image:
registry: quay.io
repository: strimzi
name: kafka
tagPrefix: 0.25.0-rc1
tagPrefix: 0.25.0
kafkaMirrorMaker:
image:
registry: quay.io
repository: strimzi
name: kafka
tagPrefix: 0.25.0-rc1
tagPrefix: 0.25.0
kafkaBridge:
image:
registry: quay.io
Expand All @@ -89,37 +89,37 @@ kafkaExporter:
registry: quay.io
repository: strimzi
name: kafka
tagPrefix: 0.25.0-rc1
tagPrefix: 0.25.0
jmxTrans:
image:
registry: quay.io
repository: strimzi
name: jmxtrans
tag: 0.25.0-rc1
tag: 0.25.0
kafkaMirrorMaker2:
image:
registry: quay.io
repository: strimzi
name: kafka
tagPrefix: 0.25.0-rc1
tagPrefix: 0.25.0
cruiseControl:
image:
registry: quay.io
repository: strimzi
name: kafka
tagPrefix: 0.25.0-rc1
tagPrefix: 0.25.0
tlsSidecarCruiseControl:
image:
registry: quay.io
repository: strimzi
name: kafka
tagPrefix: 0.25.0-rc1
tagPrefix: 0.25.0
kanikoExecutor:
image:
registry: quay.io
repository: strimzi
name: kaniko-executor
tag: 0.25.0-rc1
tag: 0.25.0
resources:
limits:
memory: 384Mi
Expand Down
Loading

0 comments on commit a5d074e

Please sign in to comment.