Skip to content

Commit

Permalink
Stage release 1.1.1 (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanStough authored May 30, 2023
1 parent f9cb456 commit 06bd8a8
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
## 1.1.1 (May 31, 2023)

SECURITY:

* Update to Go 1.20.4 and Envoy 1.25.6 within the Dockerfile. [[GH-98](https://github.com/hashicorp/consul-dataplane/pull/98)]
* Update to UBI base image to 9.2. [[GH-125](https://github.com/hashicorp/consul-dataplane/pull/125)]
* Upgrade to use Go 1.20.4.
This resolves vulnerabilities [CVE-2023-24537](https://github.com/advisories/GHSA-9f7g-gqwh-jpf5)(`go/scanner`),
[CVE-2023-24538](https://github.com/advisories/GHSA-v4m2-x4rp-hv22)(`html/template`),
[CVE-2023-24534](https://github.com/advisories/GHSA-8v5j-pwr7-w5f8)(`net/textproto`) and
[CVE-2023-24536](https://github.com/advisories/GHSA-9f7g-gqwh-jpf5)(`mime/multipart`). [[GH-94](https://github.com/hashicorp/consul-dataplane/pull/94)]

FEATURES:

* Add envoy_hcp_metrics_bind_socket_dir flag to configure a directory where a unix socket is created.
This enables Envoy metrics collection, which will be forwarded to a HCP metrics collector. [[GH-90](https://github.com/hashicorp/consul-dataplane/pull/90)]

IMPROVEMENTS:

* Update bootstrap configuration to rename envoy_hcp_metrics_bind_socket_dir to envoy_telemetry_collector_bind_socket_dir to remove HCP naming references. [[GH-122](https://github.com/hashicorp/consul-dataplane/pull/122)]

BUG FIXES:

* Fix a bug that threw an error when trying to use `$HOST_IP` with metrics URLs. [[GH-106](https://github.com/hashicorp/consul-dataplane/pull/106)]
* Fix a bug with Envoy potentially starting with incomplete configuration by not waiting enough for initial xDS configuration. [[GH-104](https://github.com/hashicorp/consul-dataplane/pull/104)]

## 1.1.0 (February 23, 2023)

SECURITY:
Expand Down

0 comments on commit 06bd8a8

Please sign in to comment.