Skip to content

Commit 4825806

Browse files
committed
Release 0.2.0-rc2
1 parent d6a53ad commit 4825806

File tree

15 files changed

+19
-19
lines changed

15 files changed

+19
-19
lines changed

cluster-controller/pom.xml

+1-1
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.2.0-RC1</version>
7+
<version>0.2.0-RC2</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<artifactId>cluster-controller</artifactId>

common-test/pom.xml

+1-1
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.2.0-RC1</version>
8+
<version>0.2.0-RC2</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

documentation/adoc/docu.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
= Strimzi: Documentation
2-
:revnumber: 0.2.0-rc1
2+
:revnumber: 0.2.0-rc2
33
:sectnums:
44
:toc: preamble
55
:toclevels: 3

examples/configmaps/cluster-controller/kafka-connect.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
strimzi.io/type: kafka-connect
88
data:
99
nodes: "1"
10-
image: "strimzi/kafka-connect:0.2.0-rc1"
10+
image: "strimzi/kafka-connect:0.2.0-rc2"
1111
healthcheck-delay: "60"
1212
healthcheck-timeout: "5"
1313
KAFKA_CONNECT_BOOTSTRAP_SERVERS: "my-cluster-kafka:9092"

examples/configmaps/cluster-controller/kafka-ephemeral.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ metadata:
77
strimzi.io/type: kafka
88
data:
99
kafka-nodes: "3"
10-
kafka-image: "strimzi/kafka:0.2.0-rc1"
10+
kafka-image: "strimzi/kafka:0.2.0-rc2"
1111
kafka-healthcheck-delay: "15"
1212
kafka-healthcheck-timeout: "5"
1313
zookeeper-nodes: "1"
14-
zookeeper-image: "strimzi/zookeeper:0.2.0-rc1"
14+
zookeeper-image: "strimzi/zookeeper:0.2.0-rc2"
1515
zookeeper-healthcheck-delay: "15"
1616
zookeeper-healthcheck-timeout: "5"
1717
KAFKA_DEFAULT_REPLICATION_FACTOR: "3"

examples/configmaps/cluster-controller/kafka-persistent.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ metadata:
77
strimzi.io/type: kafka
88
data:
99
kafka-nodes: "3"
10-
kafka-image: "strimzi/kafka:0.2.0-rc1"
10+
kafka-image: "strimzi/kafka:0.2.0-rc2"
1111
kafka-healthcheck-delay: "15"
1212
kafka-healthcheck-timeout: "5"
1313
zookeeper-nodes: "3"
14-
zookeeper-image: "strimzi/zookeeper:0.2.0-rc1"
14+
zookeeper-image: "strimzi/zookeeper:0.2.0-rc2"
1515
zookeeper-healthcheck-delay: "15"
1616
zookeeper-healthcheck-timeout: "5"
1717
KAFKA_DEFAULT_REPLICATION_FACTOR: "3"

examples/install/cluster-controller/04-deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ spec:
1212
serviceAccountName: strimzi-cluster-controller
1313
containers:
1414
- name: strimzi-cluster-controller
15-
image: strimzi/cluster-controller:0.2.0-rc1
15+
image: strimzi/cluster-controller:0.2.0-rc2
1616
env:
1717
- name: STRIMZI_CONFIGMAP_LABELS
1818
value: "strimzi.io/kind=cluster"

examples/install/topic-controller/04-deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ spec:
1212
serviceAccountName: strimzi-topic-controller
1313
containers:
1414
- name: strimzi-topic-controller
15-
image: strimzi/topic-controller:0.2.0-rc1
15+
image: strimzi/topic-controller:0.2.0-rc2
1616
env:
1717
- name: STRIMZI_CONFIGMAP_LABELS
1818
value: "strimzi.io/kind=topic"

examples/templates/cluster-controller/connect-s2i-template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ parameters:
7373
- description: Tag of the S2I Docker image
7474
displayName: S2I image tag
7575
name: S2I_IMAGE_TAG
76-
value: 0.2.0-rc1
76+
value: 0.2.0-rc2
7777
- description: Number of seconds after the container has started before healthcheck probes are initiated.
7878
displayName: Kafka Connect healthcheck initial delay
7979
name: HEALTHCHECK_DELAY

examples/templates/cluster-controller/connect-template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ parameters:
7272
- description: Image tag
7373
displayName: Image tag
7474
name: IMAGE_TAG
75-
value: 0.2.0-rc1
75+
value: 0.2.0-rc2
7676
- description: Number of seconds after the container has started before healthcheck probes are initiated.
7777
displayName: Kafka Connect healthcheck initial delay
7878
name: HEALTHCHECK_DELAY

examples/templates/cluster-controller/ephemeral-template.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@ parameters:
4141
- description: Kafka image tag
4242
displayName: Kafka image tag
4343
name: KAFKA_IMAGE_TAG
44-
value: 0.2.0-rc1
44+
value: 0.2.0-rc2
4545
- description: Zookeeper image name
4646
displayName: Zookeeper image Name
4747
name: ZOOKEEPER_IMAGE_NAME
4848
value: zookeeper
4949
- description: Zookeeper image tag
5050
displayName: Zookeeper image tag
5151
name: ZOOKEEPER_IMAGE_TAG
52-
value: 0.2.0-rc1
52+
value: 0.2.0-rc2
5353
- description: Number of seconds after the container has started before healthcheck probes are initiated.
5454
displayName: Zookeeper healthcheck initial delay
5555
name: ZOOKEEPER_HEALTHCHECK_DELAY

examples/templates/cluster-controller/persistent-template.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@ parameters:
4747
- description: Kafka image tag
4848
displayName: Kafka image tag
4949
name: KAFKA_IMAGE_TAG
50-
value: 0.2.0-rc1
50+
value: 0.2.0-rc2
5151
- description: Zookeeper image name
5252
displayName: Zookeeper image Name
5353
name: ZOOKEEPER_IMAGE_NAME
5454
value: zookeeper
5555
- description: Zookeeper image tag
5656
displayName: Zookeeper image tag
5757
name: ZOOKEEPER_IMAGE_TAG
58-
value: 0.2.0-rc1
58+
value: 0.2.0-rc2
5959
- description: Number of seconds after the container has started before healthcheck probes are initiated.
6060
displayName: Zookeeper healthcheck initial delay
6161
name: ZOOKEEPER_HEALTHCHECK_DELAY

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>io.strimzi</groupId>
66
<artifactId>strimzi</artifactId>
77
<packaging>pom</packaging>
8-
<version>0.2.0-RC1</version>
8+
<version>0.2.0-RC2</version>
99

1010
<properties>
1111
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

systemtest/pom.xml

+1-1
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.2.0-RC1</version>
8+
<version>0.2.0-RC2</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

topic-controller/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.strimzi</groupId>
77
<artifactId>strimzi</artifactId>
8-
<version>0.2.0-RC1</version>
8+
<version>0.2.0-RC2</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>topic-controller</artifactId>

0 commit comments

Comments
 (0)