mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-28 09:39:12 +03:00
Upgrade versions (#9798)
The following applications have been upgraded: * Cilium * Helm * crun * Katacontainers * youki * gvisor * skopeo * yq Signed-off-by: Victor Morales <chipahuac@hotmail.com>
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -77,16 +77,16 @@ nerdctl_extra_flags: '{%- if containerd_insecure_registries is defined and conta
|
||||
|
||||
# Versions
|
||||
kubeadm_version: "{{ kube_version }}"
|
||||
crun_version: 1.4.5
|
||||
crun_version: 1.8.5
|
||||
runc_version: v1.1.7
|
||||
kata_containers_version: 2.4.1
|
||||
youki_version: 0.0.1
|
||||
gvisor_version: 20210921
|
||||
kata_containers_version: 3.1.3
|
||||
youki_version: v0.1.0
|
||||
gvisor_version: 20230627
|
||||
containerd_version: 1.7.2
|
||||
cri_dockerd_version: 0.3.0
|
||||
cri_dockerd_version: 0.3.4
|
||||
|
||||
# this is relevant when container_manager == 'docker'
|
||||
docker_containerd_version: 1.6.4
|
||||
docker_containerd_version: 1.6.16
|
||||
|
||||
# gcr and kubernetes image repo define
|
||||
gcr_image_repo: "gcr.io"
|
||||
@@ -120,7 +120,7 @@ weave_version: 2.8.1
|
||||
pod_infra_version: "3.9"
|
||||
|
||||
cilium_version: "v1.13.4"
|
||||
cilium_cli_version: "v0.14.5"
|
||||
cilium_cli_version: "v0.15.0"
|
||||
cilium_enable_hubble: false
|
||||
|
||||
kube_ovn_version: "v1.11.5"
|
||||
@@ -130,7 +130,7 @@ multus_version: "v3.8"
|
||||
helm_version: "v3.12.1"
|
||||
nerdctl_version: "1.4.0"
|
||||
krew_version: "v0.4.3"
|
||||
skopeo_version: v1.10.0
|
||||
skopeo_version: v1.12.0
|
||||
|
||||
# Get kubernetes major version (i.e. 1.17.4 => 1.17)
|
||||
kube_major_version: "{{ kube_version | regex_replace('^v([0-9])+\\.([0-9]+)\\.[0-9]+', 'v\\1.\\2') }}"
|
||||
@@ -169,7 +169,7 @@ crio_download_url: "https://storage.googleapis.com/cri-o/artifacts/cri-o.{{ imag
|
||||
helm_download_url: "https://get.helm.sh/helm-{{ helm_version }}-linux-{{ image_arch }}.tar.gz"
|
||||
runc_download_url: "https://github.com/opencontainers/runc/releases/download/{{ runc_version }}/runc.{{ image_arch }}"
|
||||
crun_download_url: "https://github.com/containers/crun/releases/download/{{ crun_version }}/crun-{{ crun_version }}-linux-{{ image_arch }}"
|
||||
youki_download_url: "https://github.com/containers/youki/releases/download/v{{ youki_version }}/youki_v{{ youki_version | regex_replace('\\.', '_') }}_linux.tar.gz"
|
||||
youki_download_url: "https://github.com/containers/youki/releases/download/{{ youki_version }}/youki_{{ youki_version | regex_replace('\\.', '_') }}_linux.tar.gz"
|
||||
kata_containers_download_url: "https://github.com/kata-containers/kata-containers/releases/download/{{ kata_containers_version }}/kata-static-{{ kata_containers_version }}-{{ ansible_architecture }}.tar.xz"
|
||||
# gVisor only supports amd64 and uses x86_64 to in the download link
|
||||
gvisor_runsc_download_url: "https://storage.googleapis.com/gvisor/releases/release/{{ gvisor_version }}/{{ ansible_architecture }}/runsc"
|
||||
@@ -530,7 +530,7 @@ downloads:
|
||||
file: true
|
||||
enabled: "{{ youki_enabled }}"
|
||||
version: "{{ youki_version }}"
|
||||
dest: "{{ local_release_dir }}/youki_v{{ youki_version | regex_replace('\\.', '_') }}_linux.tar.gz"
|
||||
dest: "{{ local_release_dir }}/youki_{{ youki_version | regex_replace('\\.', '_') }}_linux.tar.gz"
|
||||
sha256: "{{ youki_archive_checksum }}"
|
||||
url: "{{ youki_download_url }}"
|
||||
unarchive: true
|
||||
|
||||
Reference in New Issue
Block a user