Skip to content
This repository has been archived by the owner on Mar 13, 2021. It is now read-only.

Commit

Permalink
Preparing for 0.0.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
trisberg committed May 23, 2018
1 parent 909491a commit 49fd9f0
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.7-snapshot
0.0.7
4 changes: 2 additions & 2 deletions function-controller/config/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
component: function-controller
spec:
containers:
- image: projectriff/function-controller:0.0.7-snapshot
- image: projectriff/function-controller:0.0.7
name: function-controller
imagePullPolicy: IfNotPresent
livenessProbe:
Expand All @@ -35,5 +35,5 @@ spec:
- name: RIFF_FUNCTION_SIDECAR_REPOSITORY
value: projectriff/function-sidecar
- name: RIFF_FUNCTION_SIDECAR_TAG
value: 0.0.7-snapshot
value: 0.0.7
serviceAccountName: projectriff-riff
2 changes: 1 addition & 1 deletion function-proto/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>io.projectriff</groupId>
<artifactId>riff-function-proto</artifactId>
<version>0.0.7-SNAPSHOT</version>
<version>0.0.7</version>
<name>Riff Function Protobufs</name>
<description>Protobuffer and gRPC declarations for projectriff</description>
<url>https://projectriff.io</url>
Expand Down
2 changes: 1 addition & 1 deletion function-proto/node/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion function-proto/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@projectriff/function-proto",
"version": "0.0.6",
"version": "0.0.7",
"description": "gRPC service definitions used by the project riff function-sidecar",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion http-gateway/config/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
component: http-gateway
spec:
containers:
- image: projectriff/http-gateway:0.0.7-snapshot
- image: projectriff/http-gateway:0.0.7
name: http-gateway
imagePullPolicy: IfNotPresent
livenessProbe:
Expand Down
2 changes: 1 addition & 1 deletion topic-controller/config/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
component: topic-controller
spec:
containers:
- image: projectriff/topic-controller:0.0.7-snapshot
- image: projectriff/topic-controller:0.0.7
name: topic-controller
imagePullPolicy: IfNotPresent
livenessProbe:
Expand Down

0 comments on commit 49fd9f0

Please sign in to comment.