Skip to content

Commit

Permalink
update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
poyzannur committed Jan 24, 2024
1 parent baca6f1 commit 4a57545
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/sources/release-notes/v2-9.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

0 comments on commit 4a57545

Please sign in to comment.