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
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.
Announce the release on socials
Open a PR to add the new version to the backward compatibility integration test (integration/backward_compatibility.go)
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)make build-jsonnet-tests
and commit to release branchmain
branch. On approval, use themerge-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).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
andrelease-3.0
.integration/backward_compatibility.go
)mimir-distributed
Helm chart. Follow the instructions in Release process for a final releaseThe text was updated successfully, but these errors were encountered: