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

Commit b9d26a7

Browse files
authored
Release 1.7.0. (#260)
* Release 1.7.0.
1 parent 551eb33 commit b9d26a7

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
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.7.0 / 2021-02-24
6+
57
* [CHANGE] Alertmanager storage backend no longer defaults to `gcs` with bucket name `'%(cluster)s-cortex-%(namespace)s' % $._config`. #258
68
* [CHANGE] Only single cluster and namespace can now be selected in "resources" dashboards. #251
79
* [CHANGE] Increased `CortexAllocatingTooMuchMemory` warning alert threshold from 50% to 65%. #256

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
### Versioning strategy
66

7-
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`.
7+
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`.
88
A release of `cortex-jsonnet` should follow shortly after a release of Cortex.
99

1010
### Publish a release

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.6.0',
8+
cortex: 'cortexproject/cortex:v1.7.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:master-5d7b05c3',
23-
testExporter: 'cortexproject/test-exporter:master-be013707',
22+
query_tee: 'quay.io/cortexproject/query-tee:v1.7.0',
23+
testExporter: 'cortexproject/test-exporter:v1.7.0',
2424
},
2525
}

0 commit comments

Comments
 (0)