Skip to content

Commit

Permalink
[release-2.10] Update 2.10 changelog and release notes (#6906)
Browse files Browse the repository at this point in the history
* Update 2.10 changelog and release notes

Signed-off-by: Dimitar Dimitrov <[email protected]>

* Update CHANGELOG.md

---------

Signed-off-by: Dimitar Dimitrov <[email protected]>
(cherry picked from commit 9bb55ff)

Co-authored-by: Dimitar Dimitrov <[email protected]>
  • Loading branch information
grafanabot and dimitarvdimitrov authored Dec 12, 2023
1 parent 7467787 commit bc32df7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions docs/sources/mimir/release-notes/v2.10.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit bc32df7

Please sign in to comment.