Skip to content

Commit 832982c

Browse files
committed
Document removed flags in the CHANGELOG
Signed-off-by: Andrew Bloomgarden <[email protected]>
1 parent 47b83ce commit 832982c

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

CHANGELOG.md

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

55
**This release removes support for chunks storage. See below for more.**
66

7-
* [CHANGE] Remove support for chunks storage entirely. If you are using chunks storage on a previous version, you must [migrate your data](https://github.com/cortexproject/cortex/blob/v1.11.1/docs/blocks-storage/migrate-from-chunks-to-blocks.md) on version 1.12 or earlier. Before upgrading to this release, you should also remove any deprecated chunks-related configuration, as this release will no longer accept that.
7+
* [CHANGE] Remove support for chunks storage entirely. If you are using chunks storage on a previous version, you must [migrate your data](https://github.com/cortexproject/cortex/blob/v1.11.1/docs/blocks-storage/migrate-from-chunks-to-blocks.md) on version 1.12 or earlier. Before upgrading to this release, you should also remove any deprecated chunks-related configuration, as this release will no longer accept that. The following flags are gone:
8+
- `-dynamodb.*`
9+
- `-metrics.*`
10+
- `-s3.*`
11+
- `-azure.*`
12+
- `-bigtable.*`
13+
- `-gcs.*`
14+
- `-cassandra.*`
15+
- `-boltdb.*`
16+
- `-local.*`
17+
- some `-ingester` flags:
18+
- `-ingester.wal-enabled`
19+
- `-ingester.checkpoint-enabled`
20+
- `-ingester.recover-from-wal`
21+
- `-ingester.wal-dir`
22+
- `-ingester.checkpoint-duration`
23+
- `-ingester.flush-on-shutdown-with-wal-enabled`
24+
- `-ingester.max-transfer-retries`
25+
- `-ingester.max-samples-per-query`
26+
- `-ingester.min-chunk-length`
27+
- `-store.*` except `-store.engine` and `-store.max-query-length`
28+
- `-store.query-chunk-limit` was deprecated and replaced by `-querier.max-fetched-chunks-per-query`
29+
- `-deletes.*`
30+
- `-grpc-store.*`
31+
- `-flusher.wal-dir`, `-flusher.concurrent-flushes`, `-flusher.flush-op-timeout`
832
* [CHANGE] Remove support for alertmanager and ruler legacy store configuration. Before upgrading, you need to convert your configuration to use the `alertmanager-storage` and `ruler-storage` configuration on the version that you're already running, then upgrade.
933
* [CHANGE] Changed default for `-ingester.min-ready-duration` from 1 minute to 15 seconds. #4539
1034
* [CHANGE] query-frontend: Do not print anything in the logs of `query-frontend` if a in-progress query has been canceled (context canceled) to avoid spam. #4562

0 commit comments

Comments
 (0)