Skip to content

Commit

Permalink
Release 1.7.0. (#260)
Browse files Browse the repository at this point in the history
* Release 1.7.0.
  • Loading branch information
pstibrany authored Feb 24, 2021
1 parent 551eb33 commit b9d26a7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 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.7.0 / 2021-02-24

* [CHANGE] Alertmanager storage backend no longer defaults to `gcs` with bucket name `'%(cluster)s-cortex-%(namespace)s' % $._config`. #258
* [CHANGE] Only single cluster and namespace can now be selected in "resources" dashboards. #251
* [CHANGE] Increased `CortexAllocatingTooMuchMemory` warning alert threshold from 50% to 65%. #256
Expand Down
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

### Versioning strategy

Releases of `cortex-jsonnet` are versioned to match the compatible version of Cortex. The release of `cortex-jsonnet`tagged `1.6.0` should match compatible with the release of Cortex tagged `1.6.0`.
Releases of `cortex-jsonnet` are versioned to match the compatible version of Cortex. The release of `cortex-jsonnet` tagged `1.6.0` should match compatible with the release of Cortex tagged `1.6.0`.
A release of `cortex-jsonnet` should follow shortly after a release of Cortex.

### Publish a release
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.6.0',
cortex: 'cortexproject/cortex:v1.7.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:master-5d7b05c3',
testExporter: 'cortexproject/test-exporter:master-be013707',
query_tee: 'quay.io/cortexproject/query-tee:v1.7.0',
testExporter: 'cortexproject/test-exporter:v1.7.0',
},
}

0 comments on commit b9d26a7

Please sign in to comment.