Skip to content

Commit e3f5fe5

Browse files
committed
Release 1.11.0
Signed-off-by: Marco Pracucci <[email protected]>
1 parent 8c8a667 commit e3f5fe5

File tree

2 files changed

+55
-3
lines changed

2 files changed

+55
-3
lines changed

CHANGELOG.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,65 @@
22

33
## master / unreleased
44

5+
## 1.11.0 / 2021-12-30
6+
57
* [CHANGE] Store gateway: set `-blocks-storage.bucket-store.index-cache.memcached.max-get-multi-concurrency`,
68
`-blocks-storage.bucket-store.chunks-cache.memcached.max-get-multi-concurrency`,
79
`-blocks-storage.bucket-store.metadata-cache.memcached.max-get-multi-concurrency`,
810
`-blocks-storage.bucket-store.index-cache.memcached.max-idle-connections`,
911
`-blocks-storage.bucket-store.chunks-cache.memcached.max-idle-connections`,
1012
`-blocks-storage.bucket-store.metadata-cache.memcached.max-idle-connections` to 100 #414
1113
* [CHANGE] Update grafana-builder dependency: use $__rate_interval in qpsPanel and latencyPanel. #372
14+
* [CHANGE] Decreased `-server.grpc-max-concurrent-streams` from 100k to 10k. #369
15+
* [CHANGE] Decreased blocks storage ingesters graceful termination period from 80m to 20m. #369
16+
* [CHANGE] Changed default `job_names` for query-frontend, query-scheduler and querier to match custom deployments too. #376
17+
* [CHANGE] Increase the rules per group and rule groups limits on different tiers. #396
18+
* [CHANGE] Removed `max_samples_per_query` limit, since it only works with chunks and only when using `-distributor.shard-by-all-labels=false`. #397
19+
* [CHANGE] Removed chunks storage query sharding config support. The following config options have been removed: #398
20+
* `_config` > `queryFrontend` > `shard_factor`
21+
* `_config` > `queryFrontend` > `sharded_queries_enabled`
22+
* `_config` > `queryFrontend` > `query_split_factor`
23+
* [CHANGE] Split `cortex_api` recording rule group into three groups. This is a workaround for large clusters where this group can become slow to evaluate. #401
24+
* [CHANGE] Increased `CortexIngesterReachingSeriesLimit` warning threshold from 70% to 80% and critical threshold from 85% to 90%. #404
25+
* [CHANGE] Rename ruler_s3_bucket_name and ruler_gcs_bucket_name to ruler_storage_bucket_name: #415
26+
* [CHANGE] Fine-tuned rolling update policy for distributor, querier, query-frontend, query-scheduler. #420
27+
* [CHANGE] Increased memcached metadata/chunks/index-queries max connections from 4k to 16k. #420
28+
* [CHANGE] Disabled step alignment in query-frontend to be compliant with PromQL. #420
29+
* [CHANGE] Do not limit compactor CPU and request a number of cores equal to the configured concurrency. #420
30+
* [ENHANCEMENT] Add overrides config to compactor. This allows setting retention configs per user. #386
31+
* [ENHANCEMENT] Added 256MB memory ballast to querier. #369
32+
* [ENHANCEMENT] Update gsutil command for `not healthy index found` playbook #370
33+
* [ENHANCEMENT] Update `etcd-operator` to latest version (see https://github.com/grafana/jsonnet-libs/pull/480). #263
34+
* [ENHANCEMENT] Added Alertmanager alerts and playbooks covering configuration syncs and sharding operation: #377 #378
35+
* `CortexAlertmanagerSyncConfigsFailing`
36+
* `CortexAlertmanagerRingCheckFailing`
37+
* `CortexAlertmanagerPartialStateMergeFailing`
38+
* `CortexAlertmanagerReplicationFailing`
39+
* `CortexAlertmanagerPersistStateFailing`
40+
* `CortexAlertmanagerInitialSyncFailed`
41+
* [ENHANCEMENT] Add support for Azure storage in Alertmanager configuration. #381
42+
* [ENHANCEMENT] Add support for running Alertmanager in sharding mode. #394
43+
* [ENHANCEMENT] Allow to customize PromQL engine settings via `queryEngineConfig`. #399
44+
* [ENHANCEMENT] Add recording rules to improve responsiveness of Alertmanager dashboard. #387
45+
* [ENHANCEMENT] Add `CortexRolloutStuck` alert. #405
46+
* [ENHANCEMENT] Added `CortexKVStoreFailure` alert. #406
47+
* [ENHANCEMENT] Use configured `ruler` jobname for ruler dashboard panels. #409
48+
* [ENHANCEMENT] Add ability to override `datasource` for generated dashboards. #407
49+
* [ENHANCEMENT] Use alertmanager jobname for alertmanager dashboard panels #411
50+
* [ENHANCEMENT] Added `CortexDistributorReachingInflightPushRequestLimit` alert. #408
51+
* [ENHANCEMENT] Define Azure object storage ruler args. #416
52+
* [ENHANCEMENT] Added the following config options to allow to schedule multiple replicas of the same service on the same node: #418
53+
* `cortex_distributor_allow_multiple_replicas_on_same_node`
54+
* `cortex_ruler_allow_multiple_replicas_on_same_node`
55+
* `cortex_querier_allow_multiple_replicas_on_same_node`
56+
* `cortex_query_frontend_allow_multiple_replicas_on_same_node`
57+
* [BUGFIX] Fixed rollout progress dashboard to include query-scheduler too. #376
58+
* [BUGFIX] Fixed `-distributor.extend-writes` setting on ruler when `unregister_ingesters_on_shutdown` is disabled. #369
59+
* [BUGFIX] Upstream recording rule `node_namespace_pod_container:container_cpu_usage_seconds_total:sum_irate` renamed. #379
60+
* [BUGFIX] Treat `compactor_blocks_retention_period` type as string rather than int.#395
61+
* [BUGFIX] Fixed writes/reads/alertmanager resources dashboards to use `$._config.job_names.gateway`. #403
62+
* [BUGFIX] Span the annotation.message in alerts as YAML multiline strings. #412
63+
* [BUGFIX] Pass `-ruler-storage.s3.endpoint` to ruler when using S3. #421
1264

1365
## 1.10.0 / 2021-12-30
1466

cortex/images.libsonnet

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
memcachedExporter: 'prom/memcached-exporter:v0.6.0',
66

77
// Our services.
8-
cortex: 'cortexproject/cortex:v1.10.0',
8+
cortex: 'cortexproject/cortex:v1.11.0',
99

1010
alertmanager: self.cortex,
1111
distributor: self.cortex,
@@ -20,7 +20,7 @@
2020
query_scheduler: self.cortex,
2121

2222
cortex_tools: 'grafana/cortex-tools:v0.4.0',
23-
query_tee: 'quay.io/cortexproject/query-tee:v1.10.0',
24-
testExporter: 'cortexproject/test-exporter:v1.10.0',
23+
query_tee: 'quay.io/cortexproject/query-tee:v1.11.0',
24+
testExporter: 'cortexproject/test-exporter:v1.11.0',
2525
},
2626
}

0 commit comments

Comments
 (0)