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/04/01 22:03:31 UTC

[incubator-openwhisk-deploy-kube] branch master updated: add swift4 and default, remove swift3 (#174)

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 4801511  add swift4 and default, remove swift3 (#174)
4801511 is described below

commit 48015118cede883c620850a742c35be2f5fa0938
Author: Carlos Santana <cs...@apache.org>
AuthorDate: Sun Apr 1 18:03:29 2018 -0400

    add swift4 and default, remove swift3 (#174)
---
 kubernetes/cluster-setup/runtimes.json | 17 +++++------------
 1 file changed, 5 insertions(+), 12 deletions(-)

diff --git a/kubernetes/cluster-setup/runtimes.json b/kubernetes/cluster-setup/runtimes.json
index 42858d6..5a81001 100644
--- a/kubernetes/cluster-setup/runtimes.json
+++ b/kubernetes/cluster-setup/runtimes.json
@@ -51,24 +51,17 @@
         ],
         "swift": [
             {
-                "kind": "swift",
-                "image": {
-                    "name": "swiftaction"
-                },
-                "deprecated": true
-            },
-            {
-                "kind": "swift:3",
+                "kind": "swift:3.1.1",
                 "image": {
-                    "name": "swift3action"
+                    "name": "action-swift-v3.1.1"
                 },
-                "deprecated": true
+                "deprecated": false
             },
             {
-                "kind": "swift:3.1.1",
+                "kind": "swift:4.1",
                 "default": true,
                 "image": {
-                    "name": "action-swift-v3.1.1"
+                    "name": "action-swift-v4.1"
                 },
                 "deprecated": false
             }

-- 
To stop receiving notification emails like this one, please contact
dgrove@apache.org.