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 3413715 update tags for newly released runtimes (#583)
3413715 is described below
commit 3413715b3d0839a1beacff016779768a63e425cb
Author: David Grove <[email protected]>
AuthorDate: Wed Feb 12 14:07:50 2020 -0500
update tags for newly released runtimes (#583)
---
helm/openwhisk/runtimes-minimal-travis.json | 4 +--
helm/openwhisk/runtimes.json | 40 ++++++++++++++++++++++++-----
2 files changed, 36 insertions(+), 8 deletions(-)
diff --git a/helm/openwhisk/runtimes-minimal-travis.json
b/helm/openwhisk/runtimes-minimal-travis.json
index 76f7fcb..1e4e281 100644
--- a/helm/openwhisk/runtimes-minimal-travis.json
+++ b/helm/openwhisk/runtimes-minimal-travis.json
@@ -45,7 +45,7 @@
"image": {
"prefix": "openwhisk",
"name": "action-swift-v4.2",
- "tag": "1.13.0-incubating"
+ "tag": "1.14.0"
},
"deprecated": false,
"attached": {
@@ -59,7 +59,7 @@
{
"prefix": "openwhisk",
"name": "dockerskeleton",
- "tag": "1.13.0-incubating"
+ "tag": "1.14.0"
}
]
}
diff --git a/helm/openwhisk/runtimes.json b/helm/openwhisk/runtimes.json
index 10b7655..50c95ff 100644
--- a/helm/openwhisk/runtimes.json
+++ b/helm/openwhisk/runtimes.json
@@ -101,7 +101,21 @@
"image": {
"prefix": "openwhisk",
"name": "action-swift-v4.2",
- "tag": "1.13.0-incubating"
+ "tag": "1.14.0"
+ },
+ "deprecated": false,
+ "attached": {
+ "attachmentName": "codefile",
+ "attachmentType": "text/plain"
+ }
+ },
+ {
+ "kind": "swift:5.1",
+ "default": false,
+ "image": {
+ "prefix": "openwhisk",
+ "name": "action-swift-v5.1",
+ "tag": "1.14.0"
},
"deprecated": false,
"attached": {
@@ -117,7 +131,7 @@
"image": {
"prefix": "openwhisk",
"name": "java8action",
- "tag": "1.13.0-incubating"
+ "tag": "1.14.0"
},
"deprecated": false,
"attached": {
@@ -130,12 +144,26 @@
"php": [
{
"kind": "php:7.3",
- "default": true,
+ "default": false,
"deprecated": false,
"image": {
"prefix": "openwhisk",
"name": "action-php-v7.3",
- "tag": "1.13.0-incubating"
+ "tag": "1.14.0"
+ },
+ "attached": {
+ "attachmentName": "codefile",
+ "attachmentType": "text/plain"
+ }
+ },
+ {
+ "kind": "php:7.4",
+ "default": true,
+ "deprecated": false,
+ "image": {
+ "prefix": "openwhisk",
+ "name": "action-php-v7.4",
+ "tag": "1.14.0"
},
"attached": {
"attachmentName": "codefile",
@@ -155,7 +183,7 @@
"image": {
"prefix": "openwhisk",
"name": "action-ruby-v2.5",
- "tag": "1.13.0-incubating"
+ "tag": "1.14.0"
}
}
],
@@ -228,7 +256,7 @@
{
"prefix": "openwhisk",
"name": "dockerskeleton",
- "tag": "1.13.0-incubating"
+ "tag": "1.14.0"
}
]
}