Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release-2.11] Condense changelog for rc.0 #6957

Merged
merged 1 commit into from
Dec 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 1 addition & 24 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,5 @@
# Changelog

## main / unreleased

### Grafana Mimir

### Mixin

### Jsonnet

### Mimirtool

### Mimir Continuous Test

### Query-tee

### Documentation

### Tools

## 2.11.0-rc.1

### Grafana Mimir

* [BUGFIX] Fixed possible series matcher corruption leading to wrong series being included in query results. #6884

## 2.11.0-rc.0

### Grafana Mimir
Expand Down Expand Up @@ -131,6 +107,7 @@
* [BUGFIX] Querier: attempt to query ingesters in PENDING state, to reduce the likelihood that scaling up the number of ingesters in multiple zones simultaneously causes a read outage. #6726 #6727
* [BUGFIX] Querier: don't cancel inflight queries from a query-scheduler if the stream between the querier and query-scheduler is broken. #6728
* [BUGFIX] Store-gateway: Fix double-counting of some duration metrics. #6616
* [BUGFIX] Fixed possible series matcher corruption leading to wrong series being included in query results. #6884

### Mixin

Expand Down
Loading