Merge pull request #134692 from joshjms/bump-etcd-v3.5.23

etcd: Bump supported etcd version to v3.5.23 for release v1.31, v1.32, and v1.33
This commit is contained in:
Kubernetes Prow Robot
2025-10-17 19:00:47 -07:00
committed by GitHub

View File

@@ -498,9 +498,9 @@ var (
// SupportedEtcdVersion lists officially supported etcd versions with corresponding Kubernetes releases
SupportedEtcdVersion = map[uint8]string{
31: "3.5.21-0",
32: "3.5.21-0",
33: "3.5.21-0",
31: "3.5.23-0",
32: "3.5.23-0",
33: "3.5.23-0",
34: "3.6.5-0",
}