From bc32df7f868a8cf23d1f0abd1a4049a10e75c85f Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Tue, 12 Dec 2023 15:25:53 +0200 Subject: [PATCH] [release-2.10] Update 2.10 changelog and release notes (#6906) * Update 2.10 changelog and release notes Signed-off-by: Dimitar Dimitrov * Update CHANGELOG.md --------- Signed-off-by: Dimitar Dimitrov (cherry picked from commit 9bb55ffacd9f6566ff572aca4a426ea1d20608f2) Co-authored-by: Dimitar Dimitrov --- CHANGELOG.md | 12 ++++++++++++ docs/sources/mimir/release-notes/v2.10.md | 4 ++++ 2 files changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f2460d617b..4601b729e14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,18 @@ * [ENHANCEMENT] Document the concept of native histograms and how to send them to Mimir, migration path. #6757 * [ENHANCEMENT] Document native histograms query and visualization. #6757 +## 2.10.5 + +### Grafana Mimir + +* [ENHANCEMENT] Update Docker base images from `alpine:3.18.3` to `alpine:3.18.5`. #6897 +* [BUGFIX] Fixed possible series matcher corruption leading to wrong series being included in query results. #6886 + +### Documentation + +* [ENHANCEMENT] Document the concept of native histograms and how to send them to Mimir, migration path. #6757 +* [ENHANCEMENT] Document native histograms query and visualization. #6757 + ## 2.10.4 ### Grafana Mimir diff --git a/docs/sources/mimir/release-notes/v2.10.md b/docs/sources/mimir/release-notes/v2.10.md index 585e758a483..7be9395aa66 100644 --- a/docs/sources/mimir/release-notes/v2.10.md +++ b/docs/sources/mimir/release-notes/v2.10.md @@ -105,3 +105,7 @@ The following configuration option defaults were changed: - Store-gateway: fixed an issue where stopping a store-gateway could cause all store-gateways to unload all blocks. - Ingester: prevented setting "last update time" of TSDB into the future when opening TSDB. This could prevent detecting of idle TSDB for a long time, if sample in distant future was ingested. - General: changed ballast to allocate smaller blocks to avoid problem when entire ballast was kept in memory working set. + +### 2.10.5 + +- Security: updated the Alpine base image version to 3.18.5 to address [CVE-2023-5363](https://nvd.nist.gov/vuln/detail/CVE-2023-5363). [PR 6897](https://github.com/grafana/mimir/pull/6897)