Skip to content

Commit 504974e

Browse files
mathetakedeva26
andauthored
Release 1.0.1 (#10)
* Release 1.0.1 Signed-off-by: Takeshi Yoneda <[email protected]> * added 1.8.3 to manifest Co-authored-by: Devarajan Ramaswamy <[email protected]>
1 parent 398ae39 commit 504974e

File tree

3 files changed

+27
-11
lines changed

3 files changed

+27
-11
lines changed

Diff for: download.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# originally copied from https://wasmtime.dev/install.sh with some modifications
44

5-
GETISTIO_LATEST_VERSION="1.0.0"
5+
GETISTIO_LATEST_VERSION="1.0.1"
66

77
if [[ -z "${GETISTIO_VERSION}" ]]; then
88
VERSION="${GETISTIO_LATEST_VERSION}"

Diff for: e2e/e2e_test.go

+9-8
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ func update(t *testing.T) {
147147
cmd.Env = env
148148
require.NoError(t, cmd.Run(), buf.String())
149149
actual := buf.String()
150-
assert.Contains(t, actual, "getistio successfully updated from dev to 1.0.0!")
150+
assert.Contains(t, actual, "getistio successfully updated from dev to 1.0.1!")
151151
t.Log(actual)
152152
}
153153

@@ -202,8 +202,9 @@ func list(t *testing.T) {
202202
require.NoError(t, cmd.Run())
203203

204204
exp := `ISTIO VERSION FLAVOR FLAVOR VERSION K8S VERSIONS
205+
*1.8.3 tetrate 0 1.16,1.17,1.18
205206
1.8.3 istio 0 1.16,1.17,1.18
206-
*1.8.2 tetrate 0 1.16,1.17,1.18
207+
1.8.2 tetrate 0 1.16,1.17,1.18
207208
1.8.2 tetratefips 0 1.16,1.17,1.18
208209
1.8.1 tetrate 0 1.16,1.17,1.18
209210
1.8.0 tetrate 0 1.16,1.17,1.18
@@ -218,7 +219,7 @@ func list(t *testing.T) {
218219
func fetch(t *testing.T) {
219220
defer func() {
220221
cmd := exec.Command("./getistio", "switch",
221-
"--version", "1.8.2", "--flavor", "tetrate", "--flavor-version=0",
222+
"--version", "1.8.3", "--flavor", "tetrate", "--flavor-version=0",
222223
)
223224
cmd.Stdout = os.Stdout
224225
cmd.Stderr = os.Stderr
@@ -313,7 +314,7 @@ func prune(t *testing.T) {
313314
FlavorVersion: 0,
314315
},
315316
{
316-
Version: "1.8.2",
317+
Version: "1.8.3",
317318
Flavor: "tetrate",
318319
FlavorVersion: 0,
319320
},
@@ -359,13 +360,13 @@ func show(t *testing.T) {
359360
require.NoError(t, cmd.Run())
360361
exp := `1.7.5-tetrate-v0
361362
1.8.1-tetrate-v0
362-
1.8.2-tetrate-v0 (Active)`
363+
1.8.3-tetrate-v0 (Active)`
363364
assert.Contains(t, buf.String(), exp)
364365
fmt.Println(buf.String())
365366
}
366367

367368
func switchTest(t *testing.T) {
368-
for _, v := range []string{"1.8.1", "1.8.2"} {
369+
for _, v := range []string{"1.8.1", "1.8.3"} {
369370
{
370371
cmd := exec.Command("./getistio", "switch",
371372
"--version", v, "--flavor", "tetrate", "--flavor-version=0",
@@ -482,7 +483,7 @@ func checkUpgrade(t *testing.T) {
482483
cmd.Stderr = os.Stderr
483484
require.NoError(t, cmd.Run(), buf.String())
484485
actual := buf.String()
485-
assert.Contains(t, actual, "1.8.2-tetrate-v0 is the latest version in 1.8-tetrate")
486+
assert.Contains(t, actual, "1.8.3-tetrate-v0 is the latest version in 1.8-tetrate")
486487
fmt.Println(actual)
487488

488489
// change image to 1.8.1-tetrate-v0
@@ -508,7 +509,7 @@ func checkUpgrade(t *testing.T) {
508509
fmt.Println(actual)
509510
if strings.Contains(actual,
510511
"There is the available patch for the minor version 1.8-tetrate. "+
511-
"We recommend upgrading all 1.8-tetrate versions -> 1.8.2-tetrate-v0") {
512+
"We recommend upgrading all 1.8-tetrate versions -> 1.8.3-tetrate-v0") {
512513
break
513514
}
514515
}

Diff for: manifest.json

+17-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,26 @@
11
{
22
"istio_minor_versions_eol_dates": {
3+
"1.8": "2022-01-18",
34
"1.7": "2021-10-20",
45
"1.6": "2020-11-21"
56
},
67
"istio_distributions": [
78
{
89
"version": "1.8.3",
10+
"flavor": "tetrate",
11+
"flavor_version": 0,
12+
"k8s_versions": [
13+
"1.16",
14+
"1.17",
15+
"1.18"
16+
],
17+
"release_notes": [
18+
"https://istio.io/latest/news/releases/1.8.x/announcing-1.8.3/"
19+
],
20+
"is_security_patch": false
21+
},
22+
{
23+
"version": "1.8.3",
924
"flavor": "istio",
1025
"flavor_version": 0,
1126
"k8s_versions": [
@@ -14,7 +29,7 @@
1429
"1.18"
1530
],
1631
"release_notes": [
17-
"https://istio.io/latest/news/releases/1.8.x/announcing-1.8.2/"
32+
"https://istio.io/latest/news/releases/1.8.x/announcing-1.8.3/"
1833
],
1934
"is_security_patch": false
2035
},
@@ -100,7 +115,7 @@
100115
"release_notes": [
101116
"https://istio.io/latest/news/releases/1.7.x/announcing-1.7.6/"
102117
],
103-
"is_security_patch": true
118+
"is_security_patch": false
104119
},
105120
{
106121
"version": "1.7.5",

0 commit comments

Comments
 (0)