-
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
Plan to release v3.6.0-rc.2 #19489
Comments
According to the golang mailing list, Go v1.23.7 will be released next Tuesday, March 4th, along with a new |
I can reveal my scenario if it helps to decide whether a fix is important for next release candidates and the upcoming 3.6.0 release. The problem is found by a test suite that covers our own etcd client implementation (written on Lua). Once v3.6.0-rc0 is released I've added it into CI scripts and found that watcher related test cases are failing. I'll exclude the watcher related test cases for etcd 3.6 for now. But I would like to re-verify that everything is good before the etcd release. I would like to have some release candidate that includes the fix (or I can verify some commit before a release). But it is completely OK for me if some next release candidates will be tested excluding the watcher scenarios. |
What would you like to be added?
We want to release the third release candidate (
v3.6.0-rc.2
), continuing the plan to release version 3.6.0.Work in progress CHANGELOG is: https://github.com/etcd-io/etcd/blob/main/CHANGELOG/CHANGELOG-3.6.md#v360-rc2-tbd
The list of commits included since the previous release is: v3.6.0-rc.1...release-3.6:
Outstanding tasks before releasing this version:
golang.org/x/net
v0.36.0(?)Release team
Why is this needed?
To continue the work towards releasing 3.6.0.
The text was updated successfully, but these errors were encountered: