Skip to content

Commit

Permalink
Upgrade to cortex v1.17.0
Browse files Browse the repository at this point in the history
Signed-off-by: Friedrich Gonzalez <[email protected]>
  • Loading branch information
friedrichg committed May 9, 2024
1 parent 9cc367f commit 763518c
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.0
* [ENHANCEMENT] Configure `-ingester.client.grpc-compression` to be `snappy-block`

## 1.16.1
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.0',

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.0',
testExporter: 'cortexproject/test-exporter:v1.17.0',
},
}

0 comments on commit 763518c

Please sign in to comment.