diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d160a4e81a..c126b1fc0b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## master / unreleased +## 1.14.0 in progress + **This release removes support for chunks storage. See below for more.** * [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: - `-dynamodb.*` diff --git a/RELEASE.md b/RELEASE.md index 9be8344a035..9652d924bf8 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -29,6 +29,7 @@ Our goal is to provide a new minor release every 6 weeks. This is a new process | v1.11.0 | 2021-08-06 | Marco Pracucci (@pracucci) | | v1.12.0 | 2022-02-17 | _Abandoned_ | | v1.13.0 | 2022-06-23 | Alvin Lin (@alvinlin123) | +| v1.14.0 | 2022-11-15 | Alan Protasio (@alanprot) | ## Release shepherd responsibilities