This is an automated email from the ASF dual-hosted git repository.

dgrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-deploy-kube.git


The following commit(s) were added to refs/heads/master by this push:
     new 499be29  update for python 1.14.0 & nodejs 1.15.0 releases (#585)
499be29 is described below

commit 499be2904dd28a4e5df1fc3bb498c7d607399e59
Author: David Grove <[email protected]>
AuthorDate: Tue Feb 18 10:35:42 2020 -0500

    update for python 1.14.0 & nodejs 1.15.0 releases (#585)
---
 helm/openwhisk/runtimes.json | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/helm/openwhisk/runtimes.json b/helm/openwhisk/runtimes.json
index 24f1d5c..10c02a2 100644
--- a/helm/openwhisk/runtimes.json
+++ b/helm/openwhisk/runtimes.json
@@ -21,7 +21,7 @@
                 "image": {
                     "prefix": "openwhisk",
                     "name": "action-nodejs-v8",
-                    "tag": "1.14.0-incubating"
+                    "tag": "1.15.0"
                 },
                 "deprecated": false,
                 "attached": {
@@ -35,7 +35,7 @@
                 "image": {
                     "prefix": "openwhisk",
                     "name": "action-nodejs-v10",
-                    "tag": "1.14.0-incubating"
+                    "tag": "1.15.0"
                 },
                 "deprecated": false,
                 "attached": {
@@ -55,7 +55,7 @@
                 "image": {
                     "prefix": "openwhisk",
                     "name": "action-nodejs-v12",
-                    "tag": "1.14.0-incubating"
+                    "tag": "1.15.0"
                 },
                 "deprecated": false,
                 "attached": {
@@ -85,7 +85,7 @@
                 "image": {
                     "prefix": "openwhisk",
                     "name": "python3action",
-                    "tag": "1.13.0-incubating"
+                    "tag": "1.14.0"
                 },
                 "deprecated": false,
                 "attached": {

Reply via email to