Skip to content

Commit

Permalink
expand supported versions of envoy and istio (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
rockspore authored Nov 29, 2021
1 parent 1ed9016 commit 2e91691
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cmd/samples/samples.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,15 @@ var (
"envoy-1.15": "envoy-1.15",
"envoy-1.16": "envoy-1.16",
"envoy-1.17": "envoy-1.16",
"envoy-1.18": "envoy-1.16",
"envoy-1.19": "envoy-1.16",
"envoy-1.20": "envoy-1.16",
"istio-1.7": "istio-1.7",
"istio-1.8": "istio-1.7",
"istio-1.9": "istio-1.9",
"istio-1.10": "istio-1.9",
"istio-1.11": "istio-1.9",
"istio-1.12": "istio-1.9",
}
)

Expand Down
6 changes: 6 additions & 0 deletions cmd/samples/samples_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,12 @@ func TestTemplatesListing(t *testing.T) {
" envoy-1.15",
" envoy-1.16",
" envoy-1.17",
" envoy-1.18",
" envoy-1.19",
" envoy-1.20",
" istio-1.10",
" istio-1.11",
" istio-1.12",
" istio-1.7",
" istio-1.8",
" istio-1.9",
Expand Down

0 comments on commit 2e91691

Please sign in to comment.