Skip to content

Commit

Permalink
Istio: Update to release 1.5.9
Browse files Browse the repository at this point in the history
[ upstream commit 8dca1c8 ]

Signed-off-by: Jarno Rajahalme <jarno@covalent.io>
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
  • Loading branch information
jrajahalme authored and aditighag committed Sep 9, 2020
1 parent 3be242c commit d7c4aa5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Documentation/gettingstarted/istio.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,20 @@ Step 2: Install cilium-istioctl

Make sure that Cilium is running in your cluster before proceeding.

Download the `cilium enhanced istioctl version 1.5.7 <https://github.com/cilium/istio/releases/tag/1.5.7>`_:
Download the `cilium enhanced istioctl version 1.5.9 <https://github.com/cilium/istio/releases/tag/1.5.9>`_:

.. tabs::
.. group-tab:: Linux

.. parsed-literal::
curl -L https://github.com/cilium/istio/releases/download/1.5.7/cilium-istioctl-1.5.7-linux.tar.gz | tar xz
curl -L https://github.com/cilium/istio/releases/download/1.5.9/cilium-istioctl-1.5.9-linux.tar.gz | tar xz
.. group-tab:: OSX

.. parsed-literal::
curl -L https://github.com/cilium/istio/releases/download/1.5.7/cilium-istioctl-1.5.7-osx.tar.gz | tar xz
curl -L https://github.com/cilium/istio/releases/download/1.5.9/cilium-istioctl-1.5.9-osx.tar.gz | tar xz
.. note::

Expand Down
8 changes: 4 additions & 4 deletions test/k8sT/istio.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ var _ = Describe("K8sIstioTest", func() {
// installed.
istioSystemNamespace = "istio-system"

istioVersion = "1.5.7"
istioVersion = "1.5.9"

// Modifiers for pre-release testing, normally empty
prerelease = "" // "-beta.1"
Expand All @@ -45,9 +45,9 @@ var _ = Describe("K8sIstioTest", func() {
// - remind how to test with prerelease images in future
// - cause CI infra to prepull these images so that they do not
// need to be pulled on demand during the test
// " --set values.pilot.image=docker.io/cilium/istio_pilot:1.5.7" +
// " --set values.global.proxy.image=docker.io/cilium/istio_proxy:1.5.7" +
// " --set values.global.proxy_init.image=docker.io/cilium/istio_proxy:1.5.7"
// " --set values.pilot.image=docker.io/cilium/istio_pilot:1.5.9" +
// " --set values.global.proxy.image=docker.io/cilium/istio_proxy:1.5.9" +
// " --set values.global.proxy_init.image=docker.io/cilium/istio_proxy:1.5.9"

// Map of tested runtimes for cilium-istioctl
ciliumIstioctlOSes = map[string]string{
Expand Down

0 comments on commit d7c4aa5

Please sign in to comment.