From 4a575451f41ee8acae0e0b33e0aff17e955dc6ce Mon Sep 17 00:00:00 2001 From: poyzannur Date: Wed, 24 Jan 2024 10:54:51 +0000 Subject: [PATCH] update release notes --- docs/sources/release-notes/v2-9.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/sources/release-notes/v2-9.md b/docs/sources/release-notes/v2-9.md index 3016998bbe9e..f72c5dd9be68 100644 --- a/docs/sources/release-notes/v2-9.md +++ b/docs/sources/release-notes/v2-9.md @@ -49,3 +49,10 @@ For a full list of all changes and fixes, look at the [CHANGELOG](https://github * Fix querying ingester for label values with a matcher (previously didn't respect the matcher). * Ensure all lifecycler cfgs ref a valid IPv6 addr and port combination +### 2.9.4 (2024-01-24) + +* Fixed a couple of data races that can cause panics due to concurrent read-write access of tenant configs. +* Fixed a bug in the log results cache. +* Fixed the cache to atomically check background cache size limit correctly. +* Fixed the discrepancy between the semantics of logs and metrics queries. +* Update `golang.org/x/crypto` to `v0.18.0`