Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mimir-distributed: update RELEASE instructions #9629

Merged
merged 2 commits into from
Oct 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions operations/helm/charts/mimir-distributed/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down
Loading