File tree 3 files changed +33
-2
lines changed
3 files changed +33
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# originally copied from https://wasmtime.dev/install.sh with some modifications
4
4
5
- GETISTIO_LATEST_VERSION=" 1.0.2 "
5
+ GETISTIO_LATEST_VERSION=" 1.0.3 "
6
6
7
7
if [[ -z " ${GETISTIO_VERSION} " ]]; then
8
8
VERSION=" ${GETISTIO_LATEST_VERSION} "
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ func update(t *testing.T) {
147
147
cmd .Env = env
148
148
require .NoError (t , cmd .Run (), buf .String ())
149
149
actual := buf .String ()
150
- assert .Contains (t , actual , "getistio successfully updated from dev to 1.0.2 !" )
150
+ assert .Contains (t , actual , "getistio successfully updated from dev to 1.0.3 !" )
151
151
t .Log (actual )
152
152
}
153
153
@@ -203,8 +203,10 @@ func list(t *testing.T) {
203
203
204
204
exp := `ISTIO VERSION FLAVOR FLAVOR VERSION K8S VERSIONS
205
205
*1.9.0 tetrate 0 1.17,1.18,1.19
206
+ 1.9.0 tetratefips 0 1.17,1.18,1.19
206
207
1.9.0 istio 0 1.17,1.18,1.19
207
208
1.8.3 tetrate 0 1.16,1.17,1.18
209
+ 1.8.3 tetratefips 0 1.16,1.17,1.18
208
210
1.8.3 istio 0 1.16,1.17,1.18
209
211
1.8.2 tetrate 0 1.16,1.17,1.18
210
212
1.8.2 tetratefips 0 1.16,1.17,1.18
Original file line number Diff line number Diff line change 1
1
{
2
2
"istio_minor_versions_eol_dates" : {
3
+ "1.9" : " 2022-04-08" ,
3
4
"1.8" : " 2022-01-18" ,
4
5
"1.7" : " 2021-10-20" ,
5
6
"1.6" : " 2020-11-21"
18
19
" https://istio.io/latest/news/releases/1.9.x/announcing-1.9/"
19
20
],
20
21
"is_security_patch" : false
22
+ },
23
+ {
24
+ "version" : " 1.9.0" ,
25
+ "flavor" : " tetratefips" ,
26
+ "flavor_version" : 0 ,
27
+ "k8s_versions" : [
28
+ " 1.17" ,
29
+ " 1.18" ,
30
+ " 1.19"
31
+ ],
32
+ "release_notes" : [
33
+ " https://istio.io/latest/news/releases/1.9.x/announcing-1.9/"
34
+ ],
35
+ "is_security_patch" : false
21
36
},
22
37
{
23
38
"version" : " 1.9.0" ,
46
61
" https://istio.io/latest/news/releases/1.8.x/announcing-1.8.3/"
47
62
],
48
63
"is_security_patch" : false
64
+ },
65
+ {
66
+ "version" : " 1.8.3" ,
67
+ "flavor" : " tetratefips" ,
68
+ "flavor_version" : 0 ,
69
+ "k8s_versions" : [
70
+ " 1.16" ,
71
+ " 1.17" ,
72
+ " 1.18"
73
+ ],
74
+ "release_notes" : [
75
+ " https://istio.io/latest/news/releases/1.8.x/announcing-1.8.3/"
76
+ ],
77
+ "is_security_patch" : false
49
78
},
50
79
{
51
80
"version" : " 1.8.3" ,
You can’t perform that action at this time.
0 commit comments