-
Notifications
You must be signed in to change notification settings - Fork 541
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
chore(deps): update golang docker tag to v1.21.8 (main) #7557
Conversation
Building new version of mimir-build-image. After image is built and pushed to Docker Hub, a new commit will automatically be added to this PR with new image version |
Not building new version of mimir-build-image. This PR modifies |
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new branch
git switch --create backport-7557-to-r280 origin/r280
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x e0a86e6c54e6467b27c638e1655fec5a7fc4d658
# Push it to GitHub
git push --set-upstream origin backport-7557-to-r280
git switch main
# Remove the local backport branch
git branch -D backport-7557-to-r280 Then, create a pull request where the |
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new branch
git switch --create backport-7557-to-r280 origin/r280
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x e0a86e6c54e6467b27c638e1655fec5a7fc4d658
# Push it to GitHub
git push --set-upstream origin backport-7557-to-r280
git switch main
# Remove the local backport branch
git branch -D backport-7557-to-r280 Then, create a pull request where the |
* chore(deps): update golang docker tag to v1.21.8 (main) * Update build image version to pr7557-ae15c572b6 * Trigger CI --------- Co-authored-by: pr00se <[email protected]> Co-authored-by: Yuri Nikolic <[email protected]> (cherry picked from commit e0a86e6)
* chore(deps): update golang docker tag to v1.21.8 (main) (#7557) * chore(deps): update golang docker tag to v1.21.8 (main) * Update build image version to pr7557-ae15c572b6 * Trigger CI --------- Co-authored-by: pr00se <[email protected]> Co-authored-by: Yuri Nikolic <[email protected]> (cherry picked from commit e0a86e6) * Update build image version to pr7561-ae15c572b6 * Trigger CI * Update build image version to pr7562-ae15c572b6 * Initialize Tanka with 1.29. (#7544) * Initialize Tanka with 1.29. Signed-off-by: Peter Štibraný <[email protected]> * Update other refs. Signed-off-by: Peter Štibraný <[email protected]> --------- Signed-off-by: Peter Štibraný <[email protected]> --------- Signed-off-by: Peter Štibraný <[email protected]> Co-authored-by: Patryk Prus <[email protected]> Co-authored-by: duricanikolic <[email protected]> Co-authored-by: Peter Štibraný <[email protected]>
What this PR does
Update mimir-build-image to go 1.21.8 outside of renovate-bot so we can get it into the next release.
Which issue(s) this PR fixes or relates to
N/A
Checklist
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]
.about-versioning.md
updated with experimental features.