From 583246872ac95871073f160e5baae895035caa61 Mon Sep 17 00:00:00 2001 From: trisberg Date: Fri, 15 Dec 2017 15:36:06 -0500 Subject: [PATCH] Preparing for 0.0.2 release --- config/function-controller-deployment.yaml | 4 ++-- config/http-gateway-deployment.yaml | 2 +- config/topic-controller-deployment.yaml | 2 +- helm/values-snapshot.yaml | 8 ++++---- riff | 2 +- samples/java/greeter/Dockerfile | 2 +- samples/java/greeter/README.adoc | 2 +- samples/java/greeter/greeter.yaml | 2 +- samples/node/slack/Dockerfile | 2 +- samples/node/square/Dockerfile | 2 +- samples/node/square/README.adoc | 2 +- samples/node/square/square.yaml | 2 +- samples/python/sentiments/Dockerfile | 2 +- samples/python/sentiments/README.adoc | 2 +- samples/python/sentiments/sentiments.yaml | 2 +- samples/python/uppercase/dockerize | 2 +- samples/python/uppercase/uppercase.yaml | 2 +- samples/shell/echo/Dockerfile | 2 +- samples/shell/echo/README.adoc | 2 +- samples/shell/echo/echo-function.yaml | 2 +- samples/shell/wordcount/Dockerfile | 2 +- samples/shell/wordcount/README.adoc | 2 +- samples/shell/wordcount/wordcount.yaml | 2 +- 23 files changed, 27 insertions(+), 27 deletions(-) diff --git a/config/function-controller-deployment.yaml b/config/function-controller-deployment.yaml index e526f427f..b6ba57e6a 100644 --- a/config/function-controller-deployment.yaml +++ b/config/function-controller-deployment.yaml @@ -12,7 +12,7 @@ spec: component: function-controller spec: containers: - - image: projectriff/function-controller:0.0.2-snapshot + - image: projectriff/function-controller:0.0.3-snapshot name: function-controller imagePullPolicy: IfNotPresent livenessProbe: @@ -37,5 +37,5 @@ spec: - name: SPRING_CLOUD_STREAM_KAFKA_BINDER_ZK_NODES value: zookeeper:2181 - name: RIFF_FUNCTION_SIDECAR_TAG - value: 0.0.2-snapshot + value: 0.0.3-snapshot serviceAccountName: riff-sa diff --git a/config/http-gateway-deployment.yaml b/config/http-gateway-deployment.yaml index d9ae93723..1ea5b4c16 100644 --- a/config/http-gateway-deployment.yaml +++ b/config/http-gateway-deployment.yaml @@ -12,7 +12,7 @@ spec: component: http-gateway spec: containers: - - image: projectriff/http-gateway:0.0.2-snapshot + - image: projectriff/http-gateway:0.0.3-snapshot name: http-gateway imagePullPolicy: IfNotPresent livenessProbe: diff --git a/config/topic-controller-deployment.yaml b/config/topic-controller-deployment.yaml index dbf71f609..aef95cbd9 100644 --- a/config/topic-controller-deployment.yaml +++ b/config/topic-controller-deployment.yaml @@ -12,7 +12,7 @@ spec: component: topic-controller spec: containers: - - image: projectriff/topic-controller:0.0.2-snapshot + - image: projectriff/topic-controller:0.0.3-snapshot name: topic-controller imagePullPolicy: IfNotPresent livenessProbe: diff --git a/helm/values-snapshot.yaml b/helm/values-snapshot.yaml index 3c7720a10..35e9b7a97 100644 --- a/helm/values-snapshot.yaml +++ b/helm/values-snapshot.yaml @@ -1,12 +1,12 @@ functionController: image: - tag: 0.0.2-snapshot + tag: 0.0.3-snapshot sidecar: image: - tag: 0.0.2-snapshot + tag: 0.0.3-snapshot topicController: image: - tag: 0.0.2-snapshot + tag: 0.0.3-snapshot httpGateway: image: - tag: 0.0.2-snapshot + tag: 0.0.3-snapshot diff --git a/riff b/riff index be5f2076c..a80f8927c 100755 --- a/riff +++ b/riff @@ -1,6 +1,6 @@ #!/bin/bash -RIFF_VERSION=0.0.1 +RIFF_VERSION=0.0.2 function print_usage() { cat <