Skip to content
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.

Commit

Permalink
Update known supported kernel list.
Browse files Browse the repository at this point in the history
  • Loading branch information
JGoutin committed Feb 16, 2022
1 parent 4c980f8 commit f609bac
Showing 1 changed file with 25 additions and 5 deletions.
30 changes: 25 additions & 5 deletions filter_plugins/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,20 +137,40 @@
_MAX_KERNEL = {
"RedHat": {
"7": {
"2021.2": "3.10.0-1160",
"2021.1": "3.10.0-1127",
"2020.2": "3.10.0-1127",
"2020.1": "3.10.0-1160",
"2019.1": "3.10.0-1062",
"2018.3": "3.10.0-957",
"2018.2": "3.10.0-957",
}
},
"8": {
"2021.2": "4.18.0-305",
"2021.1": "4.18.0-240",
"2020.2": "4.18.0-193",
},
},
"Debian": {
"xenial": {
"2021.1": "4.4.0-179",
"2020.2": "4.4.0-186",
},
"bionic": {
"2021.2": "4.15.0-76",
"2021.1": "4.15.0-101",
"2020.2": "4.15.0-101",
"2020.1": "4.18.0",
"2019.2": "4.18.0",
"2019.1": "4.18.0",
"2018.3": "4.18.0",
"2018.2": "4.18.0",
"2019.1": "4.18.0",
"2019.2": "4.18.0",
"2020.1": "4.18.0",
}
},
"focal": {
"2021.2": "5.4.0-88",
"2021.1": "5.4.0-74",
"2020.2": "5.4.0-52",
},
},
}

Expand Down

0 comments on commit f609bac

Please sign in to comment.