You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by cs...@apache.org on 2019/01/09 16:59:50 UTC

[incubator-openwhisk-deploy-kube] branch master updated: add swift 4.2 to runtimes.json (#404)

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 ae3a1b5  add swift 4.2 to runtimes.json (#404)
ae3a1b5 is described below

commit ae3a1b5132d6274e4388335eff757d422c120ed5
Author: Carlos Santana <cs...@apache.org>
AuthorDate: Wed Jan 9 11:59:44 2019 -0500

    add swift 4.2 to runtimes.json (#404)
---
 helm/openwhisk/runtimes.json | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)

diff --git a/helm/openwhisk/runtimes.json b/helm/openwhisk/runtimes.json
index b95db48..bb68f18 100644
--- a/helm/openwhisk/runtimes.json
+++ b/helm/openwhisk/runtimes.json
@@ -108,7 +108,7 @@
             },
             {
                 "kind": "swift:4.1",
-                "default": true,
+                "default": false,
                 "image": {
                     "prefix": "openwhisk",
                     "name": "action-swift-v4.1",
@@ -119,6 +119,20 @@
                     "attachmentName": "codefile",
                     "attachmentType": "text/plain"
                 }
+            },
+            {
+                "kind": "swift:4.2",
+                "default": true,
+                "image": {
+                    "prefix": "openwhisk",
+                    "name": "action-swift-v4.2",
+                    "tag": "f870916"
+                },
+                "deprecated": false,
+                "attached": {
+                    "attachmentName": "codefile",
+                    "attachmentType": "text/plain"
+                }
             }
         ],
         "java": [