mirror of https://github.com/status-im/consul.git
feat: update supported envoy to 1.29 (#21142)
This commit is contained in:
parent
912c5f5a3c
commit
cf1c030043
|
@ -0,0 +1,3 @@
|
|||
```release-note:enhancement
|
||||
mesh: update supported envoy version 1.29.4 in addition to 1.28.3, 1.27.5, 1.26.8.
|
||||
```
|
|
@ -62,7 +62,7 @@ jobs:
|
|||
name: '${{matrix.test-case}}'
|
||||
|
||||
env:
|
||||
ENVOY_VERSION: "1.24.6"
|
||||
ENVOY_VERSION: "1.29.4"
|
||||
steps:
|
||||
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
|
||||
# NOTE: This step is specifically needed for ENT. It allows us to access the required private HashiCorp repos.
|
||||
|
|
|
@ -71,7 +71,7 @@ jobs:
|
|||
# this is further going to multiplied in envoy-integration tests by the
|
||||
# other dimensions in the matrix. Currently TOTAL_RUNNERS would be
|
||||
# multiplied by 8 based on these values:
|
||||
# envoy-version: ["1.25.11", "1.26.8", "1.27.5", "1.28.3"]
|
||||
# envoy-version: ["1.26.8", "1.27.5", "1.28.3", "1.29.4"]
|
||||
# xds-target: ["server", "client"]
|
||||
TOTAL_RUNNERS: 8
|
||||
JQ_SLICER: '[ inputs ] | [_nwise(length / $runnercount | floor)]'
|
||||
|
@ -106,7 +106,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
envoy-version: ["1.25.11", "1.26.8", "1.27.5", "1.28.3"]
|
||||
envoy-version: ["1.26.8", "1.27.5", "1.28.3", "1.29.4"]
|
||||
xds-target: ["server", "client"]
|
||||
test-cases: ${{ fromJSON(needs.generate-envoy-job-matrices.outputs.envoy-matrix) }}
|
||||
env:
|
||||
|
@ -201,13 +201,13 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
consul-version: [ "1.16", "1.17"]
|
||||
consul-version: [ "1.17", "1.18"]
|
||||
env:
|
||||
CONSUL_LATEST_VERSION: ${{ matrix.consul-version }}
|
||||
# ENVOY_VERSION should be the latest version upported by all
|
||||
# consul versions in the matrix.consul-version, since we are testing upgrade from
|
||||
# an older consul version, e.g., 1.26.6 is supported by both 1.16 and 1.17.
|
||||
ENVOY_VERSION: "1.26.6"
|
||||
# an older consul version, e.g., 1.27.5 is supported by both 1.16 and 1.17.
|
||||
ENVOY_VERSION: "1.27.5"
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -272,7 +272,7 @@ jobs:
|
|||
# this is further going to multiplied in envoy-integration tests by the
|
||||
# other dimensions in the matrix. Currently TOTAL_RUNNERS would be
|
||||
# multiplied by 2 based on these values:
|
||||
# envoy-version: ["1.28.3"]
|
||||
# envoy-version: ["1.29.4"]
|
||||
# xds-target: ["server", "client"]
|
||||
TOTAL_RUNNERS: 2
|
||||
JQ_SLICER: '[ inputs ] | [_nwise(length / $runnercount | floor)]'
|
||||
|
@ -307,7 +307,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
envoy-version: ["1.28.3"]
|
||||
envoy-version: ["1.29.4"]
|
||||
xds-target: ["server", "client"]
|
||||
test-cases: ${{ fromJSON(needs.generate-envoy-job-matrices.outputs.envoy-matrix) }}
|
||||
env:
|
||||
|
@ -397,7 +397,7 @@ jobs:
|
|||
id-token: write # NOTE: this permission is explicitly required for Vault auth.
|
||||
contents: read
|
||||
env:
|
||||
ENVOY_VERSION: "1.28.2"
|
||||
ENVOY_VERSION: "1.29.4"
|
||||
CONSUL_DATAPLANE_IMAGE: "docker.io/hashicorppreview/consul-dataplane:1.3-dev-ubi"
|
||||
steps:
|
||||
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
|
||||
|
|
2
Makefile
2
Makefile
|
@ -71,7 +71,7 @@ CONSUL_IMAGE_VERSION?=latest
|
|||
# When changing the method of Go version detection, also update
|
||||
# version detection in CI workflows (reusable-get-go-version.yml).
|
||||
GOLANG_VERSION?=$(shell head -n 1 .go-version)
|
||||
ENVOY_VERSION?='1.28.0'
|
||||
ENVOY_VERSION?='1.29.4'
|
||||
CONSUL_DATAPLANE_IMAGE := $(or $(CONSUL_DATAPLANE_IMAGE),"docker.io/hashicorppreview/consul-dataplane:1.3-dev-ubi")
|
||||
DEPLOYER_CONSUL_DATAPLANE_IMAGE := $(or $(DEPLOYER_CONSUL_DATAPLANE_IMAGE), "docker.io/hashicorppreview/consul-dataplane:1.3-dev")
|
||||
|
||||
|
|
|
@ -151,10 +151,10 @@ func TestDetermineSupportedProxyFeaturesFromString(t *testing.T) {
|
|||
}
|
||||
*/
|
||||
for _, v := range []string{
|
||||
"1.25.0", "1.25.1", "1.25.2", "1.25.3", "1.25.4", "1.25.5", "1.25.6", "1.25.7", "1.25.8", "1.25.9", "1.25.10", "1.25.11",
|
||||
"1.26.0", "1.26.1", "1.26.2", "1.26.3", "1.26.4", "1.26.5", "1.26.6", "1.26.7", "1.26.8",
|
||||
"1.27.0", "1.27.1", "1.27.2", "1.27.3", "1.27.4", "1.27.5",
|
||||
"1.28.0", "1.28.1", "1.28.2", "1.28.3",
|
||||
"1.29.0", "1.29.1", "1.29.2", "1.29.3", "1.29.4",
|
||||
} {
|
||||
cases[v] = testcase{expect: SupportedProxyFeatures{}}
|
||||
}
|
||||
|
|
|
@ -12,10 +12,10 @@ import "strings"
|
|||
//
|
||||
// see: https://www.consul.io/docs/connect/proxies/envoy#supported-versions
|
||||
var EnvoyVersions = []string{
|
||||
"1.29.4",
|
||||
"1.28.3",
|
||||
"1.27.5",
|
||||
"1.26.8",
|
||||
"1.25.11",
|
||||
}
|
||||
|
||||
// UnsupportedEnvoyVersions lists any unsupported Envoy versions (mainly minor versions) that fall
|
||||
|
|
|
@ -15,7 +15,7 @@ DEBUG=${DEBUG:-}
|
|||
XDS_TARGET=${XDS_TARGET:-server}
|
||||
|
||||
# ENVOY_VERSION to run each test against
|
||||
ENVOY_VERSION=${ENVOY_VERSION:-"1.27.0"}
|
||||
ENVOY_VERSION=${ENVOY_VERSION:-"1.29.4"}
|
||||
export ENVOY_VERSION
|
||||
|
||||
export DOCKER_BUILDKIT=1
|
||||
|
|
|
@ -58,6 +58,7 @@ apply to both Consul Enterprise and Consul community edition (CE).
|
|||
|
||||
| Consul Version | Compatible Envoy Versions |
|
||||
| -------------- | -------------------------------------- |
|
||||
| 1.19.x CE | 1.29.4, 1.28.3, 1.27.5, 1.26.8 |
|
||||
| 1.18.x CE | 1.28.3, 1.27.5, 1.26.8, 1.25.11 |
|
||||
| 1.17.x | 1.27.5, 1.26.8, 1.25.11, 1.24.12 |
|
||||
| 1.16.x | 1.26.8, 1.25.11, 1.24.12, 1.23.12 |
|
||||
|
@ -104,6 +105,7 @@ apply to both Consul Enterprise and Consul community edition (CE).
|
|||
|
||||
| Consul Version | Default `consul-dataplane` Version | Other compatible `consul-dataplane` Versions |
|
||||
| -------------- | -------------------------------------|----------------------------------------------|
|
||||
| 1.19.x CE | 1.5.x (Envoy 1.29.x) | 1.4.x (Envoy 1.28.x) |
|
||||
| 1.18.x CE | 1.4.x (Envoy 1.28.x) | 1.3.x (Envoy 1.27.x) |
|
||||
| 1.17.x | 1.3.x (Envoy 1.27.x) | 1.4.x (Envoy 1.28.x), 1.2.x (Envoy 1.26.x) |
|
||||
| 1.16.x | 1.2.x (Envoy 1.26.x) | 1.3.x (Envoy 1.27.x), 1.1.x (Envoy 1.25.x) |
|
||||
|
|
Loading…
Reference in New Issue