mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-08 11:07:43 +03:00
[kubernetes] Add hashes for kubernetes 1.29.0 and 1.29.1 (#10778)
* Add hashes of crictl and crio * Add versions of etcd, crictl, crio and csi-snapshotter
This commit is contained in:
@@ -134,18 +134,21 @@ 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.29: "v3.5.10"
|
||||
v1.28: "v3.5.10"
|
||||
v1.27: "v3.5.10"
|
||||
v1.26: "v3.5.10"
|
||||
etcd_version: "{{ etcd_supported_versions[kube_major_version] }}"
|
||||
|
||||
crictl_supported_versions:
|
||||
v1.29: "v1.29.0"
|
||||
v1.28: "v1.28.0"
|
||||
v1.27: "v1.27.1"
|
||||
v1.26: "v1.26.1"
|
||||
crictl_version: "{{ crictl_supported_versions[kube_major_version] }}"
|
||||
|
||||
crio_supported_versions:
|
||||
v1.29: v1.29.1
|
||||
v1.28: v1.28.1
|
||||
v1.27: v1.27.1
|
||||
v1.26: v1.26.4
|
||||
@@ -336,6 +339,7 @@ csi_livenessprobe_image_repo: "{{ kube_image_repo }}/sig-storage/livenessprobe"
|
||||
csi_livenessprobe_image_tag: "v2.5.0"
|
||||
|
||||
snapshot_controller_supported_versions:
|
||||
v1.29: "v6.3.3"
|
||||
v1.28: "v4.2.1"
|
||||
v1.27: "v4.2.1"
|
||||
v1.26: "v4.2.1"
|
||||
|
||||
Reference in New Issue
Block a user