From bdcfbe977b7381912b9d74d35537b5334c8dc015 Mon Sep 17 00:00:00 2001 From: erwinvaneyk Date: Fri, 13 Jul 2018 15:36:26 +0200 Subject: [PATCH] Updated Fission dependency to 0.9.1 --- .travis.yml | 2 +- examples/demo-kubecon2018/setup.sh | 2 +- glide.lock | 20 ++++++++++---------- glide.yaml | 2 +- hack/deploy.sh | 2 +- test/e2e/install-clients.sh | 2 +- test/e2e/minikube-setup.sh | 2 +- test/e2e/travis-setup.sh | 2 +- 8 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.travis.yml b/.travis.yml index e3df8844..5450b5b7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,7 @@ env: - KUBECONFIG=${HOME}/.kube/config - PATH=/tmp/fission-workflow-ci/bin:${PATH} - BIN_DIR=/tmp/fission-workflow-ci/bin - - FISSION_VERSION=0.7.2 + - FISSION_VERSION=0.9.1 - HELM_VERSION=2.8.2 - KUBECTL_VERSION=1.9.6 diff --git a/examples/demo-kubecon2018/setup.sh b/examples/demo-kubecon2018/setup.sh index c33f6dd2..7d1d7bc4 100755 --- a/examples/demo-kubecon2018/setup.sh +++ b/examples/demo-kubecon2018/setup.sh @@ -14,7 +14,7 @@ helm list || helm init --wait for i in {1..5}; do helm list && break || sleep 5; done # Install Fission -fission fn list || helm install --name fission --debug --namespace fission --set "analytics=false,serviceType=NodePort" https://github.com/fission/fission/releases/download/0.7.2/fission-all-0.7.2.tgz +fission fn list || helm install --name fission --debug --namespace fission --set "analytics=false,serviceType=NodePort" https://github.com/fission/fission/releases/download/0.9.1/fission-all-0.9.1.tgz for i in {1..5}; do fission fn list && break || sleep 5; done # Install newest version of fission workflows diff --git a/glide.lock b/glide.lock index 2760ab13..b4a845ab 100644 --- a/glide.lock +++ b/glide.lock @@ -1,5 +1,5 @@ -hash: 17bbcf54feef7c5516e253cd617a4f360562db75cb922cd91a7452cecda5adbb -updated: 2018-06-18T16:36:56.952921+02:00 +hash: 87b17ae086fd78cf015e658b5438eda33382592c2f193a03b9a41eaeca7dbd59 +updated: 2018-07-13T15:34:55.360455+02:00 imports: - name: cloud.google.com/go version: 3b1ae45394a234c385be014e9a488f2bb6eef821 @@ -30,7 +30,7 @@ imports: - name: github.com/fatih/structs version: a720dfa8df582c51dee1b36feabb906bde1588bd - name: github.com/fission/fission - version: b782df4d5a69b0db21992bafc365456c880516f8 + version: 92c9661e8d0e48ff41b2bdf3436c0328fbaeec04 subpackages: - cache - controller/client @@ -133,7 +133,7 @@ imports: subpackages: - pb - name: github.com/nats-io/nats-streaming-server - version: 6026da1b7c444bf9f1d1b1d3ed14e435aabf02bc + version: 63e2c334b66dba3edade0047625a25c0d8f18f80 subpackages: - spb - util @@ -260,7 +260,7 @@ imports: - internal/urlfetch - urlfetch - name: google.golang.org/genproto - version: f8c8703595236ae70fdf8789ecb656ea0bcdcf46 + version: 09f6ed296fc66555a25fe4ce95173148778dfa85 subpackages: - googleapis/api/annotations - googleapis/rpc/status @@ -448,7 +448,7 @@ imports: - util/retry testImports: - name: github.com/Azure/go-ansiterm - version: d6e3b3328b783f23731bc4d058875b0371ff8109 + version: 19f72df4d05d31cbe1c56bfc8045c96babff6c7e subpackages: - winterm - name: github.com/cenkalti/backoff @@ -458,19 +458,19 @@ testImports: subpackages: - pathdriver - name: github.com/docker/go-connections - version: 7395e3f8aa162843a74ed6d48e79627d9792ac55 + version: 3ede32e2033de7505e6500d6c868c2b9ed9f169d subpackages: - nat - name: github.com/docker/go-units - version: 47565b4f722fb6ceae66b95f853feed578a4a51c + version: 9e638d38cf6977a37a8ea0078f3ee75a7cdb2dd1 - name: github.com/Microsoft/go-winio version: ab35fc04b6365e8fcb18e6e9e41ea4a02b10b175 - name: github.com/Nvveen/Gotty version: cd527374f1e5bff4938207604a14f2e38a9cf512 - name: github.com/opencontainers/go-digest - version: c9281466c8b2f606084ac71339773efd177436e7 + version: a6d0ee40d4207ea02364bd3b9e8e77b9159ba1eb - name: github.com/opencontainers/image-spec - version: e562b04403929d582d449ae5386ff79dd7961a11 + version: 372ad780f63454fbbbbcc7cf80e5b90245c13e13 subpackages: - specs-go - specs-go/v1 diff --git a/glide.yaml b/glide.yaml index c172eae8..b9b4892c 100644 --- a/glide.yaml +++ b/glide.yaml @@ -5,7 +5,7 @@ excludeDirs: - local import: - package: github.com/fission/fission - version: ^0.7.2 + version: ^0.9.1 - package: github.com/sirupsen/logrus version: ~1.0.4 - package: github.com/urfave/cli diff --git a/hack/deploy.sh b/hack/deploy.sh index 1e02d5a6..7d847d0a 100755 --- a/hack/deploy.sh +++ b/hack/deploy.sh @@ -5,7 +5,7 @@ # # Configs -FISSION_VERSION=${FISSION_VERSION:-0.7.2} +FISSION_VERSION=${FISSION_VERSION:-0.9.1} WORKFLOWS_VERSION=${WORKFLOWS_VERSION:-0.5.0} DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" diff --git a/test/e2e/install-clients.sh b/test/e2e/install-clients.sh index 7a6210bb..2d916d18 100755 --- a/test/e2e/install-clients.sh +++ b/test/e2e/install-clients.sh @@ -7,7 +7,7 @@ set -euo pipefail BIN_DIR=${BIN_DIR:-/tmp/fission-workflow-ci/bin} HELM_VERSION=${HELM_VERSION:-2.8.2} KUBECTL_VERSION=${KUBECTL_VERSION:-1.9.6} -FISSION_VERSION=${FISSION_VERSION:-0.7.2} +FISSION_VERSION=${FISSION_VERSION:-0.9.1} # Install kubectl if ! kubectl version -c 2>/dev/null | grep ${KUBECTL_VERSION} >/dev/null; then diff --git a/test/e2e/minikube-setup.sh b/test/e2e/minikube-setup.sh index 155ada4d..a61f4b40 100755 --- a/test/e2e/minikube-setup.sh +++ b/test/e2e/minikube-setup.sh @@ -5,7 +5,7 @@ set -eu . $(dirname $0)/utils.sh BIN_DIR=/tmp/fission-workflow-ci/bin -FISSION_VERSION=${FISSION_VERSION:-0.7.2} +FISSION_VERSION=${FISSION_VERSION:-0.9.1} fissionHelmId=fission fissionWorkflowsHelmId=fission-workflows NS=fission diff --git a/test/e2e/travis-setup.sh b/test/e2e/travis-setup.sh index 63bea190..435d9474 100755 --- a/test/e2e/travis-setup.sh +++ b/test/e2e/travis-setup.sh @@ -5,7 +5,7 @@ set -eu . $(dirname $0)/utils.sh BIN_DIR=/tmp/fission-workflow-ci/bin -FISSION_VERSION=${FISSION_VERSION:-0.7.2} +FISSION_VERSION=${FISSION_VERSION:-0.9.1} fissionHelmId=fission fissionWorkflowsHelmId=fission-workflows NS=fission