This is an automated email from the ASF dual-hosted git repository.
csantanapr pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-openwhisk-deploy-kube.git
The following commit(s) were added to refs/heads/master by this push:
new 182ad7b Periodic version bump for core, runtimes, cli, and providers.
(#373)
182ad7b is described below
commit 182ad7bffe89cc0a898bc028cda9023c13712893
Author: David Grove <[email protected]>
AuthorDate: Tue Nov 27 16:27:38 2018 -0500
Periodic version bump for core, runtimes, cli, and providers. (#373)
---
helm/openwhisk/Chart.yaml | 2 +-
helm/openwhisk/runtimes-minimal-travis.json | 4 ++--
helm/openwhisk/runtimes.json | 14 +++++++-------
helm/openwhisk/values.yaml | 26 +++++++++++++-------------
4 files changed, 23 insertions(+), 23 deletions(-)
diff --git a/helm/openwhisk/Chart.yaml b/helm/openwhisk/Chart.yaml
index 9069bac..68c4a8a 100644
--- a/helm/openwhisk/Chart.yaml
+++ b/helm/openwhisk/Chart.yaml
@@ -4,7 +4,7 @@
apiVersion: v1
description: An open source, distributed serverless platform that executes
functions in response to events at any scale
name: openwhisk
-version: 0.1.0
+version: 0.1.1
icon:
https://raw.githubusercontent.com/apache/incubator-openwhisk/682eb5b62ee6ba8017ab54226c2ace3637f4f1ec/docs/images/whisk_icon_full-color_with_tm_64x64-300dpi.png
keywords:
- Apache OpenWhisk
diff --git a/helm/openwhisk/runtimes-minimal-travis.json
b/helm/openwhisk/runtimes-minimal-travis.json
index 48ab1c9..fe288c4 100644
--- a/helm/openwhisk/runtimes-minimal-travis.json
+++ b/helm/openwhisk/runtimes-minimal-travis.json
@@ -7,7 +7,7 @@
"image": {
"prefix": "openwhisk",
"name": "nodejs6action",
- "tag": "d967ebe"
+ "tag": "586f84e"
},
"deprecated": false,
"stemCells": [{
@@ -22,7 +22,7 @@
"image": {
"prefix": "openwhisk",
"name": "python3action",
- "tag": "de60587"
+ "tag": "cee010a"
},
"deprecated": false
}
diff --git a/helm/openwhisk/runtimes.json b/helm/openwhisk/runtimes.json
index cc442a6..b383c9c 100644
--- a/helm/openwhisk/runtimes.json
+++ b/helm/openwhisk/runtimes.json
@@ -7,7 +7,7 @@
"image": {
"prefix": "openwhisk",
"name": "nodejs6action",
- "tag": "d967ebe"
+ "tag": "586f84e"
},
"deprecated": false,
"attached": {
@@ -27,7 +27,7 @@
"image": {
"prefix": "openwhisk",
"name": "action-nodejs-v8",
- "tag": "d967ebe"
+ "tag": "586f84e"
},
"deprecated": false,
"attached": {
@@ -56,7 +56,7 @@
"image": {
"prefix": "openwhisk",
"name": "python2action",
- "tag": "de60587"
+ "tag": "cee010a"
},
"deprecated": false,
"attached": {
@@ -70,7 +70,7 @@
"image": {
"prefix": "openwhisk",
"name": "python2action",
- "tag": "de60587"
+ "tag": "cee010a"
},
"deprecated": false,
"attached": {
@@ -83,7 +83,7 @@
"image": {
"prefix": "openwhisk",
"name": "python3action",
- "tag": "de60587"
+ "tag": "cee010a"
},
"deprecated": false,
"attached": {
@@ -180,7 +180,7 @@
"image": {
"prefix": "openwhisk",
"name": "action-ruby-v2.5",
- "tag": "78e1406"
+ "tag": "092b5cf"
}
}
],
@@ -205,7 +205,7 @@
{
"prefix": "openwhisk",
"name": "dockerskeleton",
- "tag": "8b2e205"
+ "tag": "c0073ab"
}
]
}
diff --git a/helm/openwhisk/values.yaml b/helm/openwhisk/values.yaml
index 07ebb29..9bba833 100644
--- a/helm/openwhisk/values.yaml
+++ b/helm/openwhisk/values.yaml
@@ -42,17 +42,17 @@ whisk:
runtimes: "runtimes.json"
versions:
openwhisk:
- buildDate: "2018-11-13-21:33:13Z"
- buildNo: "20181113a"
- gitTag: "775b757ac7555c8371a5e03497622531984bf4f4"
+ buildDate: "2018-11-26-16:11:11Z"
+ buildNo: "20181126a"
+ gitTag: "7bd49718232d0381b53794f9353c014a1abfef15"
openwhiskCli:
- tag: "2062905"
+ tag: "8da6e3b"
openwhiskCatalog:
gitTag: "3d6d69f3e2dba96c775d4b1a4d55b1fc158b1201"
openwhiskPackageAlarms:
- gitTag: "d3598dd4279b2675953eb3cdd3665694d254ac05"
+ gitTag: "d3846ad810ef9838fe849613af23dec53bd92676"
openwhiskPackageCloudant:
- gitTag: "1c340b85d0b29a5d3f1fd0df487c4dd2f9a7349b"
+ gitTag: "3e0a90be16be5fc9e17928d3d70e230bfe4771b3"
openwhiskPackageKafka:
gitTag: "e242c13d05a11c4d2df5968e13ba1e0f3ef95c72"
@@ -69,11 +69,11 @@ k8s:
utility:
ansibleRunner:
imageName: "openwhisk/ansible-runner"
- imageTag: "775b757"
+ imageTag: "7bd4971"
imagePullPolicy: "IfNotPresent"
scriptRunner:
imageName: "openwhisk/script-runner"
- imageTag: "775b757"
+ imageTag: "7bd4971"
imagePullPolicy: "IfNotPresent"
# Docker registry
@@ -169,7 +169,7 @@ nginx:
controller:
name: "controller"
imageName: "openwhisk/controller"
- imageTag: "775b757"
+ imageTag: "7bd4971"
imagePullPolicy: "IfNotPresent"
replicaCount: 1
restartPolicy: "Always"
@@ -187,7 +187,7 @@ controller:
invoker:
name: "invoker"
imageName: "openwhisk/invoker"
- imageTag: "775b757"
+ imageTag: "7bd4971"
imagePullPolicy: "IfNotPresent"
restartPolicy: "Always"
port: 8080
@@ -203,7 +203,7 @@ invoker:
agent:
name: "invoker-agent"
imageName: "openwhisk/kube-invoker-agent"
- imageTag: "fa67042"
+ imageTag: "e065c08"
imagePullPolicy: "IfNotPresent"
enabled: false
port: 3233
@@ -252,7 +252,7 @@ providers:
enabled: false
name: "alarmprovider"
imageName: "openwhisk/alarmprovider"
- imageTag: "1.10.2"
+ imageTag: "1.10.3"
imagePullPolicy: "IfNotPresent"
# NOTE: replicaCount > 1 doesn't work because of the PVC
replicaCount: 1
@@ -279,7 +279,7 @@ providers:
enabled: false
name: "cloudantprovider"
imageName: "openwhisk/cloudantprovider"
- imageTag: "1.7.1"
+ imageTag: "1.8.1"
imagePullPolicy: "IfNotPresent"
# NOTE: replicaCount > 1 doesn't work because of the PVC
replicaCount: 1