Move cri-o default package to 1.22 (#8258)

This commit is contained in:
Florian Ruynat
2021-12-02 15:21:34 +01:00
committed by GitHub
parent 785324827c
commit b38382a68f
12 changed files with 34 additions and 6 deletions

View File

@@ -45,7 +45,7 @@ crio_stream_port: "10010"
crio_required_version: "{{ kube_version | regex_replace('^v(?P<major>\\d+).(?P<minor>\\d+).(?P<patch>\\d+)$', '\\g<major>.\\g<minor>') }}"
crio_kubernetes_version_matrix:
"1.22": "1.21"
"1.22": "1.22"
"1.21": "1.21"
"1.20": "1.20"

View File

@@ -26,7 +26,7 @@ platforms:
groups:
- kube_control_plane
- name: fedora
box: fedora/34-cloud-base
box: fedora/35-cloud-base
cpus: 2
memory: 1024
groups:

View File

@@ -3,6 +3,8 @@
crio_storage_driver: "overlay"
crio_versioned_pkg:
"1.22":
- "cri-o-1.22.*"
"1.21":
- "cri-o-1.21.*"
"1.20":

View File

@@ -1,5 +1,7 @@
---
crio_versioned_pkg:
"1.22":
- "cri-o-1.22.*"
"1.21":
- "cri-o-1.21.*"
"1.20":

View File

@@ -1,5 +1,7 @@
---
crio_versioned_pkg:
"1.22":
- "cri-o-1.22.*"
"1.21":
- "cri-o-1.21.*"
"1.20":

View File

@@ -1,5 +1,8 @@
---
crio_versioned_pkg:
"1.22":
- "cri-o=1.22*"
- cri-o-runc
"1.21":
- "cri-o=1.21*"
- cri-o-runc

View File

@@ -3,8 +3,8 @@ crio_packages:
- cri-o
- cri-tools
# Fedora doesn't have cri-o 1.21 packages
crio_kubernetes_version_matrix:
"1.21": "1.20"
"1.22": "1.22"
"1.21": "1.21"
"1.20": "1.20"
crio_version: "{{ crio_kubernetes_version_matrix[crio_required_version] | default('1.20') }}"

View File

@@ -1,5 +1,8 @@
---
crio_versioned_pkg:
"1.22":
- "cri-o=1.22*"
- cri-o-runc
"1.21":
- "cri-o=1.21*"
- cri-o-runc