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 2021/05/21 13:14:34 UTC

[openwhisk-deploy-kube] branch master updated: use runtime-swift 1.16.0 release (#686)

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


The following commit(s) were added to refs/heads/master by this push:
     new 31a188c  use runtime-swift 1.16.0 release (#686)
31a188c is described below

commit 31a188cb00389ed8f6711aa0d281e59e7dd8a0ee
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Fri May 21 09:14:28 2021 -0400

    use runtime-swift 1.16.0 release (#686)
---
 helm/openwhisk/runtimes-minimal-travis.json |  2 +-
 helm/openwhisk/runtimes.json                | 18 ++++++++++++++++--
 2 files changed, 17 insertions(+), 3 deletions(-)

diff --git a/helm/openwhisk/runtimes-minimal-travis.json b/helm/openwhisk/runtimes-minimal-travis.json
index 9cc9efe..8f52a33 100644
--- a/helm/openwhisk/runtimes-minimal-travis.json
+++ b/helm/openwhisk/runtimes-minimal-travis.json
@@ -35,7 +35,7 @@
                 "image": {
                     "prefix": "openwhisk",
                     "name": "action-swift-v4.2",
-                    "tag": "1.15.0"
+                    "tag": "1.16.0"
                 },
                 "deprecated": false,
                 "attached": {
diff --git a/helm/openwhisk/runtimes.json b/helm/openwhisk/runtimes.json
index f9f531f..6ddddbd 100644
--- a/helm/openwhisk/runtimes.json
+++ b/helm/openwhisk/runtimes.json
@@ -87,7 +87,7 @@
                 "image": {
                     "prefix": "openwhisk",
                     "name": "action-swift-v4.2",
-                    "tag": "1.15.0"
+                    "tag": "1.16.0"
                 },
                 "deprecated": false,
                 "attached": {
@@ -101,7 +101,21 @@
                 "image": {
                     "prefix": "openwhisk",
                     "name": "action-swift-v5.1",
-                    "tag": "1.15.0"
+                    "tag": "1.16.0"
+                },
+                "deprecated": false,
+                "attached": {
+                    "attachmentName": "codefile",
+                    "attachmentType": "text/plain"
+                }
+            },
+            {
+                "kind": "swift:5.3",
+                "default": false,
+                "image": {
+                    "prefix": "openwhisk",
+                    "name": "action-swift-v5.3",
+                    "tag": "1.16.0"
                 },
                 "deprecated": false,
                 "attached": {