Skip to content

Commit

Permalink
[release-2.11] Update 2.10 changelog and release notes (#6907)
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 ca69b87 commit 194f06a
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 @@ -187,6 +187,18 @@
* [FEATURE] tsdb-labels: Add tool to print label names and values of a TSDB block. #6317
* [ENHANCEMENT] trafficdump: Trafficdump can now parse OTEL requests. Entire request is dumped to output, there's no filtering of fields or matching of series done. #6108

## 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 194f06a

Please sign in to comment.