[2.23] Update k8s and etcd hashes + default to latest patch version (#10797)

* k8s: add hashes for 1.25.16, 1.26.12, 1.27.9

Make 1.27.9 default

* [etcd] add 3.5.10 hashes (#10566)

* Update etcd version for 1.26 and 1.27

---------

Co-authored-by: Mohamed Omar Zaian <mohamedzaian@gmail.com>
This commit is contained in:
Max Gautier
2024-01-16 15:55:38 +01:00
committed by GitHub
parent c264ae3016
commit ca271b8a65
4 changed files with 43 additions and 5 deletions

View File

@@ -133,8 +133,8 @@ skopeo_version: "v1.13.2"
kube_major_version: "{{ kube_version | regex_replace('^v([0-9])+\\.([0-9]+)\\.[0-9]+', 'v\\1.\\2') }}"
etcd_supported_versions:
v1.27: "v3.5.9"
v1.26: "v3.5.9"
v1.27: "v3.5.10"
v1.26: "v3.5.10"
v1.25: "v3.5.9"
etcd_version: "{{ etcd_supported_versions[kube_major_version] }}"