Skip to content

Commit 666c0c5

Browse files
committed
Fixed CHANGELOG
Signed-off-by: Marco Pracucci <[email protected]>
1 parent a0ddbed commit 666c0c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ Further, if you're using the configs service, we've upgraded the migration libra
169169
* [ENHANCEMENT] metric `cortex_ingester_flush_reasons` gets a new `reason` value: `Spread`, when `-ingester.spread-flushes` option is enabled. #1978
170170
* [ENHANCEMENT] Added `password` and `enable_tls` options to redis cache configuration. Enables usage of Microsoft Azure Cache for Redis service. #1923
171171
* [ENHANCEMENT] Upgraded Kubernetes API version for deployments from `extensions/v1beta1` to `apps/v1`. #1941
172+
* [ENHANCEMENT] Add ability to configure gRPC keepalive settings. #2066
172173
* [ENHANCEMENT] Experimental TSDB: Open existing TSDB on startup to prevent ingester from becoming ready before it can accept writes. The max concurrency is set via `--experimental.tsdb.max-tsdb-opening-concurrency-on-startup`. #1917
173174
* [ENHANCEMENT] Experimental TSDB: Querier now exports aggregate metrics from Thanos bucket store and in memory index cache (many metrics to list, but all have `cortex_querier_bucket_store_` or `cortex_querier_blocks_index_cache_` prefix). #1996
174175
* [ENHANCEMENT] Experimental TSDB: Improved multi-tenant bucket store. #1991
@@ -180,6 +181,7 @@ Further, if you're using the configs service, we've upgraded the migration libra
180181
* [BUGFIX] Fixed ingesters getting stuck in a LEAVING state after coming up from an ungraceful exit. #1921
181182
* [BUGFIX] Reduce memory usage when ingester Push() errors. #1922
182183
* [BUGFIX] Table Manager: Fixed calculation of expected tables and creation of tables from next active schema considering grace period. #1976
184+
* [BUGFIX] Fixed leaked goroutines in the querier. #2070
183185
* [BUGFIX] Experimental TSDB: Fixed ingesters consistency during hand-over when using experimental TSDB blocks storage. #1854 #1818
184186
* [BUGFIX] Experimental TSDB: Fixed metrics when using experimental TSDB blocks storage. #1981 #1982 #1990 #1983
185187
* [BUGFIX] Experimental memberlist: Use the advertised address when sending packets to other peers of the Gossip memberlist. #1857
@@ -227,13 +229,11 @@ migrate -path <absolute_path_to_cortex>/cmd/cortex/migrations -database postgre
227229
* [ENHANCEMENT] Consul client can optionally rate-limit itself during Watch (used e.g. by ring watchers) and WatchPrefix (used by HA feature) operations. Rate limiting is disabled by default. New flags added: `--consul.watch-rate-limit`, and `--consul.watch-burst-size`. #1708
228230
* [ENHANCEMENT] Added jitter to HA deduping heartbeats, configure using `distributor.ha-tracker.update-timeout-jitter-max` #1534
229231
* [ENHANCEMENT] Add ability to flush chunks with stale markers early. #1759
230-
* [ENHANCEMENT] Add ability to configure gRPC keepalive settings. #2066
231232
* [BUGFIX] Stop reporting successful actions as 500 errors in KV store metrics. #1798
232233
* [BUGFIX] Fix bug where duplicate labels can be returned through metadata APIs. #1790
233234
* [BUGFIX] Fix reading of old, v3 chunk data. #1779
234235
* [BUGFIX] Now support IAM roles in service accounts in AWS EKS. #1803
235236
* [BUGFIX] Fixed duplicated series returned when querying both ingesters and store with the experimental TSDB blocks storage. #1778
236-
* [BUGFIX] Fixed leaked goroutines in the querier. #2070
237237

238238
In this release we updated the following dependencies:
239239

0 commit comments

Comments
 (0)