Skip to content

Commit

Permalink
Release Strimzi 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scholzj committed Mar 9, 2018
1 parent 8c3f2d7 commit 6d3002f
Show file tree
Hide file tree
Showing 15 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion cluster-controller/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.strimzi</groupId>
<artifactId>strimzi</artifactId>
<version>0.2.0-RC3</version>
<version>0.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cluster-controller</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion common-test/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>strimzi</artifactId>
<groupId>io.strimzi</groupId>
<version>0.2.0-RC3</version>
<version>0.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion documentation/adoc/docu.adoc
@@ -1,5 +1,5 @@
= Strimzi: Documentation
:revnumber: 0.2.0-rc3
:revnumber: 0.2.0
:sectnums:
:toc: preamble
:toclevels: 3
Expand Down
2 changes: 1 addition & 1 deletion examples/configmaps/cluster-controller/kafka-connect.yaml
Expand Up @@ -7,7 +7,7 @@ metadata:
strimzi.io/type: kafka-connect
data:
nodes: "1"
image: "strimzi/kafka-connect:0.2.0-rc3"
image: "strimzi/kafka-connect:0.2.0"
healthcheck-delay: "60"
healthcheck-timeout: "5"
KAFKA_CONNECT_BOOTSTRAP_SERVERS: "my-cluster-kafka:9092"
Expand Down
4 changes: 2 additions & 2 deletions examples/configmaps/cluster-controller/kafka-ephemeral.yaml
Expand Up @@ -7,11 +7,11 @@ metadata:
strimzi.io/type: kafka
data:
kafka-nodes: "3"
kafka-image: "strimzi/kafka:0.2.0-rc3"
kafka-image: "strimzi/kafka:0.2.0"
kafka-healthcheck-delay: "15"
kafka-healthcheck-timeout: "5"
zookeeper-nodes: "1"
zookeeper-image: "strimzi/zookeeper:0.2.0-rc3"
zookeeper-image: "strimzi/zookeeper:0.2.0"
zookeeper-healthcheck-delay: "15"
zookeeper-healthcheck-timeout: "5"
KAFKA_DEFAULT_REPLICATION_FACTOR: "3"
Expand Down
4 changes: 2 additions & 2 deletions examples/configmaps/cluster-controller/kafka-persistent.yaml
Expand Up @@ -7,11 +7,11 @@ metadata:
strimzi.io/type: kafka
data:
kafka-nodes: "3"
kafka-image: "strimzi/kafka:0.2.0-rc3"
kafka-image: "strimzi/kafka:0.2.0"
kafka-healthcheck-delay: "15"
kafka-healthcheck-timeout: "5"
zookeeper-nodes: "3"
zookeeper-image: "strimzi/zookeeper:0.2.0-rc3"
zookeeper-image: "strimzi/zookeeper:0.2.0"
zookeeper-healthcheck-delay: "15"
zookeeper-healthcheck-timeout: "5"
KAFKA_DEFAULT_REPLICATION_FACTOR: "3"
Expand Down
2 changes: 1 addition & 1 deletion examples/install/cluster-controller/04-deployment.yaml
Expand Up @@ -12,7 +12,7 @@ spec:
serviceAccountName: strimzi-cluster-controller
containers:
- name: strimzi-cluster-controller
image: strimzi/cluster-controller:0.2.0-rc3
image: strimzi/cluster-controller:0.2.0
env:
- name: STRIMZI_CONFIGMAP_LABELS
value: "strimzi.io/kind=cluster"
Expand Down
2 changes: 1 addition & 1 deletion examples/install/topic-controller/04-deployment.yaml
Expand Up @@ -12,7 +12,7 @@ spec:
serviceAccountName: strimzi-topic-controller
containers:
- name: strimzi-topic-controller
image: strimzi/topic-controller:0.2.0-rc3
image: strimzi/topic-controller:0.2.0
env:
- name: STRIMZI_CONFIGMAP_LABELS
value: "strimzi.io/kind=topic"
Expand Down
Expand Up @@ -73,7 +73,7 @@ parameters:
- description: Tag of the S2I Docker image
displayName: S2I image tag
name: S2I_IMAGE_TAG
value: 0.2.0-rc3
value: 0.2.0
- description: Number of seconds after the container has started before healthcheck probes are initiated.
displayName: Kafka Connect healthcheck initial delay
name: HEALTHCHECK_DELAY
Expand Down
Expand Up @@ -72,7 +72,7 @@ parameters:
- description: Image tag
displayName: Image tag
name: IMAGE_TAG
value: 0.2.0-rc3
value: 0.2.0
- description: Number of seconds after the container has started before healthcheck probes are initiated.
displayName: Kafka Connect healthcheck initial delay
name: HEALTHCHECK_DELAY
Expand Down
4 changes: 2 additions & 2 deletions examples/templates/cluster-controller/ephemeral-template.yaml
Expand Up @@ -41,15 +41,15 @@ parameters:
- description: Kafka image tag
displayName: Kafka image tag
name: KAFKA_IMAGE_TAG
value: 0.2.0-rc3
value: 0.2.0
- description: Zookeeper image name
displayName: Zookeeper image Name
name: ZOOKEEPER_IMAGE_NAME
value: zookeeper
- description: Zookeeper image tag
displayName: Zookeeper image tag
name: ZOOKEEPER_IMAGE_TAG
value: 0.2.0-rc3
value: 0.2.0
- description: Number of seconds after the container has started before healthcheck probes are initiated.
displayName: Zookeeper healthcheck initial delay
name: ZOOKEEPER_HEALTHCHECK_DELAY
Expand Down
Expand Up @@ -47,15 +47,15 @@ parameters:
- description: Kafka image tag
displayName: Kafka image tag
name: KAFKA_IMAGE_TAG
value: 0.2.0-rc3
value: 0.2.0
- description: Zookeeper image name
displayName: Zookeeper image Name
name: ZOOKEEPER_IMAGE_NAME
value: zookeeper
- description: Zookeeper image tag
displayName: Zookeeper image tag
name: ZOOKEEPER_IMAGE_TAG
value: 0.2.0-rc3
value: 0.2.0
- description: Number of seconds after the container has started before healthcheck probes are initiated.
displayName: Zookeeper healthcheck initial delay
name: ZOOKEEPER_HEALTHCHECK_DELAY
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -5,7 +5,7 @@
<groupId>io.strimzi</groupId>
<artifactId>strimzi</artifactId>
<packaging>pom</packaging>
<version>0.2.0-RC3</version>
<version>0.2.0</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion systemtest/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>strimzi</artifactId>
<groupId>io.strimzi</groupId>
<version>0.2.0-RC3</version>
<version>0.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion topic-controller/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.strimzi</groupId>
<artifactId>strimzi</artifactId>
<version>0.2.0-RC3</version>
<version>0.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>topic-controller</artifactId>
Expand Down

0 comments on commit 6d3002f

Please sign in to comment.