You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-6Lines changed: 1 addition & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,6 @@
1
1
# Changelog
2
2
3
-
## 1.8.0-rc.1 / 2021-03-15
4
-
5
-
*[BUGFIX] Distributor: reverted changes done to rate limiting in #3825. #3948
6
-
7
-
## 1.8.0-rc.0 / 2021-03-08
3
+
## 1.8.0 / 2021-03-24
8
4
9
5
*[CHANGE] Alertmanager: Don't expose cluster information to tenants via the `/alertmanager/api/v1/status` API endpoint when operating with clustering enabled. #3903
10
6
*[CHANGE] Ingester: don't update internal "last updated" timestamp of TSDB if tenant only sends invalid samples. This affects how "idle" time is computed. #3727
*[ENHANCEMENT] Ruler now has new API endpoint `/ruler/delete_tenant_config` that can be used to delete all ruler groups for tenant. It is intended to be used by administrators who wish to clean up state after removed user. Note that this endpoint is enabled regardless of `-experimental.ruler.enable-api`. #3750#3899
80
76
*[ENHANCEMENT] Query-frontend, query-scheduler: cleanup metrics for inactive tenants. #3826
81
-
*[ENHANCEMENT] Distributor: Prevent failed ingestion from affecting rate limiting. #3825
82
77
*[ENHANCEMENT] Blocks storage: added `-blocks-storage.s3.region` support to S3 client configuration. #3811
83
78
*[ENHANCEMENT] Distributor: Remove cached subrings for inactive users when using shuffle sharding. #3849
84
79
*[ENHANCEMENT] Store-gateway: Reduced memory used to fetch chunks at query time. #3855
Copy file name to clipboardExpand all lines: docs/guides/running-chunks-storage-with-cassandra.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,12 +109,12 @@ storage:
109
109
```
110
110
111
111
The latest tag is not published for the Cortex docker image. Visit quay.io/repository/cortexproject/cortex
112
-
to find the latest stable version tag and use it in the command below (currently it is `v1.7.0`).
112
+
to find the latest stable version tag and use it in the command below (currently it is `v1.8.0`).
113
113
114
114
Run Cortex using the latest stable version:
115
115
116
116
```
117
-
docker run -d --name=cortex -v $(pwd)/single-process-config.yaml:/etc/single-process-config.yaml -p 9009:9009 quay.io/cortexproject/cortex:v1.7.0 -config.file=/etc/single-process-config.yaml
117
+
docker run -d --name=cortex -v $(pwd)/single-process-config.yaml:/etc/single-process-config.yaml -p 9009:9009 quay.io/cortexproject/cortex:v1.8.0 -config.file=/etc/single-process-config.yaml
118
118
```
119
119
In case you prefer to run the master version, please follow this [documentation](../getting-started/getting-started-chunks.md) on how to build Cortex from source.
0 commit comments