Skip to content

Commit 43c646b

Browse files
authored
Release v1.11.0 (#4567)
Signed-off-by: Bryan Boreham <[email protected]>
1 parent 2e5ac2a commit 43c646b

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
@@ -3,11 +3,8 @@
33
## master / unreleased
44

55

6-
## 1.11.0-rc.1 in progress
6+
## 1.11.0 2021-11-25
77
* [BUGFIX] Update go-kit package to fix spurious log messages #4544
8-
9-
## 1.11.0-rc.0 in progress
10-
118
* [CHANGE] Memberlist: Expose default configuration values to the command line options. Note that setting these explicitly to zero will no longer cause the default to be used. If the default is desired, then do set the option. The following are affected: #4276
129
- `-memberlist.stream-timeout`
1310
- `-memberlist.retransmit-factor`

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.11.0-rc.1
1+
1.11.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.10.0`).
114+
to find the latest stable version tag and use it in the command below (currently it is `v1.11.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.10.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.11.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)