File tree Expand file tree Collapse file tree 2 files changed +33
-2
lines changed Expand file tree Collapse file tree 2 files changed +33
-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.16.2 -tetrate-v0 is the latest version in 1.16 -tetrate" )
424
+ require .Contains (t , actual , "1.17.0 -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.16.2 -tetrate-v0 is the latest version in 1.16 -tetrate" )
443
+ "1.17.0 -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 1
1
{
2
2
"istio_minor_versions_eol_dates" : {
3
+ "1.17" : " 2024-08-14" ,
3
4
"1.16" : " 2024-01-15" ,
4
5
"1.15" : " 2023-10-31" ,
5
6
"1.14" : " 2023-07-24" ,
10
11
},
11
12
"istio_distributions" : [
12
13
{
14
+ "version" : " 1.17.0" ,
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/"
25
+ ],
26
+ "is_security_patch" : false
27
+ },
28
+ {
29
+ "version" : " 1.17.0" ,
30
+ "flavor" : " istio" ,
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/"
40
+ ],
41
+ "is_security_patch" : false
42
+ },
43
+ {
13
44
"version" : " 1.16.2" ,
14
45
"flavor" : " tetrate" ,
15
46
"flavor_version" : 0 ,
You can’t perform that action at this time.
0 commit comments