From 41f79753e93fb0d20e717fac42b00a088d00ac63 Mon Sep 17 00:00:00 2001 From: Vladimir Varankin Date: Wed, 16 Oct 2024 09:48:48 +0200 Subject: [PATCH] mimir-distributed: update RELEASE instructions (#9629) * mimir-distributed: update RELEASE instructions Signed-off-by: Vladimir Varankin * Update operations/helm/charts/mimir-distributed/RELEASE.md Co-authored-by: Nick Pillitteri <56quarters@users.noreply.github.com> --------- Signed-off-by: Vladimir Varankin Co-authored-by: Nick Pillitteri <56quarters@users.noreply.github.com> --- operations/helm/charts/mimir-distributed/RELEASE.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/operations/helm/charts/mimir-distributed/RELEASE.md b/operations/helm/charts/mimir-distributed/RELEASE.md index f0141b0dcf1..c6c3ac89436 100644 --- a/operations/helm/charts/mimir-distributed/RELEASE.md +++ b/operations/helm/charts/mimir-distributed/RELEASE.md @@ -96,6 +96,8 @@ Weekly releases have the version `x.y.z-weekly.w`, for example `3.1.0-weekly.196 For example, `2.6.0`. + - Add a changelog entry in `mimir-distributed/CHANGELOG.md` about upgading the chart's versions of Mimir and GEM. + - Create or update the release notes in `docs/sources/helm-charts/mimir-distributed/release-notes` directory. The release notes should refer to the correct Mimir and GEM versions and their specific documentation version. @@ -167,6 +169,8 @@ The [release process](https://github.com/grafana/mimir/blob/main/.github/workflo - There shouldn't be anymore update needed in documentation because that has been done in the release candidate step above. + > **Note:** Check that the final versions of Mimir and GEM defined in the chart match those mentioned in the changelog and the release notes. + - From the root directory of the repository, run `make doc` to update [README.md](https://github.com/grafana/mimir/blob/main/operations/helm/charts/mimir-distributed/README.md) file. 1. Open PR to release branch