From 8893944482e00a048e805b2fb794b1c622a91994 Mon Sep 17 00:00:00 2001 From: Paulin Todev Date: Wed, 25 Sep 2024 11:12:00 +0100 Subject: [PATCH] Prepare for v1.4.0 --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2243e834f..7c83ce824 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,9 +26,13 @@ Main (unreleased) - Changed OTEL alerts in Alloy mixin to use success rate for tracing. (@thampiotr) -v1.4.0-rc.3 +v1.4.0 ----------------- +### Security fixes + +- Add quotes to windows service path to prevent path interception attack. [CVE-2024-8975](https://grafana.com/security/security-advisories/cve-2024-8975/) (@mattdurham) + ### Breaking changes - Some debug metrics for `otelcol` components have changed. (@thampiotr)