mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-17 20:00:07 +00:00
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:
@@ -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",
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user