diff --git a/cluster-controller/pom.xml b/cluster-controller/pom.xml index b30e8c2331..2bea5540f0 100644 --- a/cluster-controller/pom.xml +++ b/cluster-controller/pom.xml @@ -4,7 +4,7 @@ io.strimzi strimzi - 0.2.0-RC3 + 0.2.0 4.0.0 cluster-controller diff --git a/common-test/pom.xml b/common-test/pom.xml index c1027bf4f1..3b61905ec1 100644 --- a/common-test/pom.xml +++ b/common-test/pom.xml @@ -5,7 +5,7 @@ strimzi io.strimzi - 0.2.0-RC3 + 0.2.0 4.0.0 diff --git a/documentation/adoc/docu.adoc b/documentation/adoc/docu.adoc index 062d3b26dc..7e7e945e56 100644 --- a/documentation/adoc/docu.adoc +++ b/documentation/adoc/docu.adoc @@ -1,5 +1,5 @@ = Strimzi: Documentation -:revnumber: 0.2.0-rc3 +:revnumber: 0.2.0 :sectnums: :toc: preamble :toclevels: 3 diff --git a/examples/configmaps/cluster-controller/kafka-connect.yaml b/examples/configmaps/cluster-controller/kafka-connect.yaml index 24b75ba967..943ac25a15 100644 --- a/examples/configmaps/cluster-controller/kafka-connect.yaml +++ b/examples/configmaps/cluster-controller/kafka-connect.yaml @@ -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" diff --git a/examples/configmaps/cluster-controller/kafka-ephemeral.yaml b/examples/configmaps/cluster-controller/kafka-ephemeral.yaml index 2842a44173..34fd289fa5 100644 --- a/examples/configmaps/cluster-controller/kafka-ephemeral.yaml +++ b/examples/configmaps/cluster-controller/kafka-ephemeral.yaml @@ -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" diff --git a/examples/configmaps/cluster-controller/kafka-persistent.yaml b/examples/configmaps/cluster-controller/kafka-persistent.yaml index 53019f3c45..d159f70cb5 100644 --- a/examples/configmaps/cluster-controller/kafka-persistent.yaml +++ b/examples/configmaps/cluster-controller/kafka-persistent.yaml @@ -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" diff --git a/examples/install/cluster-controller/04-deployment.yaml b/examples/install/cluster-controller/04-deployment.yaml index d3a9c72b66..fb3d9c6f21 100644 --- a/examples/install/cluster-controller/04-deployment.yaml +++ b/examples/install/cluster-controller/04-deployment.yaml @@ -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" diff --git a/examples/install/topic-controller/04-deployment.yaml b/examples/install/topic-controller/04-deployment.yaml index f47c8c2ad2..5709e3a4b1 100644 --- a/examples/install/topic-controller/04-deployment.yaml +++ b/examples/install/topic-controller/04-deployment.yaml @@ -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" diff --git a/examples/templates/cluster-controller/connect-s2i-template.yaml b/examples/templates/cluster-controller/connect-s2i-template.yaml index d92e116fea..925e92c13a 100644 --- a/examples/templates/cluster-controller/connect-s2i-template.yaml +++ b/examples/templates/cluster-controller/connect-s2i-template.yaml @@ -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 diff --git a/examples/templates/cluster-controller/connect-template.yaml b/examples/templates/cluster-controller/connect-template.yaml index 19dad0f6e1..78d6544aac 100644 --- a/examples/templates/cluster-controller/connect-template.yaml +++ b/examples/templates/cluster-controller/connect-template.yaml @@ -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 diff --git a/examples/templates/cluster-controller/ephemeral-template.yaml b/examples/templates/cluster-controller/ephemeral-template.yaml index aac4d654b8..0f2e56b897 100644 --- a/examples/templates/cluster-controller/ephemeral-template.yaml +++ b/examples/templates/cluster-controller/ephemeral-template.yaml @@ -41,7 +41,7 @@ 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 @@ -49,7 +49,7 @@ parameters: - 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 diff --git a/examples/templates/cluster-controller/persistent-template.yaml b/examples/templates/cluster-controller/persistent-template.yaml index 52efa99c71..9cd08d6234 100644 --- a/examples/templates/cluster-controller/persistent-template.yaml +++ b/examples/templates/cluster-controller/persistent-template.yaml @@ -47,7 +47,7 @@ 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 @@ -55,7 +55,7 @@ parameters: - 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 diff --git a/pom.xml b/pom.xml index 56c8bee56e..8480534c73 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ io.strimzi strimzi pom - 0.2.0-RC3 + 0.2.0 UTF-8 diff --git a/systemtest/pom.xml b/systemtest/pom.xml index a89e9ac5e6..b95cea6ec0 100644 --- a/systemtest/pom.xml +++ b/systemtest/pom.xml @@ -5,7 +5,7 @@ strimzi io.strimzi - 0.2.0-RC3 + 0.2.0 4.0.0 diff --git a/topic-controller/pom.xml b/topic-controller/pom.xml index 7c1752b27a..0ea74f71cc 100644 --- a/topic-controller/pom.xml +++ b/topic-controller/pom.xml @@ -5,7 +5,7 @@ io.strimzi strimzi - 0.2.0-RC3 + 0.2.0 4.0.0 topic-controller