You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -18,14 +18,16 @@
18
18
*`cortex_alertmanager_state_persist_failed_total`
19
19
*[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
20
20
*[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
21
24
*[BUGFIX] Purger: fix `Invalid null value in condition for column range` caused by `nil` value in range for WriteBatch query. #4128
22
25
*[BUGFIX] Ingester: fixed infrequent panic caused by a race condition between TSDB mmap-ed head chunks truncation and queries. #4176
23
26
24
27
## Blocksconvert
25
28
26
29
*[ENHANCEMENT] Scanner: add support for DynamoDB (v9 schema only). #3828
27
30
28
-
29
31
## 1.9.0 in progress
30
32
31
33
*[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