Skip to content

Commit

Permalink
Release 1.10.0
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Pracucci <[email protected]>
  • Loading branch information
pracucci committed Dec 30, 2021
1 parent 6644b7b commit 8c8a667
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
`-blocks-storage.bucket-store.chunks-cache.memcached.max-idle-connections`,
`-blocks-storage.bucket-store.metadata-cache.memcached.max-idle-connections` to 100 #414
* [CHANGE] Update grafana-builder dependency: use $__rate_interval in qpsPanel and latencyPanel. #372

## 1.10.0 / 2021-12-30

* [CHANGE] `namespace` template variable in dashboards now only selects namespaces for selected clusters. #311
* [CHANGE] Alertmanager: mounted overrides configmap to alertmanager too. #315
* [CHANGE] Memcached: upgraded memcached from `1.5.17` to `1.6.9`. #316
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.9.0',
cortex: 'cortexproject/cortex:v1.10.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.9.0',
testExporter: 'cortexproject/test-exporter:v1.9.0',
query_tee: 'quay.io/cortexproject/query-tee:v1.10.0',
testExporter: 'cortexproject/test-exporter:v1.10.0',
},
}

0 comments on commit 8c8a667

Please sign in to comment.