Skip to content

Commit ebb1835

Browse files
authored
prepare 1.15.0-rc release (#5235)
Signed-off-by: Ben Ye <[email protected]>
1 parent f694529 commit ebb1835

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
## 1.15.0 in progress
66

7-
* [CHANGE] Storage: Make Max exemplars config per tenant instead of global configuration. #5016
7+
* [CHANGE] Storage: Make Max exemplars config per tenant instead of global configuration. #5080 #5122
88
* [CHANGE] Alertmanager: Local file disclosure vulnerability in OpsGenie configuration has been fixed. #5045
9-
* [CHANGE] Rename oltp_endpoint to otlp_endpoint to match opentelemetry spec and lib name. #5067
9+
* [CHANGE] Rename oltp_endpoint to otlp_endpoint to match opentelemetry spec and lib name. #5068
1010
* [CHANGE] Distributor/Ingester: Log warn level on push requests when they have status code 4xx. Do not log if status is 429. #5103
1111
* [CHANGE] Tracing: Use the default OTEL trace sampler when `-tracing.otel.exporter-type` is set to `awsxray`. #5141
1212
* [CHANGE] Ingester partial error log line to debug level. #5192
@@ -29,7 +29,7 @@
2929
* [FEATURE] Added `snappy-block` as an option for grpc compression #5215
3030
* [FEATURE] Enable experimental out-of-order samples support. Added 2 new configs `ingester.out_of_order_time_window` and `blocks-storage.tsdb.out_of_order_cap_max`. #4964
3131
* [ENHANCEMENT] Querier: limit series query to only ingesters if `start` param is not specified. #4976
32-
* [ENHANCEMENT] Query-frontend/scheduler: add a new limit `frontend.max-outstanding-requests-per-tenant` for configuring queue size per tenant. Started deprecating two flags `-query-scheduler.max-outstanding-requests-per-tenant` and `-querier.max-outstanding-requests-per-tenant`, and change their value default to 0. Now if both the old flag and new flag are specified, the old flag's queue size will be picked. #5005
32+
* [ENHANCEMENT] Query-frontend/scheduler: add a new limit `frontend.max-outstanding-requests-per-tenant` for configuring queue size per tenant. Started deprecating two flags `-query-scheduler.max-outstanding-requests-per-tenant` and `-querier.max-outstanding-requests-per-tenant`, and change their value default to 0. Now if both the old flag and new flag are specified, the old flag's queue size will be picked. #4991
3333
* [ENHANCEMENT] Query-tee: Add `/api/v1/query_exemplars` API endpoint support. #5010
3434
* [ENHANCEMENT] Let blocks_cleaner delete blocks concurrently(default 16 goroutines). #5028
3535
* [ENHANCEMENT] Query Frontend/Query Scheduler: Increase upper bound to 60s for queue duration histogram metric. #5029
@@ -49,7 +49,7 @@
4949
* [BUGFIX] Fixed no compact block got grouped in shuffle sharding grouper. #5055
5050
* [BUGFIX] Fixed ingesters with less tokens stuck in LEAVING. #5061
5151
* [BUGFIX] Tracing: Fix missing object storage span instrumentation. #5074
52-
* [BUGFIX] Ingester: Ingesters returning empty response for metadata APIs. #5081
52+
* [BUGFIX] Ingester: Fix Ingesters returning empty response for metadata APIs. #5081
5353
* [BUGFIX] Ingester: Fix panic when querying metadata from blocks that are being deleted. #5119
5454
* [BUGFIX] Ring: Fix case when dynamodb kv reaches the limit of 25 actions per batch call. #5136
5555
* [BUGFIX] Query-frontend: Fix shardable instant queries do not produce sorted results for `sort`, `sort_desc`, `topk`, `bottomk` functions. #5148, #5170

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.14.0
1+
1.15.0-rc.0

0 commit comments

Comments
 (0)