File tree Expand file tree Collapse file tree 2 files changed +47
-2
lines changed Expand file tree Collapse file tree 2 files changed +47
-2
lines changed Original file line number Diff line number Diff line change @@ -421,7 +421,7 @@ func checkUpgrade(t *testing.T) {
421
421
cmd .Stderr = os .Stderr
422
422
require .NoError (t , cmd .Run (), buf .String ())
423
423
actual := buf .String ()
424
- require .Contains (t , actual , "1.17.0 -tetrate-v0 is the latest version in 1.17-tetrate" )
424
+ require .Contains (t , actual , "1.17.1 -tetrate-v0 is the latest version in 1.17-tetrate" )
425
425
426
426
// change image to 1.8.1-tetrate-v0
427
427
image := "containers.istio.tetratelabs.com/pilot:1.12.2-tetrate-v0"
@@ -440,7 +440,7 @@ func checkUpgrade(t *testing.T) {
440
440
_ = cmd .Run ()
441
441
actual := buf .String ()
442
442
return strings .Contains (actual ,
443
- "1.17.0 -tetrate-v0 is the latest version in 1.17-tetrate" )
443
+ "1.17.1 -tetrate-v0 is the latest version in 1.17-tetrate" )
444
444
}, time .Minute , 3 * time .Second )
445
445
}
446
446
Original file line number Diff line number Diff line change 10
10
"1.10" : " 2022-03-07"
11
11
},
12
12
"istio_distributions" : [
13
+ {
14
+ "version" : " 1.17.1" ,
15
+ "flavor" : " tetrate" ,
16
+ "flavor_version" : 0 ,
17
+ "k8s_versions" : [
18
+ " 1.23" ,
19
+ " 1.24" ,
20
+ " 1.25" ,
21
+ " 1.26"
22
+ ],
23
+ "release_notes" : [
24
+ " https://istio.io/latest/news/releases/1.17.x/announcing-1.17.1/"
25
+ ],
26
+ "is_security_patch" : false
27
+ },
28
+ {
29
+ "version" : " 1.17.1" ,
30
+ "flavor" : " tetratefips" ,
31
+ "flavor_version" : 0 ,
32
+ "k8s_versions" : [
33
+ " 1.23" ,
34
+ " 1.24" ,
35
+ " 1.25" ,
36
+ " 1.26"
37
+ ],
38
+ "release_notes" : [
39
+ " https://istio.io/latest/news/releases/1.17.x/announcing-1.17.1/"
40
+ ],
41
+ "is_security_patch" : false
42
+ },
43
+ {
44
+ "version" : " 1.17.1" ,
45
+ "flavor" : " istio" ,
46
+ "flavor_version" : 0 ,
47
+ "k8s_versions" : [
48
+ " 1.23" ,
49
+ " 1.24" ,
50
+ " 1.25" ,
51
+ " 1.26"
52
+ ],
53
+ "release_notes" : [
54
+ " https://istio.io/latest/news/releases/1.17.x/announcing-1.17.1/"
55
+ ],
56
+ "is_security_patch" : false
57
+ },
13
58
{
14
59
"version" : " 1.17.0" ,
15
60
"flavor" : " tetrate" ,
You can’t perform that action at this time.
0 commit comments