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 6040764 update runtimes.json for release wave (#698)
6040764 is described below
commit 6040764b30ddc688d7707d5169c6f24fbed7ad6c
Author: David Grove <[email protected]>
AuthorDate: Fri Nov 5 10:26:54 2021 -0400
update runtimes.json for release wave (#698)
* update runtimes.json for release wave
* update image name for python
* consume latest openwhisk core to pick up dependency fixes
* use package-alarms 2.3.0
---
helm/openwhisk/Chart.yaml | 2 +-
helm/openwhisk/runtimes-minimal-travis.json | 19 +++---
helm/openwhisk/runtimes.json | 95 +++++++++++++----------------
helm/openwhisk/values.yaml | 23 ++++---
4 files changed, 68 insertions(+), 71 deletions(-)
diff --git a/helm/openwhisk/Chart.yaml b/helm/openwhisk/Chart.yaml
index 4bcff78..8426d1c 100644
--- a/helm/openwhisk/Chart.yaml
+++ b/helm/openwhisk/Chart.yaml
@@ -18,7 +18,7 @@
apiVersion: v2
type: application
name: openwhisk
-version: 1.0.0
+version: 1.0.1
home: https://openwhisk.apache.org
description: Apache OpenWhisk is an open source serverless cloud platform
icon:
https://raw.githubusercontent.com/apache/openwhisk/682eb5b62ee6ba8017ab54226c2ace3637f4f1ec/docs/images/whisk_icon_full-color_with_tm_64x64-300dpi.png
diff --git a/helm/openwhisk/runtimes-minimal-travis.json
b/helm/openwhisk/runtimes-minimal-travis.json
index e30fe70..708d439 100644
--- a/helm/openwhisk/runtimes-minimal-travis.json
+++ b/helm/openwhisk/runtimes-minimal-travis.json
@@ -3,12 +3,12 @@
"runtimes": {
"nodejs": [
{
- "kind": "nodejs:10",
+ "kind": "nodejs:14",
"default": true,
"image": {
"prefix": "openwhisk",
- "name": "action-nodejs-v10",
- "tag": "1.18.0"
+ "name": "action-nodejs-v14",
+ "tag": "1.19.0"
},
"deprecated": false,
"attached": {
@@ -20,12 +20,17 @@
"python": [
{
"kind": "python:3",
+ "default": true,
"image": {
"prefix": "openwhisk",
- "name": "actionloop-python-v3.7",
- "tag": "1.16.0"
+ "name": "action-python-v3.7",
+ "tag": "1.17.0"
},
- "deprecated": false
+ "deprecated": false,
+ "attached": {
+ "attachmentName": "codefile",
+ "attachmentType": "text/plain"
+ }
}
],
"swift": [
@@ -35,7 +40,7 @@
"image": {
"prefix": "openwhisk",
"name": "action-swift-v4.2",
- "tag": "1.16.0"
+ "tag": "1.17.0"
},
"deprecated": false,
"attached": {
diff --git a/helm/openwhisk/runtimes.json b/helm/openwhisk/runtimes.json
index fd14f69..96d85dd 100644
--- a/helm/openwhisk/runtimes.json
+++ b/helm/openwhisk/runtimes.json
@@ -2,32 +2,12 @@
"runtimes": {
"nodejs": [
{
- "kind": "nodejs:10",
- "default": true,
- "image": {
- "prefix": "openwhisk",
- "name": "action-nodejs-v10",
- "tag": "1.18.0"
- },
- "deprecated": false,
- "attached": {
- "attachmentName": "codefile",
- "attachmentType": "text/plain"
- },
- "stemCells": [
- {
- "count": 2,
- "memory": "256 MB"
- }
- ]
- },
- {
"kind": "nodejs:12",
"default": false,
"image": {
"prefix": "openwhisk",
"name": "action-nodejs-v12",
- "tag": "1.18.0"
+ "tag": "1.19.0"
},
"deprecated": false,
"attached": {
@@ -37,41 +17,40 @@
},
{
"kind": "nodejs:14",
- "default": false,
+ "default": true,
"image": {
"prefix": "openwhisk",
"name": "action-nodejs-v14",
- "tag": "1.18.0"
+ "tag": "1.19.0"
},
"deprecated": false,
"attached": {
"attachmentName": "codefile",
"attachmentType": "text/plain"
- }
+ },
+ "stemCells": [
+ {
+ "initialCount": 2,
+ "memory": "256 MB",
+ "reactive": {
+ "minCount": 1,
+ "maxCount": 4,
+ "ttl": "2 minutes",
+ "threshold": 1,
+ "increment": 1
+ }
+ }
+ ]
}
],
"python": [
{
- "kind": "python:2",
- "default": false,
- "image": {
- "prefix": "openwhisk",
- "name": "python2action",
- "tag": "1.13.0-incubating"
- },
- "deprecated": false,
- "attached": {
- "attachmentName": "codefile",
- "attachmentType": "text/plain"
- }
- },
- {
"kind": "python:3",
"default": true,
"image": {
"prefix": "openwhisk",
- "name": "actionloop-python-v3.7",
- "tag": "1.16.0"
+ "name": "action-python-v3.7",
+ "tag": "1.17.0"
},
"deprecated": false,
"attached": {
@@ -87,7 +66,7 @@
"image": {
"prefix": "openwhisk",
"name": "action-swift-v4.2",
- "tag": "1.16.0"
+ "tag": "1.17.0"
},
"deprecated": false,
"attached": {
@@ -101,7 +80,7 @@
"image": {
"prefix": "openwhisk",
"name": "action-swift-v5.1",
- "tag": "1.16.0"
+ "tag": "1.17.0"
},
"deprecated": false,
"attached": {
@@ -115,7 +94,21 @@
"image": {
"prefix": "openwhisk",
"name": "action-swift-v5.3",
- "tag": "1.16.0"
+ "tag": "1.17.0"
+ },
+ "deprecated": false,
+ "attached": {
+ "attachmentName": "codefile",
+ "attachmentType": "text/plain"
+ }
+ },
+ {
+ "kind": "swift:5.4",
+ "default": false,
+ "image": {
+ "prefix": "openwhisk",
+ "name": "action-swift-v5.4",
+ "tag": "1.17.0"
},
"deprecated": false,
"attached": {
@@ -131,7 +124,7 @@
"image": {
"prefix": "openwhisk",
"name": "java8action",
- "tag": "1.16.0"
+ "tag": "1.17.0"
},
"deprecated": false,
"attached": {
@@ -149,7 +142,7 @@
"image": {
"prefix": "openwhisk",
"name": "action-php-v7.3",
- "tag": "1.16.0"
+ "tag": "1.17.0"
},
"attached": {
"attachmentName": "codefile",
@@ -163,7 +156,7 @@
"image": {
"prefix": "openwhisk",
"name": "action-php-v7.4",
- "tag": "1.16.0"
+ "tag": "1.17.0"
},
"attached": {
"attachmentName": "codefile",
@@ -177,7 +170,7 @@
"image": {
"prefix": "openwhisk",
"name": "action-php-v7.4",
- "tag": "1.16.0"
+ "tag": "1.17.0"
},
"attached": {
"attachmentName": "codefile",
@@ -197,7 +190,7 @@
"image": {
"prefix": "openwhisk",
"name": "action-ruby-v2.5",
- "tag": "1.16.0"
+ "tag": "1.17.0"
}
}
],
@@ -229,7 +222,7 @@
"image": {
"prefix": "openwhisk",
"name": "action-rust-v1.34",
- "tag": "1.2.0"
+ "tag": "1.3.0"
}
}
],
@@ -242,7 +235,7 @@
"image": {
"prefix": "openwhisk",
"name": "action-dotnet-v2.2",
- "tag": "1.15.0"
+ "tag": "1.16.0"
},
"attached": {
"attachmentName": "codefile",
@@ -257,7 +250,7 @@
"image": {
"prefix": "openwhisk",
"name": "action-dotnet-v3.1",
- "tag": "1.15.0"
+ "tag": "1.16.0"
},
"attached": {
"attachmentName": "codefile",
diff --git a/helm/openwhisk/values.yaml b/helm/openwhisk/values.yaml
index 0858a43..bc748ff 100644
--- a/helm/openwhisk/values.yaml
+++ b/helm/openwhisk/values.yaml
@@ -128,15 +128,15 @@ whisk:
includeSystemTests: false
versions:
openwhisk:
- buildDate: "2020-10-07-10:25:41Z"
- buildNo: "20201007a"
- gitTag: "ed3f76e38d89468d11e862ee0539e74f02ac7f8e"
+ buildDate: "2021-08-17-05:51:11Z"
+ buildNo: "20210817a"
+ gitTag: "3e6138d088fbd502a69c31314ad7c0089c5f5283"
openwhiskCli:
tag: "1.1.0"
openwhiskCatalog:
gitTag: "1.0.0"
openwhiskPackageAlarms:
- gitTag: "2.2.0"
+ gitTag: "2.3.0"
openwhiskPackageKafka:
gitTag: "2.1.0"
@@ -151,7 +151,7 @@ k8s:
# Images used to run auxillary tasks/jobs
utility:
imageName: "openwhisk/ow-utils"
- imageTag: "ed3f76e"
+ imageTag: "3e6138d"
imagePullPolicy: "IfNotPresent"
# Docker registry
@@ -249,7 +249,7 @@ nginx:
# Controller configurations
controller:
imageName: "openwhisk/controller"
- imageTag: "ed3f76e"
+ imageTag: "3e6138d"
imagePullPolicy: "IfNotPresent"
replicaCount: 1
restartPolicy: "Always"
@@ -262,7 +262,7 @@ controller:
# Invoker configurations
invoker:
imageName: "openwhisk/invoker"
- imageTag: "ed3f76e"
+ imageTag: "3e6138d"
imagePullPolicy: "IfNotPresent"
restartPolicy: "Always"
runtimeDeleteTimeout: "30 seconds"
@@ -317,7 +317,7 @@ redis:
# User-events configuration
user_events:
imageName: "openwhisk/user-events"
- imageTag: "ed3f76e"
+ imageTag: "3e6138d"
imagePullPolicy: "IfNotPresent"
replicaCount: 1
restartPolicy: "Always"
@@ -378,7 +378,7 @@ providers:
alarm:
enabled: true
imageName: "openwhisk/alarmprovider"
- imageTag: "2.2.0"
+ imageTag: "2.3.0"
imagePullPolicy: "IfNotPresent"
# NOTE: replicaCount > 1 doesn't work because of the PVC
replicaCount: 1
@@ -431,9 +431,8 @@ toleration:
# timeoutSeconds - Probe will timeouts after defined seconds, defaults to 1
second,
# minimum value is 1
# for more information please refer -
https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#configure-probes
-# Note - for now added probes settings for zookeeper and controller only.
-# in future all components probes timing settings should be
-# configured here if any.
+# Note - for now added probes settings for zookeeper, kafka, and controller
only.
+# in future all components probes timing settings should be configured
here.
probes:
zookeeper: