Skip to content

Commit

Permalink
Add CHANGELOG.md entries
Browse files Browse the repository at this point in the history
Signed-off-by: Dimitar Dimitrov <[email protected]>
  • Loading branch information
dimitarvdimitrov committed Jan 9, 2025
1 parent 3249ae0 commit 7f727d2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
### Grafana Mimir

* [CHANGE] Distributor: OTLP and push handler replace all non-UTF8 characters with the unicode replacement character `\uFFFD` in error messages before propagating them. #10236
* [CHANGE] Make default directory file permissions more restrictive: #10379
* Directories are only read-write-executable by the Mimir user and readable by users in the same group.
* Files are read-writable only by the Mimir user.
* The following files and directories are affected: Alertmanager data directory, blocks exported by `mimirtool remote-read export`, locally cached meta files in the compactor, and index headers in the store-gateway.
* [CHANGE] Querier: pass query matchers to queryable `IsApplicable` hook. #10256
* [ENHANCEMENT] Query Frontend: Return server-side `samples_processed` statistics. #10103
* [ENHANCEMENT] Distributor: OTLP receiver now converts also metric metadata. See also https://github.com/prometheus/prometheus/pull/15416. #10168
Expand Down Expand Up @@ -37,6 +41,7 @@

### Mimirtool

* [CHANGE] Blocks exported by `mimirtool remote-read export` are now only read-writable by the Mimir user. #10379
* [BUGFIX] Fix issue where `MIMIR_HTTP_PREFIX` environment variable was ignored and the value from `MIMIR_MIMIR_HTTP_PREFIX` was used instead. #10207
* [ENHANCEMENT] Unify mimirtool authentication options and add extra-headers support for commands that depend on MimirClient. #10178

Expand Down

0 comments on commit 7f727d2

Please sign in to comment.