mirror of
https://github.com/status-im/consul.git
synced 2025-01-20 02:29:09 +00:00
40ca4ad6d0
* build: consolidate Envoy version management Simplify Envoy version management by consolidating all runtime, build, and CI sources of Envoy versions into a single plaintext file. The goal of this change is to avoid common mistakes missing an update of some Envoy versions (both in general and due to release branch inconsistency), and enable automated Envoy version updates in the future. * ci: add missing ref argument for get-go-version Supports nightly tests.
14 lines
655 B
Plaintext
14 lines
655 B
Plaintext
# This file represents the canonical list of supported Envoy versions for this version of Consul.
|
|
#
|
|
# Every line must contain a valid version number in the format "x.y.z" where x, y, and z are integers.
|
|
# All other lines must be comments beginning with a "#", or a blank line.
|
|
#
|
|
# Every prior "minor" version for a given "major" (x.y) version is implicitly supported unless excluded by
|
|
# `xdscommon.UnsupportedEnvoyVersions`. For example, 1.28.3 implies support for 1.28.0, 1.28.1, and 1.28.2.
|
|
#
|
|
# See https://www.consul.io/docs/connect/proxies/envoy#supported-versions for more information on Consul's Envoy
|
|
# version support.
|
|
1.29.5
|
|
1.28.4
|
|
1.27.6
|
|
1.26.8 |