Skip to content

Commit

Permalink
containerd: upgrade versions 1.4.11 and 1.5.7 and make 1.4.11 the def…
Browse files Browse the repository at this point in the history
…ault
  • Loading branch information
cristicalin committed Oct 25, 2021
1 parent c2d4822 commit 6c4ad62
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions roles/download/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -451,16 +451,16 @@ nerdctl_archive_checksums:
containerd_archive_checksums:
arm:
latest: 0 # this is needed to make debian9 and ubuntu16 CI jobs happy
1.4.9: 0
1.5.5: 0
1.4.11: 0
1.5.7: 0
arm64:
latest: 0 # this is needed to make debian9 and ubuntu16 CI jobs happy
1.4.9: 0
1.5.5: 0
1.4.11: 0
1.5.7: 0
amd64:
latest: 0 # this is needed to make debian9 and ubuntu16 CI jobs happy
1.4.9: 346f88ad5b973960ff81b5539d4177af5941ec2e4703b479ca9a6081ff1d023b
1.5.5: 8efc527ffb772a82021800f0151374a3113ed2439922497ff08f2596a70f10f1
1.4.11: 80c47ec5ce2cd91a15204b5f5b534892ca653e75f3fba0c451ca326bca45fb00
1.5.7: 109fc95b86382065ea668005c376360ddcd8c4ec413e7abe220ae9f461e0e173

etcd_binary_checksum: "{{ etcd_binary_checksums[image_arch] }}"
cni_binary_checksum: "{{ cni_binary_checksums[image_arch] }}"
Expand Down
2 changes: 1 addition & 1 deletion roles/kubespray-defaults/defaults/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ docker_plugins: []
etcd_kubeadm_enabled: false

# Containerd options
containerd_version: 1.4.9
containerd_version: 1.4.11
containerd_use_systemd_cgroup: true

# Settings for containerized control plane (etcd/kubelet/secrets)
Expand Down

0 comments on commit 6c4ad62

Please sign in to comment.