From 6bfad24778f2ed80d20b48c34ad2fcd4c1312bd9 Mon Sep 17 00:00:00 2001 From: Dimitar Dimitrov Date: Mon, 8 Jul 2024 16:43:23 +0200 Subject: [PATCH] 2.13: add changelog entry for updated dep (#8656) XXX was merged and we will include it in a future patch release since it's only with low severity. But adding a changelog entry now so we don't forget later on Signed-off-by: Dimitar Dimitrov --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0929d8b9562..5ad1483978f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -104,6 +104,7 @@ * [BUGFIX] Alertmanager: Fix per-tenant silence limits not reloaded during runtime. #8456 * [BUGFIX] Alertmanager: Fix help message for utf-8-strict-mode. #8572 * [BUGFIX] Upgrade golang to 1.22.5 to address [CVE-2024-24791](https://nvd.nist.gov/vuln/detail/CVE-2024-24791). #8600 +* [BUGFIX] Upgrade github.com/rs/cors to v1.11.0 address [GHSA-mh55-gqvf-xfwm](https://github.com/advisories/GHSA-mh55-gqvf-xfwm). #8611 ### Mixin