We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24ded8a commit 71ff246Copy full SHA for 71ff246
downloadIstio.sh
@@ -11,7 +11,7 @@
11
# and is updated more often.
12
13
# DO NOT UPDATE THIS VERSION OR SCRIPT LIGHTLY - THIS IS THE "STABLE" VERSION
14
-ISTIO_VERSION="0.2.12"
+ISTIO_VERSION="0.8.0"
15
16
NAME="istio-$ISTIO_VERSION"
17
OS="$(uname)"
@@ -24,7 +24,6 @@ fi
24
URL="https://github.com/istio/istio/releases/download/${ISTIO_VERSION}/istio-${ISTIO_VERSION}-${OSEXT}.tar.gz"
25
echo "Downloading $NAME from $URL ..."
26
curl -L "$URL" | tar xz
27
-# TODO: change this so the version is in the tgz/directory name (users trying multiple versions)
28
echo "Downloaded into $NAME:"
29
ls $NAME
30
BINDIR="$(cd $NAME/bin; pwd)"
0 commit comments