diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a3349c5ac..88624e5471 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,10 @@ We use *breaking :warning:* to mark changes that are not backward compatible (re ## Unreleased +## v0.23.0 - In Progress + ### Added + - [#4453](https://github.com/thanos-io/thanos/pull/4453) Tools: Add flag `--selector.relabel-config-file` / `--selector.relabel-config` / `--max-time` / `--min-time` to filter served blocks. - [#4482](https://github.com/thanos-io/thanos/pull/4482) COS: Add http_config for cos object store client. - [#4487](https://github.com/thanos-io/thanos/pull/4487) Query: Add memcached auto discovery support. diff --git a/VERSION b/VERSION index 4e21d98943..d1ffc812e8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.23.0-dev +0.24.0-dev diff --git a/docs/release-process.md b/docs/release-process.md index 9381ca1ff0..e85556ac31 100644 --- a/docs/release-process.md +++ b/docs/release-process.md @@ -12,7 +12,7 @@ We aim for regular and strict one release per *6 weeks*. 6 weeks is counter from No feature should block release. -Additionally we (obviously) aim for `main` branch being stable. +Additionally, we (obviously) aim for `main` branch being stable. We are assigning a release shepherd for each minor release. @@ -24,8 +24,8 @@ Release shepherd responsibilities: | Release | Time of first RC | Shepherd (GitHub handle) | |---------|----------------------|-----------------------------| | v0.24.0 | (planned) 2021.09.28 | No one ATM | -| v0.23.0 | (planned) 2021.08.17 | `@bwplotka` | -| v0.22.0 | (planned) 2021.07.06 | `@GiedriusS` | +| v0.23.0 | 2021.09.01 | `@bwplotka` | +| v0.22.0 | 2021.07.06 | `@GiedriusS` | | v0.21.0 | 2021.05.28 | `@metalmatze` and `@onprem` | | v0.20.0 | 2021.04.23 | `@kakkoyun` | | v0.19.0 | 2021.03.02 | `@bwplotka` |