Releases: hashicorp/consul-dataplane
Releases · hashicorp/consul-dataplane
v1.6.1
v1.5.4
Update Dockerfile in release/1.5.4 to reflect 1.29.10 (#660) Update Dockerfile to reflect 1.29.10
v1.4.4
update envoy to 1.28.7 (#656) Co-authored-by: github-team-consul-core <github-team-consul-core@hashicorp.com>
v1.1.13
remove the dev suffix from the 1.13 version in prep for release.
v1.6.0
1.6.0 (October 15, 2024)
SECURITY:
- Upgrade Go to use 1.22.7. This addresses CVE
CVE-2024-34155 [GH-608] - Upgrade envoy version to 1.31.2 to address CVE-2024-45807,CVE-2024-45808,CVE-2024-45806,CVE-2024-45809 and CVE-2024-45810 [GH-624]
- Upgrade to support Envoy
1.31.0
. [GH-609]
FEATURES:
- Added the ability to set the
-mode
flag. Options available aresidecar
anddns-proxy
. The system defaults tosidecar
.
When set tosidecar
:
- DNS Server, xDS Server, and Envoy are enabled.
- The system validates that
-consul-dns-bind-addr
and equivalent environment variable must be set to the loopback address.
When set todns-proxy
: - Only DNS Server is enabled. xDS Server and Envoy are disabled.
consul-dns-bind-addr
and equivalent environment variable can be set to other values besides the loopback address. [GH-571]
- Removes the dependence on the v2 catalog and "resource-apis" experiment. [GH-565]
IMPROVEMENTS:
v1.6.0-rc1
1.6.0-rc1 (September 20, 2024)
SECURITY:
- Upgrade Go to use 1.22.7. This addresses CVE
CVE-2024-34155 [GH-608] - Upgrade envoy version to 1.31.2 to address CVE-2024-45807,CVE-2024-45808,CVE-2024-45806,CVE-2024-45809 and CVE-2024-45810 [GH-624]
- Upgrade to support Envoy
1.31.0
. [GH-609]
FEATURES:
- Added the ability to set the
-mode
flag. Options available aresidecar
anddns-proxy
. The system defaults tosidecar
.
When set tosidecar
:
- DNS Server, xDS Server, and Envoy are enabled.
- The system validates that
-consul-dns-bind-addr
and equivalent environment variable must be set to the loopback address.
When set todns-proxy
: - Only DNS Server is enabled. xDS Server and Envoy are disabled.
consul-dns-bind-addr
and equivalent environment variable can be set to other values besides the loopback address. [GH-571]
- Removes the dependence on the v2 catalog and "resource-apis" experiment. [GH-565]
IMPROVEMENTS:
v1.5.3
v1.5.2
v1.5.1
1.5.1 (July 15, 2024)
SECURITY:
- Upgrade envoy version to 1.29.7 to address CVE-2024-39305 [GH-578]
- Upgrade go version to address CVE-2024-24791 [GH-573]
v1.4.3
1.4.3 (July 15, 2024)
SECURITY:
- Upgrade envoy version to 1.28.5 to address CVE-2024-39305 [GH-581]
- Upgrade go version to address CVE-2024-24791 [GH-573]
- Upgrade to support Envoy
1.28.4
. [GH-540]
IMPROVEMENTS:
- Upgrade Go to use 1.22.4. [GH-529]