Skip to content

Commit 33ca8f0

Browse files
authored
1.17.0 release (#123)
* 1.17.0 release * 1.17.0 release
1 parent 367a1e9 commit 33ca8f0

File tree

2 files changed

+33
-2
lines changed

2 files changed

+33
-2
lines changed

e2e/e2e_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ func checkUpgrade(t *testing.T) {
421421
cmd.Stderr = os.Stderr
422422
require.NoError(t, cmd.Run(), buf.String())
423423
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")
425425

426426
// change image to 1.8.1-tetrate-v0
427427
image := "containers.istio.tetratelabs.com/pilot:1.12.2-tetrate-v0"
@@ -440,7 +440,7 @@ func checkUpgrade(t *testing.T) {
440440
_ = cmd.Run()
441441
actual := buf.String()
442442
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")
444444
}, time.Minute, 3*time.Second)
445445
}
446446

site/manifest.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"istio_minor_versions_eol_dates": {
3+
"1.17": "2024-08-14",
34
"1.16": "2024-01-15",
45
"1.15": "2023-10-31",
56
"1.14": "2023-07-24",
@@ -10,6 +11,36 @@
1011
},
1112
"istio_distributions": [
1213
{
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+
{
1344
"version": "1.16.2",
1445
"flavor": "tetrate",
1546
"flavor_version": 0,

0 commit comments

Comments
 (0)