add envoy 1.19.1

pull/11115/head
Evan Culver 3 years ago
parent b2d17ac448
commit 7605dff46e
No known key found for this signature in database
GPG Key ID: 3BBE9838C95315C7

@ -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…
Cancel
Save