Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 78a9246

Browse files
committed
Cut release 1.9.0
Signed-off-by: Goutham Veeramachaneni <[email protected]>
1 parent 51b880a commit 78a9246

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## master / unreleased
44

5+
## 1.9.0 / 2021-05-18
6+
57
* [CHANGE] Replace use of removed Cortex CLI flag `-querier.compress-http-responses` for query frontend with `-api.response-compression-enabled`. #299
68
* [CHANGE] The default dashboards config now display panels for the Cortex blocks storage only. If you're running Cortex chunks storage, please change `storage_engine` config to `['chunks']` or `['chunks', 'blocks']` if running both. #302
79
* [CHANGE] Enabled index-header lazy loading in store-gateways. #303

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.8.0',
8+
cortex: 'cortexproject/cortex:v1.9.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.8.0',
24-
testExporter: 'cortexproject/test-exporter:v1.8.0',
23+
query_tee: 'quay.io/cortexproject/query-tee:v1.9.0',
24+
testExporter: 'cortexproject/test-exporter:v1.9.0',
2525
},
2626
}

0 commit comments

Comments
 (0)