You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by dg...@apache.org on 2018/08/15 01:01:57 UTC

[incubator-openwhisk-deploy-kube] branch master updated: Add Ruby 2.5 to the list of runtimes (#274)

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/incubator-openwhisk-deploy-kube.git


The following commit(s) were added to refs/heads/master by this push:
     new fcec0a2  Add Ruby 2.5 to the list of runtimes (#274)
fcec0a2 is described below

commit fcec0a2c6e52ec1f9585cbab24d1ee619ebab281
Author: Justin Halsall <Ju...@users.noreply.github.com>
AuthorDate: Tue Aug 14 21:01:55 2018 -0400

    Add Ruby 2.5 to the list of runtimes (#274)
---
 helm/openwhisk/runtimes.json | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/helm/openwhisk/runtimes.json b/helm/openwhisk/runtimes.json
index 17b9326..6ec1057 100644
--- a/helm/openwhisk/runtimes.json
+++ b/helm/openwhisk/runtimes.json
@@ -115,6 +115,18 @@
                     "tag": "latest"
                 }
             }
+        ],
+        "ruby": [
+            {
+                "kind": "ruby:2.5",
+                "default": true,
+                "deprecated": false,
+                "image": {
+                    "prefix": "openwhisk",
+                    "name": "action-ruby-v2.5",
+                    "tag": "latest"
+                }
+            }
         ]
     },
     "blackboxes": [