-
Notifications
You must be signed in to change notification settings - Fork 369
Specify patch version for go docker image #1091
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
base: main
Are you sure you want to change the base?
Specify patch version for go docker image #1091
Conversation
Hi @LoicDaval-Amadeus! Welcome to the project! 🎉 Thanks for opening this pull request! |
✅ All required contributors have signed the F5 CLA for this PR. Thank you! |
I have hereby read the F5 CLA and agree to its terms |
I don't know your processes but this PR is actually useless IF you have some regular build to deliver rebuilt images in such case pinning the patch version will result in the regular build not updating anymore and requiring a renovate merge. |
It allows renovate to find upadted of the go docker image, and propose a bump of patch version that can be a source of security updates like it is for go 1.21.4 --> 1.24.4 which fixes some not major CVE
b24b9ac
to
86a1459
Compare
Hello, kindly asking for an update on this one. |
golang:1.24.5 is out. Why not to bump up to v1.24.5? |
I think 1.24.5 came out after this PR was opened, but yea bumping to that version would be good, then this PR looks good to me. |
Proposed changes
Specifying the patch version of the go docker image should allow renovate to propose version updates for patch version that ca contain security updates like it is the case for go 1.21.4 --> 1.24.4 which fixes some non major CVE
Fixes #1090
Checklist
Before creating a PR, run through this checklist and mark each as complete.