-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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
Bump go to 1.21.12 / 1.22.5 #18269
Comments
I'm unsure if we should open this as a |
I'd like to help with this. It looks like may take multiple PRs, so let me know where I can assist. |
/assign @thedtripp Thank you. You can start with this repository (main, release-3.5, and release-3.4). I'd hold bbolt and raft until we have @ahrtr's input. |
@thedtripp, we still don't have documentation for this. I was trying to find the issue where I commented on updating the Go version with our latest scripts. However, you now just need to update the It is backported to 3.4 and 3.5, so it should be the same process for all the branches. |
@ivanvc Ok. I'll give that a go on the main branch first. Thanks |
I think so. |
@thedtripp, could you open a PR to update 3.4/3.5 CHANGELOGs? Would you also want to help with bbolt and raft? Or should we open it up for another contributor? |
Yes, I'd like to help with those. I'll look into it later today. |
Thanks, @thedtripp. Closing this as there are no outstanding tasks. |
What would you like to be added?
Go 1.21.12 and 1.22.5 include a fix for the GO-2024-2963 vulnerability in
net/http
. This update should be included in the next 3.5 release.Completion tracking below:
main
: go v1.22.5 - Bump Go version to 1.22.5: GO-2024-2963 fix. #18270release-3.5
: go v1.21.12 - [3.5] Bump Go version to 1.21.12: GO-2024-2963 fix #18271release-3.4
: go v1.21.12 - [3.4]: Bump Go version to 1.21.12: GO-2024-2963 fix. #18272CHANGELOG
- CHANGELOG: Update to reflect go version 1.21.12 bump #18282etcd-io/bbolt
main
: go v1.22.5 - Bump Go version to 1.22.5: GO-2024-2963 fix bbolt#784etcd-io/bbolt
release-1.3
: v1.21.12 - [1.3] Bump Go version to 1.21.12: GO-2024-2963 fix bbolt#785etcd-io/raft
main
: go v1.22.5 - Bump Go version to 1.22.5: GO-2024-2963 fix raft#205Refer to previous issues and its pull requests as a reference, i.e., #17964
Why is this needed?
To improve the project security and address the CVE.
The text was updated successfully, but these errors were encountered: