Skip to content

Commit

Permalink
Create 1.8.0 release. (#282)
Browse files Browse the repository at this point in the history
* Create 1.8.0 release.

Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com>

* Update image tags.

Signed-off-by: Peter Štibraný <peter.stibrany@grafana.com>
  • Loading branch information
pstibrany authored Mar 25, 2021
1 parent a38909a commit ac31975
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## master / unreleased

## 1.8.0 / 2021-03-25

* [CHANGE] Updated the trunk branch from `master` to `main`. You need to run the following in your local fork: #265
```
git branch -m master main
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.6.0',

// Our services.
cortex: 'cortexproject/cortex:v1.7.0',
cortex: 'cortexproject/cortex:v1.8.0',

alertmanager: self.cortex,
distributor: self.cortex,
Expand All @@ -19,7 +19,7 @@
store_gateway: self.cortex,

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

0 comments on commit ac31975

Please sign in to comment.