-
Notifications
You must be signed in to change notification settings - Fork 10k
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.24.2 / 1.23.8 #19713
Labels
area/security
priority/important-longterm
Important over the long term, but may not be staffed and/or may need multiple releases to complete.
type/feature
Comments
henrybear327
added a commit
to henrybear327/etcd
that referenced
this issue
Apr 7, 2025
Reference: - etcd-io#19713 Signed-off-by: Chun-Hung Tseng <[email protected]>
henrybear327
added a commit
to henrybear327/etcd
that referenced
this issue
Apr 7, 2025
Reference: - etcd-io#19713 Signed-off-by: Chun-Hung Tseng <[email protected]>
henrybear327
added a commit
to henrybear327/etcd
that referenced
this issue
Apr 7, 2025
Reference: - etcd-io#19713 Signed-off-by: Chun-Hung Tseng <[email protected]>
henrybear327
added a commit
to henrybear327/etcd
that referenced
this issue
Apr 7, 2025
Reference: - etcd-io#19713 Signed-off-by: Chun-Hung Tseng <[email protected]>
henrybear327
added a commit
to henrybear327/etcd
that referenced
this issue
Apr 7, 2025
Reference: - etcd-io#19713 Signed-off-by: Chun-Hung Tseng <[email protected]>
henrybear327
added a commit
to henrybear327/etcd
that referenced
this issue
Apr 7, 2025
Ran `go mod tidy` for all mod files manually. Reference: - etcd-io#19713 Signed-off-by: Chun-Hung Tseng <[email protected]>
@joshjms Do you want to take the bbolt, raft, gofail, auger, etcd-operator, and protodoc part? :) |
Sure! |
henrybear327
added a commit
to henrybear327/etcd
that referenced
this issue
Apr 8, 2025
Reference: - etcd-io#19713 Signed-off-by: Chun-Hung Tseng <[email protected]>
henrybear327
added a commit
to henrybear327/etcd
that referenced
this issue
Apr 8, 2025
Reference: - etcd-io#19713 Signed-off-by: Chun-Hung Tseng <[email protected]>
This was referenced Apr 8, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/security
priority/important-longterm
Important over the long term, but may not be staffed and/or may need multiple releases to complete.
type/feature
What would you like to be added?
Golang 1.24.2 and 1.23.8 were released this week. According to our Dependency management documentation, we want to stay on the latest patch version. This means updating the
release-3.4
,release-3.5
andrelease-3.6
branches to 1.23.8 andmain
to 1.24.2.This patch includes the security fix for CVE-2025-22871.
Progress track:
main
: go v1.24.2 [main] Bump Go to 1.24.2 #19723release-3.6
: go v1.23.8 [release-3.6] Bump Go to 1.23.8 #19724release-3.5
: go v1.23.8 [release-3.5] Bump Go to 1.23.8 #19725release-3.4
: go v1.23.8 [release-3.4] Bump Go to 1.23.8 #19726CHANGELOG
Update release note for bumping Go to 1.23.8/1.24.2 #19728main
: go v1.24.2 [main] Bump go to 1.24.2 bbolt#936release-1.4
: v1.23.8 [release-1.4] Bump go to 1.23.8 bbolt#938release-1.3
: v1.23.8 [release-1.3] Bump go to 1.23.8 bbolt#937main
: go v1.24.2 [main] Bump go toolchain to v1.24.2 raft#287release-3.6
: go v1.23.8 [release-3.6] Bump go toolchain to v1.23.8 raft#288etcd-io/gofail
master
: go v1.23.8 [master] Bump go toolchain to v1.23.8 gofail#112etcd-io/auger
main
: go v1.24.2 Bump go toolchain to v1.24.2 auger#255etcd-io/etcd-operator
: go v1.24.2 Bump go toolchain to v1.24.2 etcd-operator#129etcd-io/protodoc
: go v1.23.8 Bump go toolchain to v1.23.8 protodoc#18Please look at the previous issues and their pull requests, e.g., #19524 and #19333.
Why is this needed?
To keep the project up to date with the latest Go versions. And to address CVE-2025-22871.
The text was updated successfully, but these errors were encountered: