Calin Cristian Andrei
21b1516d80
[kubernetes] add hashes for 1.21.11
2 years ago
Calin Cristian Andrei
4c15038194
[kubernetes] add hashes for 1.22.8
2 years ago
Calin Cristian Andrei
efb0412b63
[kubernetes] add hashes for 1.23.5
2 years ago
Cristian Calin
394857b5ce
[docker] add support for cri-dockerd as a replacement for dockershim ( #8623 )
2 years ago
Cristian Calin
db1e30e4fc
[calico] add 3.22.1 ( #8612 )
2 years ago
Mohamed Zaian
632aa764e6
etcd: add etcd v3.5.1 for kubernetes 1.22+ ( #8588 )
* There is an issue with etcd v3.5.0 where it resurrects ancient members see: https://github.com/etcd-io/etcd/issues/13196
This issue is clearly fixed in etcd v3.5.2
* Just keep the checksums
2 years ago
Cristian Calin
f6342b6cf4
[crun] upgrade to 1.4.3 ( #8598 )
2 years ago
Cristian Calin
471585dcd5
[containerd]: upgrade versions to fix CVE-2022-23648 ( #8597 )
* [containerd] add hashes for 1.6.1
* [contained] make 1.6.1 the default
* [containerd] add hashes for 1.5.10
* [containerd] add hashes for 1.4.13
* [nerdct] bump to 0.17.1
2 years ago
Cristian Calin
bf7a506f79
[containerd] Upgrade containerd to 1.6.0 and re-enable arm64 architecture with default options ( #8555 )
* [containerd] add checksums for 1.6.0
* [containerd] promote 1.6.0 as the new default
* [runc] promote 1.1.0 as the new default to allow arm deployments out of the box
* [nerdctl] bump to 0.17.0 to align with containerd 1.6.0
* [reset] allow crictl stopp and rmp commands to fail
2 years ago
cyril-corbon
a088f492f4
chore: remove addon-resizer ( #8566 )
Signed-off-by: Cyril Corbon <corboncyril@gmail.com>
2 years ago
Florian Ruynat
b9a27c91da
Update kubernetes dashboard to 2.5.0
2 years ago
Florian Ruynat
f6eb4c749d
Add kubernetes hashes for 1.23.4/1.22.7/1.21.10
2 years ago
Cristian Calin
063fc525b1
nerdctl: upgrade to 0.16.1 ( #8539 )
2 years ago
Cristian Calin
402e85ad6e
[calico] upgrade release checksums ( #8544 )
* [calico] upgrade 3.19.x to 3.19.4
* [calico] upgrade 3.20.x to 3.20.4
* [calico] upgrade 3.21.x to 3.21.4 and make it the default
* [calico] add 3.22.0 checksums
* [calico] account for path changes in calico 3.21.4 crd archive and above
2 years ago
Cristian Calin
c6e5314fab
implement download mirrors support ( #8474 )
* [download] add mechanism to support mirrors
* [calico] support alternate download url
2 years ago
mgiessing
6a4fd33a03
Added ppc64le support ( #8505 )
* Added ppc64le support
* Fixed linting errors
2 years ago
cyril-corbon
790448f48b
feat: update cert-manager to 1.7.0 ( #8491 )
Signed-off-by: Cyril Corbon <corboncyril@gmail.com>
2 years ago
Cristian Calin
5ecb07b59a
[nerdctl] upgrade to 0.16.0 ( #8484 )
* [nerdctl] upgrade nerdctl to 0.16.0
* [nerdctl] add configuration file
2 years ago
Cristian Calin
ff621fb7f1
[ingress-nginx] upgrade to 1.1.1 ( #8490 )
2 years ago
Cristian Calin
c47634290e
[helm] upgrade to 3.8.0 ( #8489 )
2 years ago
cyril-corbon
d31db847b7
feat: update local path to v0.0.21 ( #8492 )
2 years ago
Calin Cristian Andrei
7caffde0b6
[kube] add 1.23.3 hashes
2 years ago
Florian Ruynat
d580014c66
Fix CI for Fedora (followup) + OpenSUSE Leap (update to 15.3) ( #8407 )
* Fix fedora jobs - followup
* Update OpenSUSE Leap to 15.3
* Fix cilium version in README + update minor 1.11.1
2 years ago
Calin Cristian Andrei
73ff3b0d3b
[kubernetes] add hashes for 1.23.2, 1.22.6 and 1.21.9
2 years ago
cyril-corbon
9fce9ca42a
feat: upgrade azuredisk csi to v1.10.0 ( #8432 )
Signed-off-by: Cyril Corbon <corboncyril@gmail.com>
2 years ago
Cristian Calin
f1adb734e3
[cri-tools] add hashes for 1.23.0 ( #8442 )
2 years ago
Alex
69f088bb82
add hash-values for runc v1.1.0 - first upstream runc version for multi-arch ( #8447 )
2 years ago
Victor Morales
e88aa7c96b
Add youki runtime support ( #8411 )
2 years ago
Cristian Calin
418f12f62a
[calico] drop 3.18.x and make 3.21.x the new default ( #8426 )
2 years ago
Cristian Calin
1337c9c244
[csi-snapshotter] upgrade to 5.0 ( #8403 )
2 years ago
Mathieu Parent
cfd9873bbc
Allow to choose container manager commands ( #8380 )
This allow to workaround #8375 by using image_command_tool=crictl
when containerd_registries is used for containerd.
Also changes image_info_command_on_localhost for docker to return digests.
2 years ago
Victor Morales
642725efe7
Bump containerd version to 1.5.9 ( #8402 )
2 years ago
Cristian Calin
29aafff2ce
etcd: add 3.5.1 for kubernetes 1.23+ ( #8320 )
2 years ago
Alex
06ad5525b8
replace runc 1.0.3 arm64 hash with 0 ( #8391 )
2 years ago
Kenichi Omichi
51bd9bee0d
Move containerd_version to defaults/main.yml ( #8379 )
All container image versions were defined in download/defaults/main.yml
except containerd.
The inconsistency caused the offline script(generate_list.sh) could not
output the URL of containerd image.
This moves the definition into a valid file.
In addition, this adds host_os to generate_list.sh for downloading
krew from a valid URL.
2 years ago
Victor Morales
52266406f8
Bump cert-manager version to v1.6.1 ( #8377 )
2 years ago
cyril-corbon
cd601c77c7
feat: upgrade metrics server to v0.5.2 ( #8338 )
Signed-off-by: Cyril Corbon <corboncyril@gmail.com>
2 years ago
Florian Ruynat
6abae713f7
Update helm / kube-router and coredns ( #8382 )
* Update kube-router to 1.4.0
* Update Helm to 3.7.2
* Up coredns to 1.8.6 when k8s is 1.23.x
2 years ago
Alex
1312f92a8d
adding 0 checksum for kata_containers_version on arm(64) ( #8383 )
2 years ago
Choi Yongbeom
24f1402a14
nerdctl insecure registry config ( #8339 )
* Update prep_download.yml
nerdctl insecure registry config
* Update prep_download.yml
* Update prep_download.yml
apply conversations advice
* Update prep_download.yml
* Update prep_download.yml
* Update prep_download.yml
* Update prep_download.yml
* Update prep_download.yml
* Update prep_download.yml
* Update main.yml
* Update main.yml
* Update prep_download.yml
* Update prep_download.yml
2 years ago
Necatican Yıldırım
bf00550388
Upgrade Cilium to 1.11.0 ( #8354 )
* Remove kvstore args from Cilium DaemonSet
Co-authored-by: Emin Aktaş <eminaktas34@gmail.com>
Co-authored-by: Yasin Taha Erol <yasintahaerol@gmail.com>
Signed-off-by: necatican <necaticanyildirim@gmail.com>
* Bump Cilium to 1.11.0
Co-authored-by: Emin Aktaş <eminaktas34@gmail.com>
Co-authored-by: Yasin Taha Erol <yasintahaerol@gmail.com>
Signed-off-by: necatican <necaticanyildirim@gmail.com>
Co-authored-by: Emin Aktaş <eminaktas34@gmail.com>
Co-authored-by: Yasin Taha Erol <yasintahaerol@gmail.com>
2 years ago
Florian Ruynat
8d2b4ed4a9
Move min k8s version to 1.21
2 years ago
Cristian Calin
4c4c83f0a1
crun update to 1.4 ( #8330 )
* [crun] update crun to 1.4
* [crun] drop pre-1.x versions
2 years ago
Cristian Calin
ed3932b7d5
[cni-plugins] upgrade to stable 1.0.1 ( #8331 )
* [cni-plugins] upgrade to stable 1.0.1
* [flannel] use binary from dedicated project
2 years ago
zhengtianbao
c3c128352f
Remove registry-proxy ( #8327 )
2 years ago
Cristian Calin
c1954ff918
Support deploying kubernetes 1.23 ( #8323 )
* Ensure entries for 1.23 are added for supported_versions vars
* cri-o: add support for kubernetes 1.23 but still use cri-o 1.22
* kubescheduler-config: diferentiate config versions based on kube_version
2 years ago
Calin Cristian Andrei
db0e458217
Kubernetes: add hashes for v1.23.1, v1.23.0, v1.22.5, v1.21.8 and v1.20.14
2 years ago
Cristian Calin
fdc5d7458f
Upgrade to nerdctl 0.15.0 and some fixes ( #8315 )
* nerdctl: move to 0.15.0
* nerdctl: reduce verbosity when pulling images
* download: use proxy environment when using nerdctl to download containers
2 years ago
Steven Reitsma
b396801e28
Update Cinder CSI to v1.22 ( #8296 )
2 years ago
Cristian Calin
990ca38d21
Kata-Containers: add 2.3.0 ( #8276 )
* Kata-Containers: add checksums for 2.3.0
* Kata-Containers: version 2.3.0 requires kubernetes 1.22.0+
2 years ago