Skip to content

Commit

Permalink
Release v1.16.1
Browse files Browse the repository at this point in the history
Signed-off-by: Friedrich Gonzalez <friedrichg@gmail.com>
  • Loading branch information
friedrichg committed Apr 30, 2024
1 parent 8f6ad0d commit cc52650
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Changelog

## master / unreleased
## 1.16.1
* [CHANGE] Upgrade memcached to 1.6.23-alpine and memcached-exporter to v0.14.2
* [CHANGE] Use cortex v1.16.0
* [CHANGE] Use cortex v1.16.1
* [ENHANCEMENT] Enable frontend query stats by default
* [ENHANCEMENT] Enable ruler query stats by default
* [ENHANCEMENT] Configure `-blocks-storage.bucket-store.ignore-blocks-within` in queriers, rulers and store-gateways
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.14.2',

// Our services.
cortex: 'cortexproject/cortex:v1.16.0',
cortex: 'cortexproject/cortex:v1.16.1',

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

overrides_exporter: self.cortex,
query_tee: 'quay.io/cortexproject/query-tee:v1.16.0',
testExporter: 'cortexproject/test-exporter:v1.16.0',
query_tee: 'quay.io/cortexproject/query-tee:v1.16.1',
testExporter: 'cortexproject/test-exporter:v1.16.1',
},
}

0 comments on commit cc52650

Please sign in to comment.