From cf0ae91a18590afa1f4b3d41c3087aa1281fcb07 Mon Sep 17 00:00:00 2001 From: Devarajan Ramaswamy Date: Wed, 24 Feb 2021 20:45:02 +0530 Subject: [PATCH] release 1.0.3 --- download.sh | 2 +- e2e/e2e_test.go | 4 +++- manifest.json | 29 +++++++++++++++++++++++++++++ 3 files changed, 33 insertions(+), 2 deletions(-) diff --git a/download.sh b/download.sh index 867211b..5540983 100755 --- a/download.sh +++ b/download.sh @@ -2,7 +2,7 @@ # originally copied from https://wasmtime.dev/install.sh with some modifications -GETISTIO_LATEST_VERSION="1.0.2" +GETISTIO_LATEST_VERSION="1.0.3" if [[ -z "${GETISTIO_VERSION}" ]]; then VERSION="${GETISTIO_LATEST_VERSION}" diff --git a/e2e/e2e_test.go b/e2e/e2e_test.go index 9290575..c832b0a 100644 --- a/e2e/e2e_test.go +++ b/e2e/e2e_test.go @@ -147,7 +147,7 @@ func update(t *testing.T) { cmd.Env = env require.NoError(t, cmd.Run(), buf.String()) actual := buf.String() - assert.Contains(t, actual, "getistio successfully updated from dev to 1.0.2!") + assert.Contains(t, actual, "getistio successfully updated from dev to 1.0.3!") t.Log(actual) } @@ -203,8 +203,10 @@ func list(t *testing.T) { exp := `ISTIO VERSION FLAVOR FLAVOR VERSION K8S VERSIONS *1.9.0 tetrate 0 1.17,1.18,1.19 + 1.9.0 tetratefips 0 1.17,1.18,1.19 1.9.0 istio 0 1.17,1.18,1.19 1.8.3 tetrate 0 1.16,1.17,1.18 + 1.8.3 tetratefips 0 1.16,1.17,1.18 1.8.3 istio 0 1.16,1.17,1.18 1.8.2 tetrate 0 1.16,1.17,1.18 1.8.2 tetratefips 0 1.16,1.17,1.18 diff --git a/manifest.json b/manifest.json index 41d1cbb..58c7d9f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,6 @@ { "istio_minor_versions_eol_dates": { + "1.9": "2022-04-08", "1.8": "2022-01-18", "1.7": "2021-10-20", "1.6": "2020-11-21" @@ -18,6 +19,20 @@ "https://istio.io/latest/news/releases/1.9.x/announcing-1.9/" ], "is_security_patch": false + }, + { + "version": "1.9.0", + "flavor": "tetratefips", + "flavor_version": 0, + "k8s_versions": [ + "1.17", + "1.18", + "1.19" + ], + "release_notes": [ + "https://istio.io/latest/news/releases/1.9.x/announcing-1.9/" + ], + "is_security_patch": false }, { "version": "1.9.0", @@ -46,6 +61,20 @@ "https://istio.io/latest/news/releases/1.8.x/announcing-1.8.3/" ], "is_security_patch": false + }, + { + "version": "1.8.3", + "flavor": "tetratefips", + "flavor_version": 0, + "k8s_versions": [ + "1.16", + "1.17", + "1.18" + ], + "release_notes": [ + "https://istio.io/latest/news/releases/1.8.x/announcing-1.8.3/" + ], + "is_security_patch": false }, { "version": "1.8.3",