You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a new section for the new release so that ## main / unreleased is blank and at the top. The new section should say ## x.y.0-rc.0.
Run ./tools/release/notify-changelog-cut.sh CHANGELOG.md
Run make mixin-screenshots
Before opening the PR, review all updated screenshots and ensure no sensitive data is disclosed
Create new release branch
Create the branch
git checkout r<xxx># xxx is the latest weekly release
git checkout -b release-<version>
git push -u origin release-<version>
Remove "main / unreleased" section from the CHANGELOG
If a new minor or major version is being released, adjust the settings in the renovate.json5 configuration on the main branch by adding the new version.
This way we ensure that dependency updates maintain the new version, as well as the latest two minor versions.
For instance, if versions 3.0 and 2.10 are configured in renovate.json, and version 3.1 is being released,
during the release process renovate.json5 should keep updated the following branches: main, release-3.1, release-3.0 and release-2.10.
Publish the Mimir release candidate
Update VERSION in the release branch and update CHANGELOG with version and release date.
Keep in mind this is a release candidate, so the version string in VERSION and CHANGELOG must end in -rc.#, where # is the release candidate number, starting at 0.
This prepares a PR into main branch. On approval, use the merge-approved-pr-branch-to-main.sh script, following the instruction on how to merge the PR with "Merge commit" (i.e. we DO NOT "Squash and merge" this one).
Publish the Github pre-release draft after getting review from at least one maintainer
Announce the release candidate on social media such as on Mimir community slack using your own Twitter, Mastodon or LinkedIn account
This prepares a PR into main branch. On approval, use the merge-approved-pr-branch-to-main.sh script, following the instruction on how to merge the PR with "Merge commit" (i.e. we DO NOT "Squash and merge" this one).
If during the release process settings in the renovate.json5 have been modified in such a way that dependency updates maintain more than the latest two minor versions,
modify it again to ensure that only the latest two minor versions get updated.
For instance, if versions 3.1, 3.0 and 2.10 are configured in renovate.json5, renovate.json5 should keep updated the following branches: main, release-3.1 and release-3.0.
This issue is tracking the progress of the release 3.2.0. The release candidate is scheduled for end of July/August.
Publish the release candidate
CHANGELOG.md./tools/release/check-changelog.sh LAST-RELEASE-TAG...mainand add missing PRs to CHANGELOG## main / unreleasedis blank and at the top. The new section should say## x.y.0-rc.0../tools/release/notify-changelog-cut.sh CHANGELOG.mdmake mixin-screenshotsrenovate.json5configuration on themainbranch by adding the new version.This way we ensure that dependency updates maintain the new version, as well as the latest two minor versions.
For instance, if versions 3.0 and 2.10 are configured in
renovate.json, and version 3.1 is being released,during the release process
renovate.json5should keep updated the following branches:main,release-3.1,release-3.0andrelease-2.10.-rc.#, where#is the release candidate number, starting at 0.mainbranch. On approval, use themerge-approved-pr-branch-to-main.shscript, following the instruction on how to merge the PR with "Merge commit" (i.e. we DO NOT "Squash and merge" this one).mimir-distributedHelm chart release candidate. Follow the instructions in Release process for a release candidatemainbranch for every experimental feature we want to promote to stablemainbranch with any deprecated feature or configuration option removed in the next releasePublish the stable release
mainhas been cherry picked to the release branchoperations/mimir/images.libsonnet(_images.mimirand_images.query_teefields)operations/mimir-rules-action/Dockerfile(grafana/mimirtoolimage tag)docs/sources/mimir/release-noteson the branch before tagging the release.mainbranch. On approval, use themerge-approved-pr-branch-to-main.shscript, following the instruction on how to merge the PR with "Merge commit" (i.e. we DO NOT "Squash and merge" this one).renovate.json5have been modified in such a way that dependency updates maintain more than the latest two minor versions,modify it again to ensure that only the latest two minor versions get updated.
For instance, if versions 3.1, 3.0 and 2.10 are configured in
renovate.json5,renovate.json5should keep updated the following branches:main,release-3.1andrelease-3.0.integration/backward_compatibility.go)mimir-distributedHelm chart. Follow the instructions in Release process for a final release