Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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',
},
}