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 2020/11/02 16:25:43 UTC

[openwhisk] branch master updated: add swift:5.3 kind and change default from swift:4.2 to swift:5.3 (#5020)

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.git


The following commit(s) were added to refs/heads/master by this push:
     new f18e9d5  add swift:5.3 kind and change default from swift:4.2 to swift:5.3 (#5020)
f18e9d5 is described below

commit f18e9d5647360eb8401fdb7f9c2605a27369c776
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Mon Nov 2 11:25:20 2020 -0500

    add swift:5.3 kind and change default from swift:4.2 to swift:5.3 (#5020)
---
 ansible/files/runtimes.json                          | 16 +++++++++++++++-
 core/controller/src/main/resources/apiv1swagger.json |  1 +
 2 files changed, 16 insertions(+), 1 deletion(-)

diff --git a/ansible/files/runtimes.json b/ansible/files/runtimes.json
index 86fbdb1..cd8d29d 100644
--- a/ansible/files/runtimes.json
+++ b/ansible/files/runtimes.json
@@ -103,7 +103,7 @@
         "swift": [
             {
                 "kind": "swift:4.2",
-                "default": true,
+                "default": false,
                 "image": {
                     "prefix": "openwhisk",
                     "name": "action-swift-v4.2",
@@ -128,6 +128,20 @@
                     "attachmentName": "codefile",
                     "attachmentType": "text/plain"
                 }
+            },
+            {
+                "kind": "swift:5.3",
+                "default": true,
+                "image": {
+                    "prefix": "openwhisk",
+                    "name": "action-swift-v5.3",
+                    "tag": "nightly"
+                },
+                "deprecated": false,
+                "attached": {
+                    "attachmentName": "codefile",
+                    "attachmentType": "text/plain"
+                }
             }
         ],
         "java": [
diff --git a/core/controller/src/main/resources/apiv1swagger.json b/core/controller/src/main/resources/apiv1swagger.json
index aa19afb..c234ef7 100644
--- a/core/controller/src/main/resources/apiv1swagger.json
+++ b/core/controller/src/main/resources/apiv1swagger.json
@@ -2014,6 +2014,7 @@
             "sequence",
             "swift:4.2",
             "swift:5.1",
+            "swift:5.3",
             "swift:default",
             "dotnet:2.2",
             "dotnet:3.1",