Skip to content

Commit

Permalink
0.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
scholzj committed Apr 18, 2018
1 parent 5b9f8aa commit 92092e4
Show file tree
Hide file tree
Showing 13 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion cluster-controller/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.3.0-RC2</version>
<version>0.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cluster-controller</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cluster-controller/src/main/resources/log4j.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
log4j.appender.stdout.layout.ConversionPattern=%d{yyyy-MM-dd HH:mm:ss} %-5p %c{1}:%L - %m%n


log4j.logger.io.strimzi=INFO, stdout
log4j.logger.io.strimzi=DEBUG, stdout
log4j.additivity.io.strimzi=false
2 changes: 1 addition & 1 deletion common-test/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.3.0-RC2</version>
<version>0.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion documentation/adoc/docu.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
= Strimzi: Documentation
:revnumber: 0.3.0-rc2
:revnumber: 0.3.0
:sectnums:
:toc: preamble
:toclevels: 3
Expand Down
12 changes: 6 additions & 6 deletions examples/install/cluster-controller/04-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
serviceAccountName: strimzi-cluster-controller
containers:
- name: strimzi-cluster-controller
image: strimzi/cluster-controller:0.3.0-rc2
image: strimzi/cluster-controller:0.3.0
env:
- name: STRIMZI_CONFIGMAP_LABELS
value: "strimzi.io/kind=cluster"
Expand All @@ -25,15 +25,15 @@ spec:
- name: STRIMZI_OPERATION_TIMEOUT_MS
value: "300000"
- name: STRIMZI_DEFAULT_ZOOKEEPER_IMAGE
value: strimzi/zookeeper:0.3.0-rc2
value: strimzi/zookeeper:0.3.0
- name: STRIMZI_DEFAULT_KAFKA_IMAGE
value: strimzi/kafka:0.3.0-rc2
value: strimzi/kafka:0.3.0
- name: STRIMZI_DEFAULT_KAFKA_CONNECT_IMAGE
value: strimzi/kafka-connect:0.3.0-rc2
value: strimzi/kafka-connect:0.3.0
- name: STRIMZI_DEFAULT_KAFKA_CONNECT_S2I_IMAGE
value: strimzi/kafka-connect-s2i:0.3.0-rc2
value: strimzi/kafka-connect-s2i:0.3.0
- name: STRIMZI_DEFAULT_TOPIC_CONTROLLER_IMAGE
value: strimzi/topic-controller:0.3.0-rc2
value: strimzi/topic-controller:0.3.0
livenessProbe:
httpGet:
path: /healthy
Expand Down
2 changes: 1 addition & 1 deletion examples/install/topic-controller/04-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
serviceAccountName: strimzi-topic-controller
containers:
- name: strimzi-topic-controller
image: strimzi/topic-controller:0.3.0-rc2
image: strimzi/topic-controller:0.3.0
env:
- name: STRIMZI_CONFIGMAP_LABELS
value: "strimzi.io/kind=topic"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ parameters:
- description: Tag of the S2I Docker image
displayName: S2I image tag
name: S2I_IMAGE_TAG
value: 0.3.0-rc2
value: 0.3.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
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ parameters:
- description: Image tag
displayName: Image tag
name: IMAGE_TAG
value: 0.3.0-rc2
value: 0.3.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
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ parameters:
- description: Kafka image tag
displayName: Kafka image tag
name: KAFKA_IMAGE_TAG
value: 0.3.0-rc2
value: 0.3.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.3.0-rc2
value: 0.3.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
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ parameters:
- description: Kafka image tag
displayName: Kafka image tag
name: KAFKA_IMAGE_TAG
value: 0.3.0-rc2
value: 0.3.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.3.0-rc2
value: 0.3.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
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>io.strimzi</groupId>
<artifactId>strimzi</artifactId>
<packaging>pom</packaging>
<version>0.3.0-RC2</version>
<version>0.3.0</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion systemtest/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.3.0-RC2</version>
<version>0.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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

0 comments on commit 92092e4

Please sign in to comment.