Skip to content

Commit

Permalink
release 1.0.3 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
deva26 authored Feb 25, 2021
1 parent 7d820a9 commit 4113622
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 2 deletions.
2 changes: 1 addition & 1 deletion download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down
4 changes: 3 additions & 1 deletion e2e/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

Expand Down Expand Up @@ -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
Expand Down
29 changes: 29 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 4113622

Please sign in to comment.