Skip to content

Commit 625394c

Browse files
authored
Release v1.11.1 (#16)
Signed-off-by: Friedrich Gonzalez <[email protected]> Signed-off-by: Friedrich Gonzalez <[email protected]>
1 parent 08645ca commit 625394c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

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

3-
## master / unreleased
3+
## 1.11.1 / 2023-01-13
44

55
* [CHANGE] Updated readme to use this repo with tanka
66
* [CHANGE] Removed chunks support

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.6.0',
66

77
// Our services.
8-
cortex: 'cortexproject/cortex:v1.11.0',
8+
cortex: 'cortexproject/cortex:v1.11.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.11.0',
24-
testExporter: 'cortexproject/test-exporter:v1.11.0',
23+
query_tee: 'quay.io/cortexproject/query-tee:v1.11.1',
24+
testExporter: 'cortexproject/test-exporter:v1.11.1',
2525
},
2626
}

0 commit comments

Comments
 (0)