Skip to content

Commit 3b9f1c3

Browse files
authored
Update to version 1.10 (#4395)
Signed-off-by: Bryan Boreham <[email protected]>
1 parent e563975 commit 3b9f1c3

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

CHANGELOG.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,10 @@
22

33
## master / unreleased
44

5-
## 1.10.0-rc.1 / 2021-07-21
5+
## 1.10.0 / 2021-08-03
66

77
* [CHANGE] Prevent path traversal attack from users able to control the HTTP header `X-Scope-OrgID`. #4375 (CVE-2021-36157)
88
* Users only have control of the HTTP header when Cortex is not frontend by an auth proxy validating the tenant IDs
9-
10-
## 1.10.0-rc.0 / 2021-06-28
11-
129
* [CHANGE] Enable strict JSON unmarshal for `pkg/util/validation.Limits` struct. The custom `UnmarshalJSON()` will now fail if the input has unknown fields. #4298
1310
* [CHANGE] Cortex chunks storage has been deprecated and it's now in maintenance mode: all Cortex users are encouraged to migrate to the blocks storage. No new features will be added to the chunks storage. The default Cortex configuration still runs the chunks engine; please check out the [blocks storage doc](https://cortexmetrics.io/docs/blocks-storage/) on how to configure Cortex to run with the blocks storage. #4268
1411
* [CHANGE] The example Kubernetes manifests (stored at `k8s/`) have been removed due to a lack of proper support and maintenance. #4268

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.10.0-rc.1
1+
1.10.0

docs/chunks-storage/running-chunks-storage-with-cassandra.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -111,12 +111,12 @@ storage:
111111
```
112112

113113
The latest tag is not published for the Cortex docker image. Visit quay.io/repository/cortexproject/cortex
114-
to find the latest stable version tag and use it in the command below (currently it is `v1.9.0`).
114+
to find the latest stable version tag and use it in the command below (currently it is `v1.10.0`).
115115

116116
Run Cortex using the latest stable version:
117117

118118
```
119-
docker run -d --name=cortex -v $(pwd)/single-process-config.yaml:/etc/single-process-config.yaml -p 9009:9009 quay.io/cortexproject/cortex:v1.9.0 -config.file=/etc/single-process-config.yaml
119+
docker run -d --name=cortex -v $(pwd)/single-process-config.yaml:/etc/single-process-config.yaml -p 9009:9009 quay.io/cortexproject/cortex:v1.10.0 -config.file=/etc/single-process-config.yaml
120120
```
121121
In case you prefer to run the master version, please follow this [documentation](./chunks-storage-getting-started.md) on how to build Cortex from source.
122122

0 commit comments

Comments
 (0)