[etcd] make etcd 3.5.16 default (#11572)

* [etcd] make etcd 3.5.16 default

* Update etcd binary checksums for version 3.5.16 and lower
This commit is contained in:
janosbabik
2024-09-26 10:12:01 +02:00
committed by GitHub
parent e355bef79b
commit 656ed796b9
3 changed files with 21 additions and 5 deletions

View File

@@ -139,10 +139,10 @@ pod_infra_supported_versions:
pod_infra_version: "{{ pod_infra_supported_versions[kube_major_version] }}"
etcd_supported_versions:
v1.31: "v3.5.12"
v1.30: "v3.5.12"
v1.29: "v3.5.12"
v1.28: "v3.5.12"
v1.31: "v3.5.16"
v1.30: "v3.5.16"
v1.29: "v3.5.16"
v1.28: "v3.5.16"
etcd_version: "{{ etcd_supported_versions[kube_major_version] }}"
crictl_supported_versions: