-
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
Bump Go to 1.24.1 / 1.23.7 #19524
Labels
area/security
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
type/feature
Comments
I'll do /assign |
This was referenced Mar 5, 2025
/assign @moshevayner (etcd-operator) |
Hi @ivanvc , I’m happy to help with the
|
This was referenced Mar 5, 2025
Hi @ivanvc , I can take up etcd-io/auger. cc @ahrtr |
This was referenced Mar 7, 2025
I'm closing with all the tasks completed. Thanks to everyone who helped with this: @tcchawla, @moshevayner, @shreekara-rajendra, @MrDXY, and @Elbehery. |
henrybear327
pushed a commit
to henrybear327/etcd
that referenced
this issue
Mar 12, 2025
Reference: - etcd-io#19524 Signed-off-by: Chun-Hung Tseng <[email protected]>
henrybear327
pushed a commit
to henrybear327/etcd
that referenced
this issue
Mar 12, 2025
According to the available image tag list [2], the images for go 1.24 are all prefixed with `dev-`. Thus, we are using the `dev-` prefixed image version for now. Reference: [1] etcd-io#19524 [2] https://mcr.microsoft.com/v2/devcontainers/go/tags/list Signed-off-by: Chun-Hung Tseng <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/security
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
type/feature
What would you like to be added?
Golang 1.24.1 and 1.23.7 were released today. 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.7 andmain
to 1.24.1.This patch includes the security fix for CVE-2025-22870.
Progress track:
main
: go v1.24.1 - Bump go toolchain to 1.24.1 #19440release-3.6
: go v1.23.7 - [release-3.6] Bump go toolchain to 1.23.7 #19527release-3.5
: go v1.23.7 - [3.5] Bump go toolchain to 1.23.7 #19528release-3.4
: go v1.23.7 - [3.4] Bump go toolchain to v1.23.7 #19533CHANGELOG
- Update CHANGELOGs with recent merged pull requests #19532main
: go v1.24.1 - Bump go 1.24.1 bbolt#925release-1.3
: v1.23.7 - [1.3] Bump go toolchain to v1.23.7 bbolt#920release-1.4
: v1.23.7 - [1.4] Bump go toolchain to v1.23.7 bbolt#921main
: go v1.24.1 - Bump go toolchain to 1.24.1 raft#275release-3.6
: go v1.23.7 - [3.6] Bump go toolchain to 1.23.7 raft#276etcd-io/gofail
main
: go v1.23.7 - Updates golang toolchain to version 1.23.7 gofail#107etcd-io/auger
main
: go v1.24.1 - Update golang toolchain to version 1.24.1 auger#222etcd-io/etcd-operator
: go v1.24.1 - chore: bump golang to 1.24.1 etcd-operator#96etcd-io/protodoc
: go v1.23.7 - Updates golang toolchain to version 1.23.7 protodoc#17Please look at the previous issues and their pull requests, e.g., #19333 and #19210.
Why is this needed?
To keep the project up to date with the latest Go versions. And to address CVE-2025-22870.
The text was updated successfully, but these errors were encountered: