From 7b1bce63a70ccdffdb98b24accb57f8d10545ab2 Mon Sep 17 00:00:00 2001 From: Scott Andrews Date: Fri, 6 Apr 2018 19:02:53 -0400 Subject: [PATCH] Preparing for 0.0.6 release --- Getting-Started.adoc | 2 -- VERSION | 2 +- function-controller/config/deployment.yaml | 4 ++-- function-proto/java/pom.xml | 2 +- http-gateway/config/deployment.yaml | 2 +- topic-controller/config/deployment.yaml | 2 +- 6 files changed, 6 insertions(+), 8 deletions(-) diff --git a/Getting-Started.adoc b/Getting-Started.adoc index 329ce6a0b..06d9de6cf 100644 --- a/Getting-Started.adoc +++ b/Getting-Started.adoc @@ -190,7 +190,6 @@ The config file to be used can be set using `--config` option and it defaults to Environment variables are prefixed with `RIFF_` and the variables from the following example are supported: ``` -RIFF_VERSION=0.0.6-snapshot RIFF_USERACCOUNT=myaccount RIFF_NAMESPACE=test ``` @@ -198,7 +197,6 @@ RIFF_NAMESPACE=test For the config file, you can create a `~/.riff.yaml` file with something like the following content: ``` -riffVersion: 0.0.6-snapshot useraccount: myaccount namespace: test ``` diff --git a/VERSION b/VERSION index a97ababe3..99d85ecdb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.6-snapshot \ No newline at end of file +0.0.6 \ No newline at end of file diff --git a/function-controller/config/deployment.yaml b/function-controller/config/deployment.yaml index 660bce734..1c54bd10d 100644 --- a/function-controller/config/deployment.yaml +++ b/function-controller/config/deployment.yaml @@ -12,7 +12,7 @@ spec: component: function-controller spec: containers: - - image: projectriff/function-controller:0.0.6-snapshot + - image: projectriff/function-controller:0.0.6 name: function-controller imagePullPolicy: IfNotPresent livenessProbe: @@ -35,5 +35,5 @@ spec: - name: RIFF_FUNCTION_SIDECAR_REPOSITORY value: projectriff/function-sidecar - name: RIFF_FUNCTION_SIDECAR_TAG - value: 0.0.6-snapshot + value: 0.0.6 serviceAccountName: riff-sa diff --git a/function-proto/java/pom.xml b/function-proto/java/pom.xml index 51f189ca7..2598a8229 100644 --- a/function-proto/java/pom.xml +++ b/function-proto/java/pom.xml @@ -5,7 +5,7 @@ io.projectriff riff-function-proto - 0.0.6-SNAPSHOT + 0.0.6 Riff Function Protobufs Protobuffer and gRPC declarations for projectriff https://projectriff.io diff --git a/http-gateway/config/deployment.yaml b/http-gateway/config/deployment.yaml index a923593b5..7797b1ed0 100644 --- a/http-gateway/config/deployment.yaml +++ b/http-gateway/config/deployment.yaml @@ -12,7 +12,7 @@ spec: component: http-gateway spec: containers: - - image: projectriff/http-gateway:0.0.6-snapshot + - image: projectriff/http-gateway:0.0.6 name: http-gateway imagePullPolicy: IfNotPresent livenessProbe: diff --git a/topic-controller/config/deployment.yaml b/topic-controller/config/deployment.yaml index 26d0be2eb..10abce9b5 100644 --- a/topic-controller/config/deployment.yaml +++ b/topic-controller/config/deployment.yaml @@ -12,7 +12,7 @@ spec: component: topic-controller spec: containers: - - image: projectriff/topic-controller:0.0.6-snapshot + - image: projectriff/topic-controller:0.0.6 name: topic-controller imagePullPolicy: IfNotPresent livenessProbe: