mirror of
https://github.com/status-im/consul.git
synced 2025-01-12 14:55:02 +00:00
add envoy 1.19.1
This commit is contained in:
parent
b2d17ac448
commit
7605dff46e
@ -859,6 +859,11 @@ jobs:
|
||||
environment:
|
||||
ENVOY_VERSION: "1.18.4"
|
||||
|
||||
envoy-integration-test-1_19_1:
|
||||
<<: *ENVOY_TESTS
|
||||
environment:
|
||||
ENVOY_VERSION: "1.19.1"
|
||||
|
||||
# run integration tests for the connect ca providers
|
||||
test-connect-ca-providers:
|
||||
docker:
|
||||
@ -1117,6 +1122,9 @@ workflows:
|
||||
- envoy-integration-test-1_18_4:
|
||||
requires:
|
||||
- dev-build
|
||||
- envoy-integration-test-1_19_1:
|
||||
requires:
|
||||
- dev-build
|
||||
|
||||
website:
|
||||
unless: << pipeline.parameters.trigger-load-test >>
|
||||
|
@ -7,6 +7,7 @@ package proxysupport
|
||||
//
|
||||
// see: https://www.consul.io/docs/connect/proxies/envoy#supported-versions
|
||||
var EnvoyVersions = []string{
|
||||
"1.19.1",
|
||||
"1.18.4",
|
||||
"1.17.4",
|
||||
"1.16.5",
|
||||
|
@ -18,7 +18,7 @@ TEST_V2_XDS=${TEST_V2_XDS:-}
|
||||
export TEST_V2_XDS
|
||||
|
||||
# ENVOY_VERSION to run each test against
|
||||
ENVOY_VERSION=${ENVOY_VERSION:-"1.18.4"}
|
||||
ENVOY_VERSION=${ENVOY_VERSION:-"1.19.1"}
|
||||
export ENVOY_VERSION
|
||||
|
||||
if [ ! -z "$DEBUG" ] ; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user