Releases: hashicorp/consul-dataplane
Releases · hashicorp/consul-dataplane
v1.1.10
1.1.10 (March 28, 2024)
SECURITY:
- Update
google.golang.org/protobuf
to v1.33.0 to address CVE-2024-24786. [GH-460] - Upgrade to use Go
1.21.8
. This resolves CVEs
CVE-2024-24783 (crypto/x509
).
CVE-2023-45290 (net/http
).
CVE-2023-45289 (net/http
,net/http/cookiejar
).
CVE-2024-24785 (html/template
).
CVE-2024-24784 (net/mail
). [GH-465]
v1.4.0
1.4.0 (February 28, 2024)
SECURITY:
- Update Envoy version to 1.28.1 to address CVE-2024-23324, CVE-2024-23325, CVE-2024-23322, CVE-2024-23323, CVE-2024-23327, and CVE-2023-44487 [GH-416]
- Upgrade
consul-dataplane-fips
OpenShift container image to useubi9-minimal:9.3
as the base image. [GH-434]
FEATURES:
- Add metrics exporting directly to HCP when configured in core. [GH-370]
IMPROVEMENTS:
- Propagate merged metrics request query params to Envoy to enable metrics filtering. [GH-372]
BUG FIXES:
- Exclude Prometheus scrape path query params from Envoy path match s.t. it does not break merged metrics request routing. [GH-372]
v1.3.3
1.3.3 (February 14, 2024)
SECURITY:
- Update Envoy version to 1.27.3 to address CVE-2024-23324, CVE-2024-23325, CVE-2024-23322, CVE-2024-23323, CVE-2024-23327, and CVE-2023-44487 [GH-421]
IMPROVEMENTS:
- Upgrade to use Go 1.21.7. [GH-411]
v1.2.6
1.2.6 (February 14, 2024)
SECURITY:
- Update Envoy version to 1.26.7 to address CVE-2024-23324, CVE-2024-23325, CVE-2024-23322, CVE-2024-23323, CVE-2024-23327, and CVE-2023-44487 [GH-417]
IMPROVEMENTS:
- Upgrade to use Go 1.21.7. [GH-411]
v1.1.9
1.1.9 (February 14, 2024)
SECURITY:
- Update Envoy version to 1.26.7 to address CVE-2024-23324, CVE-2024-23325, CVE-2024-23322, CVE-2024-23323, CVE-2024-23327, and CVE-2023-44487 (note: upgrades to Envoy 1.26 for security patches due to 1.25 EOL) [GH-418]
IMPROVEMENTS:
- Upgrade to use Go 1.21.7. [GH-411]
v1.4.0-rc1
1.4.0-rc1 (February 7, 2024)
SECURITY:
- Update Envoy version to 1.27.2 to address CVE-2023-44487 [GH-310]
IMPROVEMENTS:
- Propagate merged metrics request query params to Envoy to enable metrics filtering. [GH-372]
BUG FIXES:
- Exclude Prometheus scrape path query params from Envoy path match s.t. it does not break merged metrics request routing. [GH-372]
v1.3.2
v1.2.5
v1.1.8
v1.3.1
1.3.1 (December 18th, 2023)
SECURITY:
- Update Envoy version to 1.27.2 to address CVE-2023-44487 [GH-314]
- Upgrade to use Go 1.20.12. This resolves CVEs
CVE-2023-45283: (path/filepath
) recognize ??\ as a Root Local Device path prefix (Windows)
CVE-2023-45284: recognize device names with trailing spaces and superscripts (Windows)
CVE-2023-39326: (net/http
) limit chunked data overhead
CVE-2023-45285: (cmd/go
) go get may unexpectedly fallback to insecure git [GH-353]
BUG FIXES:
- Fix issue where the internal grpc-proxy would hit the max message size limit for xDS streams with a large amount of configuration. [GH-357]