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
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
# Changelog
2
2
3
3
## master / unreleased
4
+
5
+
*[CHANGE] Upgrade Dockerfile Node version from 14x to 18x. #5906
4
6
*[ENHANCEMENT] Query Frontend/Querier: Added store gateway postings touched count and touched size in Querier stats and log in Query Frontend. #5892
5
7
*[ENHANCEMENT] Query Frontend/Querier: Returns `warnings` on prometheus query responses. #5916
6
8
*[ENHANCEMENT] Ingester: Allowing to configure `-blocks-storage.tsdb.head-compaction-interval` flag up to 30 min and add a jitter on the first head compaction. #5919#5928
@@ -10,12 +12,14 @@
10
12
*[ENHANCEMENT] KV: Etcd Added etcd.ping-without-stream-allowed parameter to disable/enable PermitWithoutStream #5933
11
13
*[ENHANCEMENT] Ingester: Add a new `max_series_per_label_set` limit. This limit functions similarly to `max_series_per_metric`, but allowing users to define the maximum number of series per LabelSet. #5950
12
14
*[ENHANCEMENT] Store Gateway: Log gRPC requests together with headers configured in `http_request_headers_to_log`. #5958
13
-
*[ENHANCEMENT] Ingester: Added `upload_compacted_blocks_enabled` config to ingester to parameterize uploading compacted blocks.
14
-
*[CHANGE] Upgrade Dockerfile Node version from 14x to 18x. #5906
15
-
*[CHANGE] Query Frontend/Ruler: Omit empty data field in API response. #5953#5954
16
15
*[BUGFIX] Configsdb: Fix endline issue in db password. #5920
17
16
*[BUGFIX] Ingester: Fix `user` and `type` labels for the `cortex_ingester_tsdb_head_samples_appended_total` TSDB metric. #5952
18
17
18
+
## 1.17.1 2024-05-20
19
+
20
+
*[CHANGE] Query Frontend/Ruler: Omit empty data, errorType and error fields in API response. #5953#5954
21
+
*[ENHANCEMENT] Ingester: Added `upload_compacted_blocks_enabled` config to ingester to parameterize uploading compacted blocks. #5959
22
+
*[BUGFIX] Querier: Select correct tenant during query federation. #5943
0 commit comments