Skip to content

Commit

Permalink
Update CHANGELOG.md with PRs not in 2.15-rc.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
chencs committed Dec 10, 2024
1 parent 615c537 commit fea0133
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,13 @@

### Grafana Mimir

* [BUGFIX] Distributor: Use a boolean to track changes while merging the ReplicaDesc components, rather than comparing the objects directly. #10185


### Mixin

* [BUGFIX] Dashboards: fix how we switch between classic and native histograms. #10018

### Jsonnet

### Mimirtool
Expand All @@ -18,6 +23,8 @@

### Documentation

* [CHANGE] Add production tips related to cache size, heavy multi-tenancy and latency spikes. #9978

### Tools

## 2.15.0-rc.0
Expand Down Expand Up @@ -123,7 +130,6 @@
* [BUGFIX] Querier: Fix stddev+stdvar aggregations to treat Infinity consistently. #9844
* [BUGFIX] Ingester: Chunks could have one unnecessary zero byte at the end. #9844
* [BUGFIX] OTLP receiver: Preserve colons and combine multiple consecutive underscores into one when generating metric names in suffix adding mode (`-distributor.otel-metric-suffixes-enabled`). #10075
* [BUGFIX] Distributor: Use a boolean to track changes while merging the ReplicaDesc components, rather than comparing the objects directly. #10185

### Mixin

Expand All @@ -141,7 +147,6 @@
* [BUGFIX] Alerts: Exclude read-only replicas from `IngesterInstanceHasNoTenants` alert. #9843
* [BUGFIX] Alerts: Use resident set memory for the `EtcdAllocatingTooMuchMemory` alert so that ephemeral file cache memory doesn't cause the alert to misfire. #9997
* [BUGFIX] Query-frontend: support `X-Read-Consistency-Offsets` on labels queries too.
* [BUGFIX] Dashboards: fix how we switch between classic and native histograms. #10018

### Jsonnet

Expand Down Expand Up @@ -171,7 +176,6 @@

### Documentation

* [CHANGE] Add production tips related to cache size, heavy multi-tenancy and latency spikes. #9978
* [BUGFIX] Send native histograms: update the migration guide with the corrected dashboard query for switching between classic and native histograms queries. #10052

### Tools
Expand Down

0 comments on commit fea0133

Please sign in to comment.