You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by du...@apache.org on 2018/04/09 15:10:17 UTC

[incubator-openwhisk-package-deploy] branch master updated: updating wskdeploy version (#23)

This is an automated email from the ASF dual-hosted git repository.

dubeejw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-package-deploy.git


The following commit(s) were added to refs/heads/master by this push:
     new d2c14f5  updating wskdeploy version (#23)
d2c14f5 is described below

commit d2c14f5a61809ec9eec126dd5c926a6f16adf27a
Author: Belinda Vennam <be...@gmail.com>
AuthorDate: Mon Apr 9 10:10:15 2018 -0500

    updating wskdeploy version (#23)
    
    * updating wskdeploy version to 0.9.3
---
 .travis.yml                | 1 +
 README.md                  | 2 +-
 packages/installCatalog.sh | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 536aab7..d680712 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,6 +19,7 @@ notifications:
 install: true
 
 before_install:
+  - npm conf set strict-ssl false
   - ./tools/travis/setup.sh
 
 script:
diff --git a/README.md b/README.md
index e75fbc6..9e49fd3 100644
--- a/README.md
+++ b/README.md
@@ -66,7 +66,7 @@ With the repository created, you can now deploy from it.
 1. `git clone https://github.com/openwhisk/incubator-openwhisk-package-deploy`
 2. `cd incubator-openwhisk-package-deploy/packages`
 3. `./installCatalog.sh AUTH EDGE_HOST WSK_CLI DOCKER`
-   AUTH is your auth key.  EDGE_HOST is the OpenWhisk hostname.  WSK_CLI is location of the Openwhisk CLI binary. DOCKER is an optional param for the desired `wskdeploy` docker image, resolves to `openwhisk/wskdeploy:0.9.0` by default.
+   AUTH is your auth key.  EDGE_HOST is the OpenWhisk hostname.  WSK_CLI is location of the Openwhisk CLI binary. DOCKER is an optional param for the desired `wskdeploy` docker image, resolves to `openwhisk/wskdeploy:0.9.3` by default.
 
 > You can also remove the package using `uninstall.sh` in a similar fashion like so:
 > `./uninstall.sh AUTH EDGE_HOST WSK_CLI`
diff --git a/packages/installCatalog.sh b/packages/installCatalog.sh
index 84b5aa0..6b98794 100755
--- a/packages/installCatalog.sh
+++ b/packages/installCatalog.sh
@@ -25,7 +25,7 @@ INSTALL_WEB_ONLY="${INSTALL_WEB_ONLY:-True}"
 # If docker is not provided, set to default version.
 if [ -z "$4" ]
   then
-    DOCKER="openwhisk/wskdeploy:0.9.0"
+    DOCKER="openwhisk/wskdeploy:0.9.3"
 fi
 
 # If the auth key file exists, read the key in the file. Otherwise, take the

-- 
To stop receiving notification emails like this one, please contact
dubeejw@apache.org.