mirror of https://github.com/hashicorp/consul
Update list of Envoy versions
parent
1384b34b33
commit
a59f68f51e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue