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 b6acbef  version bump of core openwhisk (#500)
b6acbef is described below

commit b6acbef4787b546b53e9df57006fd84883b28ad4
Author: David Grove <[email protected]>
AuthorDate: Thu Jul 25 11:03:17 2019 -0400

    version bump of core openwhisk (#500)
    
    1. version bump of core openwhisk; use released versions of other 
components where possible
    2. add full license header to whiskconfig.conf
    3. update package-check test for removal of combinators package from catalog
---
 helm/openwhisk/Chart.yaml                          |  2 +-
 .../configMapFiles/tests/packageChecker/myTask.sh  |  1 -
 helm/openwhisk/values.yaml                         | 23 +++++++++++-----------
 helm/openwhisk/whiskconfig.conf                    | 18 +++++++++++++++--
 4 files changed, 29 insertions(+), 15 deletions(-)

diff --git a/helm/openwhisk/Chart.yaml b/helm/openwhisk/Chart.yaml
index 909e143..6634bea 100644
--- a/helm/openwhisk/Chart.yaml
+++ b/helm/openwhisk/Chart.yaml
@@ -18,7 +18,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.5
+version: 0.1.6
 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/configMapFiles/tests/packageChecker/myTask.sh 
b/helm/openwhisk/configMapFiles/tests/packageChecker/myTask.sh
index 79c5c3f..f77ff8f 100644
--- a/helm/openwhisk/configMapFiles/tests/packageChecker/myTask.sh
+++ b/helm/openwhisk/configMapFiles/tests/packageChecker/myTask.sh
@@ -50,7 +50,6 @@ wsk property set --auth $WSK_AUTH --apihost $WSK_API_HOST_URL
 
 
 # Check for the standard catalog of packages
-packageListingCheck "combinators"
 packageListingCheck "github"
 packageListingCheck "slack"
 packageListingCheck "utils"
diff --git a/helm/openwhisk/values.yaml b/helm/openwhisk/values.yaml
index 288a5fa..07e7fde 100644
--- a/helm/openwhisk/values.yaml
+++ b/helm/openwhisk/values.yaml
@@ -129,19 +129,20 @@ whisk:
     includeSystemTests: false
   versions:
     openwhisk:
-      buildDate: "2019-04-05-18:03:02Z"
-      buildNo: "20190405a"
-      gitTag: "d353d26cb44ae8c99988465123b6c8e5567b3fc1"
+      buildDate: "2019-07-23-14:06:10Z"
+      buildNo: "20190723a"
+      gitTag: "4a09c73bb391fcc8b3cf0ecd76ac7abad7fe849d"
     openwhiskCli:
-      tag: "eaf64ae"
+      # more recent than 0.10.0 to pick up bug fix in commmit 457c17d
+      tag: "457c17d"
     openwhiskCatalog:
-      gitTag: "879b85a6f0692a5038456033ff9fbe9b4dd74f7f"
+      gitTag: "0.10.0-incubating"
     openwhiskPackageAlarms:
-      gitTag: "0e62ca60704e79e57f48ff525d79f536a8f9a1e3"
+      gitTag: "2.0.0-incubating"
     openwhiskPackageCloudant:
-      gitTag: "e4eddc0b99b6c00648266d0e6f4940bd1c3748a7"
+      gitTag: "2.0.0-incubating"
     openwhiskPackageKafka:
-      gitTag: "90da0152c95492af6c8b1fb908a701a3493f45ed"
+      gitTag: "2.0.0-incubating"
 
 k8s:
   domain: cluster.local
@@ -154,7 +155,7 @@ k8s:
 # Images used to run auxillary tasks/jobs
 utility:
   imageName: "openwhisk/ow-utils"
-  imageTag: "73732b4"
+  imageTag: "4a09c73"
   imagePullPolicy: "IfNotPresent"
 
 # Docker registry
@@ -238,7 +239,7 @@ nginx:
 # Controller configurations
 controller:
   imageName: "openwhisk/controller"
-  imageTag: "d353d26"
+  imageTag: "4a09c73"
   imagePullPolicy: "IfNotPresent"
   replicaCount: 1
   restartPolicy: "Always"
@@ -250,7 +251,7 @@ controller:
 # Invoker configurations
 invoker:
   imageName: "openwhisk/invoker"
-  imageTag: "d353d26"
+  imageTag: "4a09c73"
   imagePullPolicy: "IfNotPresent"
   restartPolicy: "Always"
   port: 8080
diff --git a/helm/openwhisk/whiskconfig.conf b/helm/openwhisk/whiskconfig.conf
index c278bd3..e367e78 100644
--- a/helm/openwhisk/whiskconfig.conf
+++ b/helm/openwhisk/whiskconfig.conf
@@ -1,5 +1,19 @@
-# Licensed to the Apache Software Foundation (ASF) under one or more 
contributor
-# license agreements; and to You under the Apache License, Version 2.0.
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
 
 include classpath("application.conf")
 

Reply via email to