Skip to content

Commit

Permalink
Upgrade to cortex v1.17.1 (#49)
Browse files Browse the repository at this point in the history
Signed-off-by: Friedrich Gonzalez <friedrichg@gmail.com>
  • Loading branch information
friedrichg authored Jun 12, 2024
1 parent 1fcee6a commit a9fec63
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

## master / unreleased
* [CHANGE] Use cortex v1.17.1
* [CHANGE] Enable shuffle sharding in compactors
* [CHANGE] Remove chunks support for dashboards
* [ENHANCEMENT] Configure `-ingester.client.grpc-compression` to be `snappy-block`
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.1',
cortex: 'cortexproject/cortex:v1.17.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.1',
testExporter: 'cortexproject/test-exporter:v1.16.1',
query_tee: 'quay.io/cortexproject/query-tee:v1.17.1',
testExporter: 'cortexproject/test-exporter:v1.17.1',
},
}

0 comments on commit a9fec63

Please sign in to comment.