Skip to content

Commit 01e59ea

Browse files
author
Tyler Reid
committed
Add changelog for series per query limit
Signed-off-by: Tyler Reid <[email protected]>
1 parent ad00485 commit 01e59ea

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,16 @@
1818
* `cortex_alertmanager_state_persist_failed_total`
1919
* [ENHANCEMENT] Blocks storage: support ingesting exemplars. Enabled by setting new CLI flag `-blocks-storage.tsdb.max-exemplars=<n>` or config option `blocks_storage.tsdb.max_exemplars` to positive value. #4124
2020
* [ENHANCEMENT] Distributor: Added distributors ring status section in the admin page. #4151
21+
* [ENHANCEMENT] Ingester/Block Storage: Added ingester and block storage support for `max_series_per_query` / `-ingester.max-series-per-query`
22+
If cortex is running in chunk mode the series limit is only supported for fetched series from the ingester. If cortex is in blocks mode this
23+
this limit is for fetched series from block storage and ingester. #4179
2124
* [BUGFIX] Purger: fix `Invalid null value in condition for column range` caused by `nil` value in range for WriteBatch query. #4128
2225
* [BUGFIX] Ingester: fixed infrequent panic caused by a race condition between TSDB mmap-ed head chunks truncation and queries. #4176
2326

2427
## Blocksconvert
2528

2629
* [ENHANCEMENT] Scanner: add support for DynamoDB (v9 schema only). #3828
2730

28-
2931
## 1.9.0 in progress
3032

3133
* [CHANGE] Fix for CVE-2021-31232: Local file disclosure vulnerability when `-experimental.alertmanager.enable-api` is used. The HTTP basic auth `password_file` can be used as an attack vector to send any file content via a webhook. The alertmanager templates can be used as an attack vector to send any file content because the alertmanager can load any text file specified in the templates list. #4129

0 commit comments

Comments
 (0)