Skip to content

Commit a9fec63

Browse files
authored
Upgrade to cortex v1.17.1 (#49)
Signed-off-by: Friedrich Gonzalez <[email protected]>
1 parent 1fcee6a commit a9fec63

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Changelog
22

33
## master / unreleased
4+
* [CHANGE] Use cortex v1.17.1
45
* [CHANGE] Enable shuffle sharding in compactors
56
* [CHANGE] Remove chunks support for dashboards
67
* [ENHANCEMENT] Configure `-ingester.client.grpc-compression` to be `snappy-block`

cortex/images.libsonnet

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
memcachedExporter: 'prom/memcached-exporter:v0.14.2',
66

77
// Our services.
8-
cortex: 'cortexproject/cortex:v1.16.1',
8+
cortex: 'cortexproject/cortex:v1.17.1',
99

1010
alertmanager: self.cortex,
1111
distributor: self.cortex,
@@ -20,7 +20,7 @@
2020
query_scheduler: self.cortex,
2121

2222
overrides_exporter: self.cortex,
23-
query_tee: 'quay.io/cortexproject/query-tee:v1.16.1',
24-
testExporter: 'cortexproject/test-exporter:v1.16.1',
23+
query_tee: 'quay.io/cortexproject/query-tee:v1.17.1',
24+
testExporter: 'cortexproject/test-exporter:v1.17.1',
2525
},
2626
}

0 commit comments

Comments
 (0)