Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit ac31975

Browse files
authored
Create 1.8.0 release. (#282)
* Create 1.8.0 release. Signed-off-by: Peter Štibraný <[email protected]> * Update image tags. Signed-off-by: Peter Štibraný <[email protected]>
1 parent a38909a commit ac31975

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## master / unreleased
44

5+
## 1.8.0 / 2021-03-25
6+
57
* [CHANGE] Updated the trunk branch from `master` to `main`. You need to run the following in your local fork: #265
68
```
79
git branch -m master main

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.7.0',
8+
cortex: 'cortexproject/cortex:v1.8.0',
99

1010
alertmanager: self.cortex,
1111
distributor: self.cortex,
@@ -19,7 +19,7 @@
1919
store_gateway: self.cortex,
2020

2121
cortex_tools: 'grafana/cortex-tools:v0.4.0',
22-
query_tee: 'quay.io/cortexproject/query-tee:v1.7.0',
23-
testExporter: 'cortexproject/test-exporter:v1.7.0',
22+
query_tee: 'quay.io/cortexproject/query-tee:v1.8.0',
23+
testExporter: 'cortexproject/test-exporter:v1.8.0',
2424
},
2525
}

0 commit comments

Comments
 (0)