Skip to content

Commit 2e91691

Browse files
authored
expand supported versions of envoy and istio (#235)
1 parent 1ed9016 commit 2e91691

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

cmd/samples/samples.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,15 @@ var (
4242
"envoy-1.15": "envoy-1.15",
4343
"envoy-1.16": "envoy-1.16",
4444
"envoy-1.17": "envoy-1.16",
45+
"envoy-1.18": "envoy-1.16",
46+
"envoy-1.19": "envoy-1.16",
47+
"envoy-1.20": "envoy-1.16",
4548
"istio-1.7": "istio-1.7",
4649
"istio-1.8": "istio-1.7",
4750
"istio-1.9": "istio-1.9",
51+
"istio-1.10": "istio-1.9",
52+
"istio-1.11": "istio-1.9",
53+
"istio-1.12": "istio-1.9",
4854
}
4955
)
5056

cmd/samples/samples_test.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,12 @@ func TestTemplatesListing(t *testing.T) {
8686
" envoy-1.15",
8787
" envoy-1.16",
8888
" envoy-1.17",
89+
" envoy-1.18",
90+
" envoy-1.19",
91+
" envoy-1.20",
92+
" istio-1.10",
93+
" istio-1.11",
94+
" istio-1.12",
8995
" istio-1.7",
9096
" istio-1.8",
9197
" istio-1.9",

0 commit comments

Comments
 (0)