-
Notifications
You must be signed in to change notification settings - Fork 9.9k
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
Upgrade go to latest patch release #16891
Comments
Hey @jmhbnz! |
It's breaking the workflow check and blocking other PRs, let's get this fixed & merged asap. |
@jmhbnz any plans to back port to 3.5.x as well? If needed help with that, can do. |
Certainly are - refer my comment in #16895 (comment). I believe @arjunmalhotra1 will be raising the backports. However we also should be raising updates for both |
Please update the changelog for 3.4 and 3.5 as well, thanks. |
Hey @arjunmalhotra1 - Looks like all the update pr's have been merged. As mentioned above can you please also raise a pull request against |
All changes completed and changelog updated, closing. |
What would you like to be added?
A new go patch release has been published:
We should update to this version by bumping the version in
.go-version
file in themain
branch.Once the changes have been merged in
main
we should also raise pull requests forrelease-3.5
andrelease-3.4
branches as well to update those branches to1.20.11
so the fixes can make it into our next patch releases.Completion tracking
main
- etcd: upgrade go version from 1.21.3 to 1.21.4 #16895release-3.5
[3.5] etcd: upgrade go version from 1.20.10 to 1.20.11 #16915release-3.4
[3.4] etcd: upgrade go version from 1.20.10 to 1.20.11 #16916etcd-io/bbolt
master
etcd: upgrade go version from 1.21.4 bbolt#607etcd-io/raft
main
etcd: upgrade go version from 1.21.3 to 1.21.4 raft#109Why is this needed?
Keep etcd projects up to date with the latest patch releases and incorporate the latest security updates.
The text was updated successfully, but these errors were encountered: