Skip to content

Commit

Permalink
Prepare for 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scholzj committed Oct 18, 2018
1 parent 4b9af08 commit a8689d2
Show file tree
Hide file tree
Showing 18 changed files with 74 additions and 49 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.strimzi</groupId>
<artifactId>strimzi</artifactId>
<version>0.8.0</version>
<version>0.8.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion certificate-manager/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>strimzi</artifactId>
<groupId>io.strimzi</groupId>
<version>0.8.0</version>
<version>0.8.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>certificate-manager</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cluster-operator/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.strimzi</groupId>
<artifactId>strimzi</artifactId>
<version>0.8.0</version>
<version>0.8.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cluster-operator</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion crd-generator/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>strimzi</artifactId>
<groupId>io.strimzi</groupId>
<version>0.8.0</version>
<version>0.8.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>crd-generator</artifactId>
Expand Down
27 changes: 26 additions & 1 deletion helm-charts/index.yaml 100755 → 100644
@@ -1,6 +1,31 @@
apiVersion: v1
entries:
strimzi-kafka-operator:
- apiVersion: v1
appVersion: 0.8.1
created: 2018-10-18T09:10:01.114463096+02:00
description: 'Strimzi: Kafka as a Service'
digest: 67d28bf30bad5fbae8a63c4e1bc2065c2b9fd4a88e9dec78e82ddb57d9c49a79
home: http://strimzi.io/
icon: https://raw.githubusercontent.com/strimzi/strimzi-kafka-operator/master/documentation/logo/strimzi_logo.png
keywords:
- kafka
- queue
- stream
- event
- messaging
- datastore
- topic
maintainers:
- name: ppatierno
- name: scholzj
- name: tombentley
name: strimzi-kafka-operator
sources:
- https://github.com/strimzi/strimzi-kafka-operator
urls:
- https://github.com/strimzi/strimzi-kafka-operator/releases/download/0.8.1/strimzi-kafka-operator-helm-chart-0.8.1.tgz
version: 0.8.1
- apiVersion: v1
appVersion: 0.8.0
created: 2018-10-12T14:28:03.648679252+02:00
Expand Down Expand Up @@ -76,4 +101,4 @@ entries:
urls:
- https://github.com/strimzi/strimzi-kafka-operator/releases/download/0.6.0/strimzi-kafka-operator-0.6.0.tgz
version: 0.6.0
generated: 2018-10-12T14:28:03.646554061+02:00
generated: 2018-10-18T09:10:01.113183051+02:00
20 changes: 10 additions & 10 deletions helm-charts/strimzi-kafka-operator/README.md
Expand Up @@ -53,38 +53,38 @@ the documentation for more details.
| `watchNamespaces` | Comma separated list of additional namespaces for the strimzi-operator to watch | [] |
| `image.repository` | Cluster Operator image repository | `strimzi` |
| `image.name` | Cluster Operator image name | `cluster-operator` |
| `image.tag` | Cluster Operator image tag | `0.8.0` |
| `image.tag` | Cluster Operator image tag | `0.8.1` |
| `image.imagePullPolicy` | Cluster Operator image pull policy | `IfNotPresent` |
| `logLevel` | Cluster Operator log level | `INFO` |
| `fullReconciliationIntervalMs` | Full reconciliation interval in milliseconds | 120000 |
| `operationTimeoutMs` | Operation timeout in milliseconds | 300000 |
| `zookeeper.image.repository` | ZooKeeper image repository | `strimzi` |
| `zookeeper.image.name` | ZooKeeper image name | `zookeeper` |
| `zookeeper.image.tag` | ZooKeeper image tag | `0.8.0` |
| `zookeeper.image.tag` | ZooKeeper image tag | `0.8.1` |
| `kafka.image.repository` | Kafka image repository | `strimzi` |
| `kafka.image.name` | Kafka image name | `kafka` |
| `kafka.image.tag` | Kafka image tag | `0.8.0` |
| `kafka.image.tag` | Kafka image tag | `0.8.1` |
| `kafkaConnect.image.repository` | Kafka Connect image repository | `strimzi` |
| `kafkaConnect.image.name` | Kafka Connect image name | `kafka-connect` |
| `kafkaConnect.image.tag` | Kafka Connect image tag | `0.8.0` |
| `kafkaConnect.image.tag` | Kafka Connect image tag | `0.8.1` |
| `kafkaConnects2i.image.repository` | Kafka Connect s2i image repository | `strimzi` |
| `kafkaConnects2i.image.name` | Kafka Connect s2i image name | `kafka-connect-s2i` |
| `kafkaConnects2i.image.tag` | Kafka Connect s2i image tag | `0.8.0` |
| `kafkaConnects2i.image.tag` | Kafka Connect s2i image tag | `0.8.1` |
| `topicOperator.image.repository` | Topic Operator image repository | `strimzi` |
| `topicOperator.image.name` | Topic Operator s2i image name | `topic-operator` |
| `topicOperator.image.tag` | Topic Operator s2i image tag | `0.8.0` |
| `topicOperator.image.tag` | Topic Operator s2i image tag | `0.8.1` |
| `kafkaInit.image.repository` | Init Kafka image repository | `strimzi` |
| `kafkaInit.image.name` | Init Kafka image name | `kafka-init` |
| `kafkaInit.image.tag` | Init Kafka image tag | `0.8.0` |
| `kafkaInit.image.tag` | Init Kafka image tag | `0.8.1` |
| `tlsSidecarZookeeper.image.repository` | TLS Sidecar for ZooKeeper image repository | `strimzi` |
| `tlsSidecarZookeeper.image.name` | TLS Sidecar for ZooKeeper image name | `zookeeper-stunnel` |
| `tlsSidecarZookeeper.image.tag` | TLS Sidecar for ZooKeeper image tag | `0.8.0` |
| `tlsSidecarZookeeper.image.tag` | TLS Sidecar for ZooKeeper image tag | `0.8.1` |
| `tlsSidecarKafka.image.repository` | TLS Sidecar for Kafka image repository | `strimzi` |
| `tlsSidecarKafka.image.name` | TLS Sidecar for Kafka image name | `kafka-stunnel` |
| `tlsSidecarKafka.image.tag` | TLS Sidecar for Kafka image tag | `0.8.0` |
| `tlsSidecarKafka.image.tag` | TLS Sidecar for Kafka image tag | `0.8.1` |
| `tlsSidecarTopicOperator.image.repository` | TLS Sidecar for Topic Operator image repository | `strimzi` |
| `tlsSidecarTopicOperator.image.name` | TLS Sidecar for Topic Operator image name | `topic-operator-stunnel` |
| `tlsSidecarTopicOperator.image.tag` | TLS Sidecar for Topic Operator image tag | `0.8.0` |
| `tlsSidecarTopicOperator.image.tag` | TLS Sidecar for Topic Operator image tag | `0.8.1` |
| `resources.limits.memory` | Memory constraint for limits | `256Mi` |
| `resources.limits.cpu` | CPU constraint for limits | `1000m` |
| `resources.requests.memory` | Memory constraint for requests | `256Mi` |
Expand Down
24 changes: 12 additions & 12 deletions helm-charts/strimzi-kafka-operator/values.yaml
Expand Up @@ -5,7 +5,7 @@ watchNamespaces: []
image:
repository: strimzi
name: cluster-operator
tag: 0.8.0
tag: 0.8.1
imagePullPolicy: IfNotPresent
logLevel: INFO
fullReconciliationIntervalMs: 120000
Expand All @@ -17,57 +17,57 @@ zookeeper:
image:
repository: strimzi
name: zookeeper
tag: 0.8.0
tag: 0.8.1
kafka:
image:
repository: strimzi
name: kafka
tag: 0.8.0
tag: 0.8.1
kafkaConnect:
image:
repository: strimzi
name: kafka-connect
tag: 0.8.0
tag: 0.8.1
kafkaConnects2i:
image:
repository: strimzi
name: kafka-connect-s2i
tag: 0.8.0
tag: 0.8.1
topicOperator:
image:
repository: strimzi
name: topic-operator
tag: 0.8.0
tag: 0.8.1
userOperator:
image:
repository: strimzi
name: user-operator
tag: 0.8.0
tag: 0.8.1
kafkaInit:
image:
repository: strimzi
name: kafka-init
tag: 0.8.0
tag: 0.8.1
tlsSidecarZookeeper:
image:
repository: strimzi
name: zookeeper-stunnel
tag: 0.8.0
tag: 0.8.1
tlsSidecarKafka:
image:
repository: strimzi
name: kafka-stunnel
tag: 0.8.0
tag: 0.8.1
tlsSidecarEntityOperator:
image:
repository: strimzi
name: entity-operator-stunnel
tag: 0.8.0
tag: 0.8.1
kafkaMirrorMaker:
image:
repository: strimzi
name: kafka-mirror-maker
tag: 0.8.0
tag: 0.8.1
resources:
limits:
memory: 256Mi
Expand Down
Expand Up @@ -14,7 +14,7 @@ spec:
serviceAccountName: strimzi-cluster-operator
containers:
- name: strimzi-cluster-operator
image: strimzi/cluster-operator:0.8.0
image: strimzi/cluster-operator:0.8.1
imagePullPolicy: IfNotPresent
env:
- name: STRIMZI_NAMESPACE
Expand All @@ -26,27 +26,27 @@ spec:
- name: STRIMZI_OPERATION_TIMEOUT_MS
value: "300000"
- name: STRIMZI_DEFAULT_ZOOKEEPER_IMAGE
value: strimzi/zookeeper:0.8.0
value: strimzi/zookeeper:0.8.1
- name: STRIMZI_DEFAULT_KAFKA_IMAGE
value: strimzi/kafka:0.8.0
value: strimzi/kafka:0.8.1
- name: STRIMZI_DEFAULT_KAFKA_CONNECT_IMAGE
value: strimzi/kafka-connect:0.8.0
value: strimzi/kafka-connect:0.8.1
- name: STRIMZI_DEFAULT_KAFKA_CONNECT_S2I_IMAGE
value: strimzi/kafka-connect-s2i:0.8.0
value: strimzi/kafka-connect-s2i:0.8.1
- name: STRIMZI_DEFAULT_KAFKA_MIRRORMAKER_IMAGE
value: strimzi/kafka-mirror-maker:0.8.0
value: strimzi/kafka-mirror-maker:0.8.1
- name: STRIMZI_DEFAULT_TOPIC_OPERATOR_IMAGE
value: strimzi/topic-operator:0.8.0
value: strimzi/topic-operator:0.8.1
- name: STRIMZI_DEFAULT_USER_OPERATOR_IMAGE
value: strimzi/user-operator:0.8.0
value: strimzi/user-operator:0.8.1
- name: STRIMZI_DEFAULT_KAFKA_INIT_IMAGE
value: strimzi/kafka-init:0.8.0
value: strimzi/kafka-init:0.8.1
- name: STRIMZI_DEFAULT_TLS_SIDECAR_ZOOKEEPER_IMAGE
value: strimzi/zookeeper-stunnel:0.8.0
value: strimzi/zookeeper-stunnel:0.8.1
- name: STRIMZI_DEFAULT_TLS_SIDECAR_KAFKA_IMAGE
value: strimzi/kafka-stunnel:0.8.0
value: strimzi/kafka-stunnel:0.8.1
- name: STRIMZI_DEFAULT_TLS_SIDECAR_ENTITY_OPERATOR_IMAGE
value: strimzi/entity-operator-stunnel:0.8.0
value: strimzi/entity-operator-stunnel:0.8.1
- name: STRIMZI_LOG_LEVEL
value: INFO
livenessProbe:
Expand Down
Expand Up @@ -14,7 +14,7 @@ spec:
serviceAccountName: strimzi-topic-operator
containers:
- name: strimzi-topic-operator
image: strimzi/topic-operator:0.8.0
image: strimzi/topic-operator:0.8.1
env:
- name: STRIMZI_CONFIGMAP_LABELS
value: "strimzi.io/kind=topic"
Expand Down
Expand Up @@ -14,7 +14,7 @@ spec:
serviceAccountName: strimzi-user-operator
containers:
- name: strimzi-user-operator
image: strimzi/user-operator:0.8.0
image: strimzi/user-operator:0.8.1
env:
- name: STRIMZI_NAMESPACE
valueFrom:
Expand Down
2 changes: 1 addition & 1 deletion kafka-init/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>strimzi</artifactId>
<groupId>io.strimzi</groupId>
<version>0.8.0</version>
<version>0.8.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>kafka-init</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion operator-common/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.strimzi</groupId>
<artifactId>strimzi</artifactId>
<version>0.8.0</version>
<version>0.8.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>operator-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -5,7 +5,7 @@
<groupId>io.strimzi</groupId>
<artifactId>strimzi</artifactId>
<packaging>pom</packaging>
<version>0.8.0</version>
<version>0.8.1</version>

<licenses>
<license>
Expand Down
2 changes: 1 addition & 1 deletion release.version
@@ -1 +1 @@
0.8.0
0.8.1
2 changes: 1 addition & 1 deletion systemtest/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>strimzi</artifactId>
<groupId>io.strimzi</groupId>
<version>0.8.0</version>
<version>0.8.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion test/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>strimzi</artifactId>
<groupId>io.strimzi</groupId>
<version>0.8.0</version>
<version>0.8.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion topic-operator/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.strimzi</groupId>
<artifactId>strimzi</artifactId>
<version>0.8.0</version>
<version>0.8.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>topic-operator</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion user-operator/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.strimzi</groupId>
<artifactId>strimzi</artifactId>
<version>0.8.0</version>
<version>0.8.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>user-operator</artifactId>
Expand Down

0 comments on commit a8689d2

Please sign in to comment.