From 07986c4ab66e4c50803ada77b0752a25dbf401aa Mon Sep 17 00:00:00 2001 From: Alan Protasio Date: Tue, 15 Nov 2022 12:42:44 -0800 Subject: [PATCH 1/2] prepare 1.14 Signed-off-by: Alan Protasio --- CHANGELOG.md | 2 ++ RELEASE.md | 1 + 2 files changed, 3 insertions(+) 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..ab0573ce9cb 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-12-01 | Alan Protasio (@alanprot) | ## Release shepherd responsibilities From f18d0e28040651cbd1ddabfe83ff67fc57f13794 Mon Sep 17 00:00:00 2001 From: Alan Protasio Date: Tue, 15 Nov 2022 14:31:42 -0800 Subject: [PATCH 2/2] release date Signed-off-by: Alan Protasio --- RELEASE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index ab0573ce9cb..9652d924bf8 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -29,7 +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-12-01 | Alan Protasio (@alanprot) | +| v1.14.0 | 2022-11-15 | Alan Protasio (@alanprot) | ## Release shepherd responsibilities