You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/11/27 21:27:40 UTC

[GitHub] csantanapr closed pull request #373: Periodic version bump for core, runtimes, cli, and providers.

csantanapr closed pull request #373: Periodic version bump for core, runtimes, cli, and providers.
URL: https://github.com/apache/incubator-openwhisk-deploy-kube/pull/373
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/helm/openwhisk/Chart.yaml b/helm/openwhisk/Chart.yaml
index 9069bac..68c4a8a 100644
--- a/helm/openwhisk/Chart.yaml
+++ b/helm/openwhisk/Chart.yaml
@@ -4,7 +4,7 @@
 apiVersion: v1
 description: An open source, distributed serverless platform that executes functions in response to events at any scale
 name: openwhisk
-version: 0.1.0
+version: 0.1.1
 icon: https://raw.githubusercontent.com/apache/incubator-openwhisk/682eb5b62ee6ba8017ab54226c2ace3637f4f1ec/docs/images/whisk_icon_full-color_with_tm_64x64-300dpi.png
 keywords:
   - Apache OpenWhisk
diff --git a/helm/openwhisk/runtimes-minimal-travis.json b/helm/openwhisk/runtimes-minimal-travis.json
index 48ab1c9..fe288c4 100644
--- a/helm/openwhisk/runtimes-minimal-travis.json
+++ b/helm/openwhisk/runtimes-minimal-travis.json
@@ -7,7 +7,7 @@
                 "image": {
                     "prefix": "openwhisk",
                     "name": "nodejs6action",
-                    "tag": "d967ebe"
+                    "tag": "586f84e"
                 },
                 "deprecated": false,
                 "stemCells": [{
@@ -22,7 +22,7 @@
                 "image": {
                     "prefix": "openwhisk",
                     "name": "python3action",
-                    "tag": "de60587"
+                    "tag": "cee010a"
                 },
                 "deprecated": false
             }
diff --git a/helm/openwhisk/runtimes.json b/helm/openwhisk/runtimes.json
index cc442a6..b383c9c 100644
--- a/helm/openwhisk/runtimes.json
+++ b/helm/openwhisk/runtimes.json
@@ -7,7 +7,7 @@
                 "image": {
                     "prefix": "openwhisk",
                     "name": "nodejs6action",
-                    "tag": "d967ebe"
+                    "tag": "586f84e"
                 },
                 "deprecated": false,
                 "attached": {
@@ -27,7 +27,7 @@
                 "image": {
                     "prefix": "openwhisk",
                     "name": "action-nodejs-v8",
-                    "tag": "d967ebe"
+                    "tag": "586f84e"
                 },
                 "deprecated": false,
                 "attached": {
@@ -56,7 +56,7 @@
                 "image": {
                     "prefix": "openwhisk",
                     "name": "python2action",
-                    "tag": "de60587"
+                    "tag": "cee010a"
                 },
                 "deprecated": false,
                 "attached": {
@@ -70,7 +70,7 @@
                 "image": {
                     "prefix": "openwhisk",
                     "name": "python2action",
-                    "tag": "de60587"
+                    "tag": "cee010a"
                 },
                 "deprecated": false,
                 "attached": {
@@ -83,7 +83,7 @@
                 "image": {
                     "prefix": "openwhisk",
                     "name": "python3action",
-                    "tag": "de60587"
+                    "tag": "cee010a"
                 },
                 "deprecated": false,
                 "attached": {
@@ -180,7 +180,7 @@
                 "image": {
                     "prefix": "openwhisk",
                     "name": "action-ruby-v2.5",
-                    "tag": "78e1406"
+                    "tag": "092b5cf"
                 }
             }
         ],
@@ -205,7 +205,7 @@
         {
             "prefix": "openwhisk",
             "name": "dockerskeleton",
-            "tag": "8b2e205"
+            "tag": "c0073ab"
         }
     ]
 }
diff --git a/helm/openwhisk/values.yaml b/helm/openwhisk/values.yaml
index 07ebb29..9bba833 100644
--- a/helm/openwhisk/values.yaml
+++ b/helm/openwhisk/values.yaml
@@ -42,17 +42,17 @@ whisk:
   runtimes: "runtimes.json"
   versions:
     openwhisk:
-      buildDate: "2018-11-13-21:33:13Z"
-      buildNo: "20181113a"
-      gitTag: "775b757ac7555c8371a5e03497622531984bf4f4"
+      buildDate: "2018-11-26-16:11:11Z"
+      buildNo: "20181126a"
+      gitTag: "7bd49718232d0381b53794f9353c014a1abfef15"
     openwhiskCli:
-      tag: "2062905"
+      tag: "8da6e3b"
     openwhiskCatalog:
       gitTag: "3d6d69f3e2dba96c775d4b1a4d55b1fc158b1201"
     openwhiskPackageAlarms:
-      gitTag: "d3598dd4279b2675953eb3cdd3665694d254ac05"
+      gitTag: "d3846ad810ef9838fe849613af23dec53bd92676"
     openwhiskPackageCloudant:
-      gitTag: "1c340b85d0b29a5d3f1fd0df487c4dd2f9a7349b"
+      gitTag: "3e0a90be16be5fc9e17928d3d70e230bfe4771b3"
     openwhiskPackageKafka:
       gitTag: "e242c13d05a11c4d2df5968e13ba1e0f3ef95c72"
 
@@ -69,11 +69,11 @@ k8s:
 utility:
   ansibleRunner:
     imageName: "openwhisk/ansible-runner"
-    imageTag: "775b757"
+    imageTag: "7bd4971"
     imagePullPolicy: "IfNotPresent"
   scriptRunner:
     imageName: "openwhisk/script-runner"
-    imageTag: "775b757"
+    imageTag: "7bd4971"
     imagePullPolicy: "IfNotPresent"
 
 # Docker registry
@@ -169,7 +169,7 @@ nginx:
 controller:
   name: "controller"
   imageName: "openwhisk/controller"
-  imageTag: "775b757"
+  imageTag: "7bd4971"
   imagePullPolicy: "IfNotPresent"
   replicaCount: 1
   restartPolicy: "Always"
@@ -187,7 +187,7 @@ controller:
 invoker:
   name: "invoker"
   imageName: "openwhisk/invoker"
-  imageTag: "775b757"
+  imageTag: "7bd4971"
   imagePullPolicy: "IfNotPresent"
   restartPolicy: "Always"
   port: 8080
@@ -203,7 +203,7 @@ invoker:
       agent:
         name: "invoker-agent"
         imageName: "openwhisk/kube-invoker-agent"
-        imageTag: "fa67042"
+        imageTag: "e065c08"
         imagePullPolicy: "IfNotPresent"
         enabled: false
         port: 3233
@@ -252,7 +252,7 @@ providers:
     enabled: false
     name: "alarmprovider"
     imageName: "openwhisk/alarmprovider"
-    imageTag: "1.10.2"
+    imageTag: "1.10.3"
     imagePullPolicy: "IfNotPresent"
     # NOTE: replicaCount > 1 doesn't work because of the PVC
     replicaCount: 1
@@ -279,7 +279,7 @@ providers:
     enabled: false
     name: "cloudantprovider"
     imageName: "openwhisk/cloudantprovider"
-    imageTag: "1.7.1"
+    imageTag: "1.8.1"
     imagePullPolicy: "IfNotPresent"
     # NOTE: replicaCount > 1 doesn't work because of the PVC
     replicaCount: 1


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services