Skip to content

Releases: hashicorp/consul-dataplane

v1.1.10

28 Mar 17:37
a9a45ef
Compare
Choose a tag to compare

1.1.10 (March 28, 2024)

SECURITY:

v1.4.0

28 Feb 22:25
2e58aa9
Compare
Choose a tag to compare

1.4.0 (February 28, 2024)

SECURITY:

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

14 Feb 20:35
07613e5
Compare
Choose a tag to compare

1.3.3 (February 14, 2024)

SECURITY:

IMPROVEMENTS:

  • Upgrade to use Go 1.21.7. [GH-411]

v1.2.6

14 Feb 20:27
b546bd8
Compare
Choose a tag to compare

1.2.6 (February 14, 2024)

SECURITY:

IMPROVEMENTS:

  • Upgrade to use Go 1.21.7. [GH-411]

v1.1.9

14 Feb 20:28
f7790b4
Compare
Choose a tag to compare

1.1.9 (February 14, 2024)

SECURITY:

IMPROVEMENTS:

  • Upgrade to use Go 1.21.7. [GH-411]

v1.4.0-rc1

07 Feb 23:44
01904e1
Compare
Choose a tag to compare
v1.4.0-rc1 Pre-release
Pre-release

1.4.0-rc1 (February 7, 2024)

SECURITY:

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

24 Jan 18:16
3977fae
Compare
Choose a tag to compare

1.3.2 (January 24, 2024)

SECURITY:

  • Upgrade OpenShift container images to use ubi9-minimal:9.3 as the base image. [GH-373]

IMPROVEMENTS:

  • Upgrade to use Go 1.21.6. [GH-384]

v1.2.5

24 Jan 18:48
802770b
Compare
Choose a tag to compare

1.2.5 (January 24, 2024)

SECURITY:

  • Upgrade OpenShift container images to use ubi9-minimal:9.3 as the base image. [GH-373]

IMPROVEMENTS:

  • Upgrade to use Go 1.21.6. [GH-384]

v1.1.8

24 Jan 18:16
a61a614
Compare
Choose a tag to compare

1.1.8 (January 24, 2024)

SECURITY:

  • Upgrade OpenShift container images to use ubi9-minimal:9.3 as the base image. [GH-373]

IMPROVEMENTS:

  • Upgrade to use Go 1.21.6. [GH-384]

v1.3.1

18 Dec 15:43
66a8624
Compare
Choose a tag to compare

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]