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