Skip to content

Commit 15c48d3

Browse files
committed
Release 0.4.0
1 parent 55a9d67 commit 15c48d3

File tree

8 files changed

+13
-13
lines changed

8 files changed

+13
-13
lines changed

cluster-operator/pom.xml

Lines changed: 1 addition & 1 deletion
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.4.0-RC1</version>
7+
<version>0.4.0</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<artifactId>cluster-operator</artifactId>

common-test/pom.xml

Lines changed: 1 addition & 1 deletion
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.4.0-RC1</version>
8+
<version>0.4.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ spec:
1212
serviceAccountName: strimzi-cluster-operator
1313
containers:
1414
- name: strimzi-cluster-operator
15-
image: strimzi/cluster-operator:0.4.0-rc1
15+
image: strimzi/cluster-operator:0.4.0
1616
env:
1717
- name: STRIMZI_CONFIGMAP_LABELS
1818
value: "strimzi.io/kind=cluster"
@@ -25,15 +25,15 @@ spec:
2525
- name: STRIMZI_OPERATION_TIMEOUT_MS
2626
value: "300000"
2727
- name: STRIMZI_DEFAULT_ZOOKEEPER_IMAGE
28-
value: strimzi/zookeeper:0.4.0-rc1
28+
value: strimzi/zookeeper:0.4.0
2929
- name: STRIMZI_DEFAULT_KAFKA_IMAGE
30-
value: strimzi/kafka:0.4.0-rc1
30+
value: strimzi/kafka:0.4.0
3131
- name: STRIMZI_DEFAULT_KAFKA_CONNECT_IMAGE
32-
value: strimzi/kafka-connect:0.4.0-rc1
32+
value: strimzi/kafka-connect:0.4.0
3333
- name: STRIMZI_DEFAULT_KAFKA_CONNECT_S2I_IMAGE
34-
value: strimzi/kafka-connect-s2i:0.4.0-rc1
34+
value: strimzi/kafka-connect-s2i:0.4.0
3535
- name: STRIMZI_DEFAULT_TOPIC_OPERATOR_IMAGE
36-
value: strimzi/topic-operator:0.4.0-rc1
36+
value: strimzi/topic-operator:0.4.0
3737
livenessProbe:
3838
httpGet:
3939
path: /healthy

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ spec:
1212
serviceAccountName: strimzi-topic-operator
1313
containers:
1414
- name: strimzi-topic-operator
15-
image: strimzi/topic-operator:0.4.0-rc1
15+
image: strimzi/topic-operator:0.4.0
1616
env:
1717
- name: STRIMZI_CONFIGMAP_LABELS
1818
value: "strimzi.io/kind=topic"

pom.xml

Lines changed: 1 addition & 1 deletion
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.4.0-RC1</version>
8+
<version>0.4.0</version>
99

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

release.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.0-RC1
1+
0.4.0

systemtest/pom.xml

Lines changed: 1 addition & 1 deletion
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.4.0-RC1</version>
8+
<version>0.4.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

topic-operator/pom.xml

Lines changed: 1 addition & 1 deletion
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.4.0-RC1</version>
8+
<version>0.4.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>topic-operator</artifactId>

0 commit comments

Comments
 (0)