Skip to content

Commit 3d9a356

Browse files
committed
Release Preparation
Signed-off-by: Alan Protasio <approtas@amazon.com>
1 parent cc31874 commit 3d9a356

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

CHANGELOG.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,6 @@
4747
* [CHANGE] Enable PromQL `@` modifier, negative offset always. #4927
4848
* [CHANGE] Store-gateway: Add user label to `cortex_bucket_store_blocks_loaded` metric. #4918
4949
* [CHANGE] AlertManager: include `status` label in `cortex_alertmanager_alerts_received_total`. #4907
50-
* [ENHANCEMENT] AlertManager: Retrying AlertManager Get Requests (Get Alertmanager status, Get Alertmanager Receivers) on next replica on error #4840
51-
* [ENHANCEMENT] Querier/Ruler: Retry store-gateway in case of unexpected failure, instead of failing the query. #4532 #4839
52-
* [ENHANCEMENT] Ring: DoBatch prioritize 4xx errors when failing. #4783
53-
* [ENHANCEMENT] Cortex now built with Go 1.18. #4829
54-
* [ENHANCEMENT] Ingester: Prevent ingesters to become unhealthy during wall replay. #4847
55-
* [ENHANCEMENT] Compactor: Introduced visit marker file for blocks so blocks are under compaction will not be picked up by another compactor. #4805
56-
* [ENHANCEMENT] Distributor: Add label name to labelValueTooLongError. #4855
57-
* [ENHANCEMENT] Enhance traces with hostname information. #4898
58-
* [ENHANCEMENT] Improve the documentation around limits. #4905
59-
* [ENHANCEMENT] Distributor: cache user overrides to reduce lock contention. #4904
6050
* [FEATURE] Compactor: Added `-compactor.block-files-concurrency` allowing to configure number of go routines for download/upload block files during compaction. #4784
6151
* [FEATURE] Compactor: Added `-compactor.blocks-fetch-concurrency` allowing to configure number of go routines for blocks during compaction. #4787
6252
* [FEATURE] Compactor: Added configurations for Azure MSI in blocks-storage, ruler-storage and alertmanager-storage. #4818
@@ -70,6 +60,16 @@
7060
* [FEATURE] Querier: Added a new limit `-querier.max-fetched-data-bytes-per-query` allowing to limit the maximum size of all data in bytes that a query can fetch from each ingester and storage. #4854
7161
* [FEATURE] Added 2 flags `-alertmanager.alertmanager-client.grpc-compression` and `-querier.store-gateway-client.grpc-compression` to configure compression methods for grpc clients. #4889
7262
* [BUGFIX] Storage/Bucket: Enable AWS SDK for go authentication for s3 to fix IMDSv1 authentication. #4897
63+
* [ENHANCEMENT] AlertManager: Retrying AlertManager Get Requests (Get Alertmanager status, Get Alertmanager Receivers) on next replica on error #4840
64+
* [ENHANCEMENT] Querier/Ruler: Retry store-gateway in case of unexpected failure, instead of failing the query. #4532 #4839
65+
* [ENHANCEMENT] Ring: DoBatch prioritize 4xx errors when failing. #4783
66+
* [ENHANCEMENT] Cortex now built with Go 1.18. #4829
67+
* [ENHANCEMENT] Ingester: Prevent ingesters to become unhealthy during wall replay. #4847
68+
* [ENHANCEMENT] Compactor: Introduced visit marker file for blocks so blocks are under compaction will not be picked up by another compactor. #4805
69+
* [ENHANCEMENT] Distributor: Add label name to labelValueTooLongError. #4855
70+
* [ENHANCEMENT] Enhance traces with hostname information. #4898
71+
* [ENHANCEMENT] Improve the documentation around limits. #4905
72+
* [ENHANCEMENT] Distributor: cache user overrides to reduce lock contention. #4904
7373
* [BUGFIX] Memberlist: Add join with no retrying when starting service. #4804
7474
* [BUGFIX] Ruler: Fix /ruler/rule_groups returns YAML with extra fields. #4767
7575
* [BUGFIX] Respecting `-tracing.otel.sample-ratio` configuration when enabling OpenTelemetry tracing with X-ray. #4862

VERSION

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

0 commit comments

Comments
 (0)