Skip to content

Commit

Permalink
Update list of Envoy versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nathancoleman authored Apr 5, 2023
1 parent 25f9da4 commit 87c0930
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions envoyextensions/xdscommon/proxysupport.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ import "strings"
//
// see: https://www.consul.io/docs/connect/proxies/envoy#supported-versions
var EnvoyVersions = []string{
"1.25.1",
"1.24.2",
"1.23.4",
"1.22.5",
"1.25.4",
"1.24.5",
"1.23.7",
"1.22.10",
}

// UnsupportedEnvoyVersions lists any unsupported Envoy versions (mainly minor versions) that fall
Expand Down

0 comments on commit 87c0930

Please sign in to comment.