Skip to content

Commit

Permalink
Merge pull request #309 from gouthamve/release-1.9.0
Browse files Browse the repository at this point in the history
Cut release 1.9.0
  • Loading branch information
gouthamve authored May 18, 2021
2 parents 51b880a + 78a9246 commit 0a06b53
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## master / unreleased

## 1.9.0 / 2021-05-18

* [CHANGE] Replace use of removed Cortex CLI flag `-querier.compress-http-responses` for query frontend with `-api.response-compression-enabled`. #299
* [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
* [CHANGE] Enabled index-header lazy loading in store-gateways. #303
Expand Down
6 changes: 3 additions & 3 deletions cortex/images.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
memcachedExporter: 'prom/memcached-exporter:v0.6.0',

// Our services.
cortex: 'cortexproject/cortex:v1.8.0',
cortex: 'cortexproject/cortex:v1.9.0',

alertmanager: self.cortex,
distributor: self.cortex,
Expand All @@ -20,7 +20,7 @@
query_scheduler: self.cortex,

cortex_tools: 'grafana/cortex-tools:v0.4.0',
query_tee: 'quay.io/cortexproject/query-tee:v1.8.0',
testExporter: 'cortexproject/test-exporter:v1.8.0',
query_tee: 'quay.io/cortexproject/query-tee:v1.9.0',
testExporter: 'cortexproject/test-exporter:v1.9.0',
},
}

0 comments on commit 0a06b53

Please sign in to comment.