You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ra...@apache.org on 2021/04/20 02:06:51 UTC

[openwhisk-deploy-kube] branch master updated: updated runtime versions for java, python, rust, ruby (#685)

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

rabbah 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 4060919  updated runtime versions for java, python, rust, ruby (#685)
4060919 is described below

commit 40609195d9879e9890782d4ac3177a2fe9674622
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Mon Apr 19 22:06:42 2021 -0400

    updated runtime versions for java, python, rust, ruby (#685)
---
 helm/openwhisk/runtimes-minimal-travis.json |  4 ++--
 helm/openwhisk/runtimes.json                | 10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/helm/openwhisk/runtimes-minimal-travis.json b/helm/openwhisk/runtimes-minimal-travis.json
index 716c427..9cc9efe 100644
--- a/helm/openwhisk/runtimes-minimal-travis.json
+++ b/helm/openwhisk/runtimes-minimal-travis.json
@@ -22,8 +22,8 @@
                 "kind": "python:3",
                 "image": {
                     "prefix": "openwhisk",
-                    "name": "python3action",
-                    "tag": "1.15.0"
+                    "name": "actionloop-python-v3.7",
+                    "tag": "1.16.0"
                 },
                 "deprecated": false
             }
diff --git a/helm/openwhisk/runtimes.json b/helm/openwhisk/runtimes.json
index 91dbad9..f9f531f 100644
--- a/helm/openwhisk/runtimes.json
+++ b/helm/openwhisk/runtimes.json
@@ -70,8 +70,8 @@
                 "default": true,
                 "image": {
                     "prefix": "openwhisk",
-                    "name": "python3action",
-                    "tag": "1.15.0"
+                    "name": "actionloop-python-v3.7",
+                    "tag": "1.16.0"
                 },
                 "deprecated": false,
                 "attached": {
@@ -117,7 +117,7 @@
                 "image": {
                     "prefix": "openwhisk",
                     "name": "java8action",
-                    "tag": "1.15.0"
+                    "tag": "1.16.0"
                 },
                 "deprecated": false,
                 "attached": {
@@ -183,7 +183,7 @@
                 "image": {
                     "prefix": "openwhisk",
                     "name": "action-ruby-v2.5",
-                    "tag": "1.15.0"
+                    "tag": "1.16.0"
                 }
             }
         ],
@@ -215,7 +215,7 @@
                 "image": {
                     "prefix": "openwhisk",
                     "name": "action-rust-v1.34",
-                    "tag": "1.1.0"
+                    "tag": "1.2.0"
                 }
             }
         ],