Skip to content

Releases: hashicorp/consul-dataplane

v1.6.1

01 Nov 21:45
0caf098
Compare
Choose a tag to compare
Update Dockerfile in release/1.6.1 to reflect envoy 1.32.1 (#661)

Update Dockerfile

v1.5.4

01 Nov 20:56
ee8b725
Compare
Choose a tag to compare
Update Dockerfile in release/1.5.4 to reflect 1.29.10 (#660)

Update Dockerfile to reflect 1.29.10

v1.4.4

01 Nov 21:02
a54e3e8
Compare
Choose a tag to compare
update envoy to 1.28.7 (#656)

Co-authored-by: github-team-consul-core <github-team-consul-core@hashicorp.com>

v1.1.13

01 Nov 21:44
Compare
Choose a tag to compare
remove the dev suffix from the 1.13 version in prep for release.

v1.6.0

15 Oct 18:58
6c7ecfd
Compare
Choose a tag to compare

1.6.0 (October 15, 2024)

SECURITY:

FEATURES:

  • Added the ability to set the -mode flag. Options available are sidecar and dns-proxy. The system defaults to sidecar.
    When set to sidecar:
  • 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 to dns-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:

  • Update github.com/hashicorp/consul-server-connection-manager to v0.1.9. [GH-595]
  • Update github.com/hashicorp/go-hclog to v1.5.0. [GH-595]

v1.6.0-rc1

20 Sep 21:34
11e4c76
Compare
Choose a tag to compare
v1.6.0-rc1 Pre-release
Pre-release

1.6.0-rc1 (September 20, 2024)

SECURITY:

FEATURES:

  • Added the ability to set the -mode flag. Options available are sidecar and dns-proxy. The system defaults to sidecar.
    When set to sidecar:
  • 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 to dns-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:

  • Update github.com/hashicorp/consul-server-connection-manager to v0.1.9. [GH-595]
  • Update github.com/hashicorp/go-hclog to v1.5.0. [GH-595]

v1.5.3

30 Aug 18:57
f746bf4
Compare
Choose a tag to compare

1.5.3 (August 30, 2024)

IMPROVEMENTS:

  • Update Update github.com/hashicorp/consul/proto-public` to v0.6.2. [GH-585]
  • Update multiple dependencies. [GH-602]
  • Update ubi base image to ubi9-minimal:9.4. [GH-602]

v1.5.2

28 Aug 18:12
6109080
Compare
Choose a tag to compare

1.5.2 (August 28, 2024)

IMPROVEMENTS:

  • Update github.com/hashicorp/consul/proto-public to v0.6.2. [GH-585]

v1.5.1

15 Jul 16:01
8d82b24
Compare
Choose a tag to compare

1.5.1 (July 15, 2024)

SECURITY:

v1.4.3

15 Jul 16:01
Compare
Choose a tag to compare

1.4.3 (July 15, 2024)

SECURITY:

IMPROVEMENTS:

  • Upgrade Go to use 1.22.4. [GH-529]