-
Notifications
You must be signed in to change notification settings - Fork 569
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
Release 2.12 #7542
Labels
release
Release process
Comments
This was referenced Mar 6, 2024
This was referenced Mar 16, 2024
This was referenced Apr 3, 2024
This release is complete 🎉 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This issue is tracking the progress of the release 2.12.0. The release candidate is scheduled for the week of March 11th 2024.
Publish the release candidate
CHANGELOG.md
./tools/release/check-changelog.sh LAST-RELEASE-TAG...main
and add missing PRs to CHANGELOG## main / unreleased
is blank and at the top. The new section should say## x.y.0-rc.0
../tools/release/notify-changelog-cut.sh
make mixin-screenshots
renovate.json
configuration on themain
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.json
should keep updated the following branches:main
,release-3.1
,release-3.0
andrelease-2.10
.-rc.#
, where#
is the release candidate number, starting at 0.Mimir 2.12.0-rc.0
: Merge release-2.12 to main #7610Mimir 2.12.0-rc.4
: Merge release-2.12 to main #7672Publish the stable release
main
has been cherry picked to the release branchoperations/mimir/images.libsonnet
(_images.mimir
and_images.query_tee
fields)operations/mimir-rules-action/Dockerfile
(grafana/mimirtool
image tag)renovate.json
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.json
,renovate.json
should keep updated the following branches:main
,release-3.1
andrelease-3.0
.integration/backward_compatibility_test.go
)The text was updated successfully, but these errors were encountered: