Skip to content

Commit 1428073

Browse files
authored
tetrate 1.17.1 release (#126)
* tetrate 1.17.1 release * tetrate 1.17.1 release
1 parent 6e3e23f commit 1428073

File tree

2 files changed

+47
-2
lines changed

2 files changed

+47
-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.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")
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.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")
444444
}, time.Minute, 3*time.Second)
445445
}
446446

site/manifest.json

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,51 @@
1010
"1.10": "2022-03-07"
1111
},
1212
"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+
},
1358
{
1459
"version": "1.17.0",
1560
"flavor": "tetrate",

0 commit comments

Comments
 (0)