Skip to content

Commit d20414a

Browse files
committed
Release 0.8.0
1 parent bedc37a commit d20414a

File tree

18 files changed

+54
-79
lines changed

18 files changed

+54
-79
lines changed

api/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.8.0-RC1</version>
7+
<version>0.8.0</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<artifactId>api</artifactId>

certificate-manager/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.8.0-RC1</version>
8+
<version>0.8.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>certificate-manager</artifactId>

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.8.0-RC1</version>
7+
<version>0.8.0</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<artifactId>cluster-operator</artifactId>

crd-generator/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.8.0-RC1</version>
8+
<version>0.8.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>crd-generator</artifactId>

helm-charts/index.yaml

Lines changed: 6 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ apiVersion: v1
22
entries:
33
strimzi-kafka-operator:
44
- apiVersion: v1
5-
appVersion: 0.8.0-rc1
6-
created: 2018-10-11T13:48:39.282812894+02:00
5+
appVersion: 0.8.0
6+
created: 2018-10-12T14:28:03.648679252+02:00
77
description: 'Strimzi: Kafka as a Service'
8-
digest: 364f34c706b489a2309521c5447de39a85f56bec2496ed7349770a32f0420771
8+
digest: 331b9bab35aea7413716e8b79e773f653909afc53209f25ff0033fc6a8dbc06a
99
home: http://strimzi.io/
1010
icon: https://raw.githubusercontent.com/strimzi/strimzi-kafka-operator/master/documentation/logo/strimzi_logo.png
1111
keywords:
@@ -24,8 +24,8 @@ entries:
2424
sources:
2525
- https://github.com/strimzi/strimzi-kafka-operator
2626
urls:
27-
- https://github.com/strimzi/strimzi-kafka-operator/releases/download/0.8.0-rc1/strimzi-kafka-operator-helm-chart-0.8.0-rc1.tgz
28-
version: 0.8.0-rc1
27+
- https://github.com/strimzi/strimzi-kafka-operator/releases/download/0.8.0/strimzi-kafka-operator-helm-chart-0.8.0.tgz
28+
version: 0.8.0
2929
- apiVersion: v1
3030
appVersion: 0.7.0
3131
created: 2018-09-18T22:22:50.0474295+02:00
@@ -51,31 +51,6 @@ entries:
5151
urls:
5252
- https://github.com/strimzi/strimzi-kafka-operator/releases/download/0.7.0/strimzi-kafka-operator-helm-chart-0.7.0.tgz
5353
version: 0.7.0
54-
- apiVersion: v1
55-
appVersion: 0.7.0-snapshot
56-
created: 2018-10-11T13:48:39.283706852+02:00
57-
description: 'Strimzi: Kafka as a Service'
58-
digest: 21e2456288a20a2b6ae5d000791bda44dd128010d8d6f6919a7a2a4bfd2f8054
59-
home: http://strimzi.io/
60-
icon: https://raw.githubusercontent.com/strimzi/strimzi-kafka-operator/master/documentation/logo/strimzi_logo.png
61-
keywords:
62-
- kafka
63-
- queue
64-
- stream
65-
- event
66-
- messaging
67-
- datastore
68-
- topic
69-
maintainers:
70-
- name: ppatierno
71-
- name: scholzj
72-
- name: tombentley
73-
name: strimzi-kafka-operator
74-
sources:
75-
- https://github.com/strimzi/strimzi-kafka-operator
76-
urls:
77-
- https://github.com/strimzi/strimzi-kafka-operator/releases/download/0.8.0-rc1/helm-charts/strimzi-kafka-operator-0.7.0-snapshot.tgz
78-
version: 0.7.0-snapshot
7954
- apiVersion: v1
8055
appVersion: 0.6.0
8156
created: 2018-08-23T14:25:34.526805221-04:00
@@ -101,4 +76,4 @@ entries:
10176
urls:
10277
- https://github.com/strimzi/strimzi-kafka-operator/releases/download/0.6.0/strimzi-kafka-operator-0.6.0.tgz
10378
version: 0.6.0
104-
generated: 2018-10-11T13:48:39.281804911+02:00
79+
generated: 2018-10-12T14:28:03.646554061+02:00

helm-charts/strimzi-kafka-operator/README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -53,38 +53,38 @@ the documentation for more details.
5353
| `watchNamespaces` | Comma separated list of additional namespaces for the strimzi-operator to watch | [] |
5454
| `image.repository` | Cluster Operator image repository | `strimzi` |
5555
| `image.name` | Cluster Operator image name | `cluster-operator` |
56-
| `image.tag` | Cluster Operator image tag | `0.8.0-rc1` |
56+
| `image.tag` | Cluster Operator image tag | `0.8.0` |
5757
| `image.imagePullPolicy` | Cluster Operator image pull policy | `IfNotPresent` |
5858
| `logLevel` | Cluster Operator log level | `INFO` |
5959
| `fullReconciliationIntervalMs` | Full reconciliation interval in milliseconds | 120000 |
6060
| `operationTimeoutMs` | Operation timeout in milliseconds | 300000 |
6161
| `zookeeper.image.repository` | ZooKeeper image repository | `strimzi` |
6262
| `zookeeper.image.name` | ZooKeeper image name | `zookeeper` |
63-
| `zookeeper.image.tag` | ZooKeeper image tag | `0.8.0-rc1` |
63+
| `zookeeper.image.tag` | ZooKeeper image tag | `0.8.0` |
6464
| `kafka.image.repository` | Kafka image repository | `strimzi` |
6565
| `kafka.image.name` | Kafka image name | `kafka` |
66-
| `kafka.image.tag` | Kafka image tag | `0.8.0-rc1` |
66+
| `kafka.image.tag` | Kafka image tag | `0.8.0` |
6767
| `kafkaConnect.image.repository` | Kafka Connect image repository | `strimzi` |
6868
| `kafkaConnect.image.name` | Kafka Connect image name | `kafka-connect` |
69-
| `kafkaConnect.image.tag` | Kafka Connect image tag | `0.8.0-rc1` |
69+
| `kafkaConnect.image.tag` | Kafka Connect image tag | `0.8.0` |
7070
| `kafkaConnects2i.image.repository` | Kafka Connect s2i image repository | `strimzi` |
7171
| `kafkaConnects2i.image.name` | Kafka Connect s2i image name | `kafka-connect-s2i` |
72-
| `kafkaConnects2i.image.tag` | Kafka Connect s2i image tag | `0.8.0-rc1` |
72+
| `kafkaConnects2i.image.tag` | Kafka Connect s2i image tag | `0.8.0` |
7373
| `topicOperator.image.repository` | Topic Operator image repository | `strimzi` |
7474
| `topicOperator.image.name` | Topic Operator s2i image name | `topic-operator` |
75-
| `topicOperator.image.tag` | Topic Operator s2i image tag | `0.8.0-rc1` |
75+
| `topicOperator.image.tag` | Topic Operator s2i image tag | `0.8.0` |
7676
| `kafkaInit.image.repository` | Init Kafka image repository | `strimzi` |
7777
| `kafkaInit.image.name` | Init Kafka image name | `kafka-init` |
78-
| `kafkaInit.image.tag` | Init Kafka image tag | `0.8.0-rc1` |
78+
| `kafkaInit.image.tag` | Init Kafka image tag | `0.8.0` |
7979
| `tlsSidecarZookeeper.image.repository` | TLS Sidecar for ZooKeeper image repository | `strimzi` |
8080
| `tlsSidecarZookeeper.image.name` | TLS Sidecar for ZooKeeper image name | `zookeeper-stunnel` |
81-
| `tlsSidecarZookeeper.image.tag` | TLS Sidecar for ZooKeeper image tag | `0.8.0-rc1` |
81+
| `tlsSidecarZookeeper.image.tag` | TLS Sidecar for ZooKeeper image tag | `0.8.0` |
8282
| `tlsSidecarKafka.image.repository` | TLS Sidecar for Kafka image repository | `strimzi` |
8383
| `tlsSidecarKafka.image.name` | TLS Sidecar for Kafka image name | `kafka-stunnel` |
84-
| `tlsSidecarKafka.image.tag` | TLS Sidecar for Kafka image tag | `0.8.0-rc1` |
84+
| `tlsSidecarKafka.image.tag` | TLS Sidecar for Kafka image tag | `0.8.0` |
8585
| `tlsSidecarTopicOperator.image.repository` | TLS Sidecar for Topic Operator image repository | `strimzi` |
8686
| `tlsSidecarTopicOperator.image.name` | TLS Sidecar for Topic Operator image name | `topic-operator-stunnel` |
87-
| `tlsSidecarTopicOperator.image.tag` | TLS Sidecar for Topic Operator image tag | `0.8.0-rc1` |
87+
| `tlsSidecarTopicOperator.image.tag` | TLS Sidecar for Topic Operator image tag | `0.8.0` |
8888
| `resources.limits.memory` | Memory constraint for limits | `256Mi` |
8989
| `resources.limits.cpu` | CPU constraint for limits | `1000m` |
9090
| `resources.requests.memory` | Memory constraint for requests | `256Mi` |

helm-charts/strimzi-kafka-operator/values.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ watchNamespaces: []
55
image:
66
repository: strimzi
77
name: cluster-operator
8-
tag: 0.8.0-rc1
8+
tag: 0.8.0
99
imagePullPolicy: IfNotPresent
1010
logLevel: INFO
1111
fullReconciliationIntervalMs: 120000
@@ -17,57 +17,57 @@ zookeeper:
1717
image:
1818
repository: strimzi
1919
name: zookeeper
20-
tag: 0.8.0-rc1
20+
tag: 0.8.0
2121
kafka:
2222
image:
2323
repository: strimzi
2424
name: kafka
25-
tag: 0.8.0-rc1
25+
tag: 0.8.0
2626
kafkaConnect:
2727
image:
2828
repository: strimzi
2929
name: kafka-connect
30-
tag: 0.8.0-rc1
30+
tag: 0.8.0
3131
kafkaConnects2i:
3232
image:
3333
repository: strimzi
3434
name: kafka-connect-s2i
35-
tag: 0.8.0-rc1
35+
tag: 0.8.0
3636
topicOperator:
3737
image:
3838
repository: strimzi
3939
name: topic-operator
40-
tag: 0.8.0-rc1
40+
tag: 0.8.0
4141
userOperator:
4242
image:
4343
repository: strimzi
4444
name: user-operator
45-
tag: 0.8.0-rc1
45+
tag: 0.8.0
4646
kafkaInit:
4747
image:
4848
repository: strimzi
4949
name: kafka-init
50-
tag: 0.8.0-rc1
50+
tag: 0.8.0
5151
tlsSidecarZookeeper:
5252
image:
5353
repository: strimzi
5454
name: zookeeper-stunnel
55-
tag: 0.8.0-rc1
55+
tag: 0.8.0
5656
tlsSidecarKafka:
5757
image:
5858
repository: strimzi
5959
name: kafka-stunnel
60-
tag: 0.8.0-rc1
60+
tag: 0.8.0
6161
tlsSidecarEntityOperator:
6262
image:
6363
repository: strimzi
6464
name: entity-operator-stunnel
65-
tag: 0.8.0-rc1
65+
tag: 0.8.0
6666
kafkaMirrorMaker:
6767
image:
6868
repository: strimzi
6969
name: kafka-mirror-maker
70-
tag: 0.8.0-rc1
70+
tag: 0.8.0
7171
resources:
7272
limits:
7373
memory: 256Mi

install/cluster-operator/050-Deployment-strimzi-cluster-operator.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
serviceAccountName: strimzi-cluster-operator
1515
containers:
1616
- name: strimzi-cluster-operator
17-
image: strimzi/cluster-operator:0.8.0-rc1
17+
image: strimzi/cluster-operator:0.8.0
1818
imagePullPolicy: IfNotPresent
1919
env:
2020
- name: STRIMZI_NAMESPACE
@@ -26,27 +26,27 @@ spec:
2626
- name: STRIMZI_OPERATION_TIMEOUT_MS
2727
value: "300000"
2828
- name: STRIMZI_DEFAULT_ZOOKEEPER_IMAGE
29-
value: strimzi/zookeeper:0.8.0-rc1
29+
value: strimzi/zookeeper:0.8.0
3030
- name: STRIMZI_DEFAULT_KAFKA_IMAGE
31-
value: strimzi/kafka:0.8.0-rc1
31+
value: strimzi/kafka:0.8.0
3232
- name: STRIMZI_DEFAULT_KAFKA_CONNECT_IMAGE
33-
value: strimzi/kafka-connect:0.8.0-rc1
33+
value: strimzi/kafka-connect:0.8.0
3434
- name: STRIMZI_DEFAULT_KAFKA_CONNECT_S2I_IMAGE
35-
value: strimzi/kafka-connect-s2i:0.8.0-rc1
35+
value: strimzi/kafka-connect-s2i:0.8.0
3636
- name: STRIMZI_DEFAULT_KAFKA_MIRRORMAKER_IMAGE
37-
value: strimzi/kafka-mirror-maker:0.8.0-rc1
37+
value: strimzi/kafka-mirror-maker:0.8.0
3838
- name: STRIMZI_DEFAULT_TOPIC_OPERATOR_IMAGE
39-
value: strimzi/topic-operator:0.8.0-rc1
39+
value: strimzi/topic-operator:0.8.0
4040
- name: STRIMZI_DEFAULT_USER_OPERATOR_IMAGE
41-
value: strimzi/user-operator:0.8.0-rc1
41+
value: strimzi/user-operator:0.8.0
4242
- name: STRIMZI_DEFAULT_KAFKA_INIT_IMAGE
43-
value: strimzi/kafka-init:0.8.0-rc1
43+
value: strimzi/kafka-init:0.8.0
4444
- name: STRIMZI_DEFAULT_TLS_SIDECAR_ZOOKEEPER_IMAGE
45-
value: strimzi/zookeeper-stunnel:0.8.0-rc1
45+
value: strimzi/zookeeper-stunnel:0.8.0
4646
- name: STRIMZI_DEFAULT_TLS_SIDECAR_KAFKA_IMAGE
47-
value: strimzi/kafka-stunnel:0.8.0-rc1
47+
value: strimzi/kafka-stunnel:0.8.0
4848
- name: STRIMZI_DEFAULT_TLS_SIDECAR_ENTITY_OPERATOR_IMAGE
49-
value: strimzi/entity-operator-stunnel:0.8.0-rc1
49+
value: strimzi/entity-operator-stunnel:0.8.0
5050
- name: STRIMZI_LOG_LEVEL
5151
value: INFO
5252
livenessProbe:

install/topic-operator/05-Deployment-strimzi-topic-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
serviceAccountName: strimzi-topic-operator
1515
containers:
1616
- name: strimzi-topic-operator
17-
image: strimzi/topic-operator:0.8.0-rc1
17+
image: strimzi/topic-operator:0.8.0
1818
env:
1919
- name: STRIMZI_CONFIGMAP_LABELS
2020
value: "strimzi.io/kind=topic"

install/user-operator/05-Deployment-strimzi-user-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
serviceAccountName: strimzi-user-operator
1515
containers:
1616
- name: strimzi-user-operator
17-
image: strimzi/user-operator:0.8.0-rc1
17+
image: strimzi/user-operator:0.8.0
1818
env:
1919
- name: STRIMZI_NAMESPACE
2020
valueFrom:

kafka-init/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.8.0-RC1</version>
8+
<version>0.8.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>kafka-init</artifactId>

operator-common/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.8.0-RC1</version>
7+
<version>0.8.0</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<artifactId>operator-common</artifactId>

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.8.0-RC1</version>
8+
<version>0.8.0</version>
99

1010
<licenses>
1111
<license>

release.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.8.0-RC1
1+
0.8.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.8.0-RC1</version>
8+
<version>0.8.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

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.8.0-RC1</version>
8+
<version>0.8.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.8.0-RC1</version>
8+
<version>0.8.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>topic-operator</artifactId>

user-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.8.0-RC1</version>
7+
<version>0.8.0</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<artifactId>user-operator</artifactId>

0 commit comments

Comments
 (0)