Skip to content

Commit

Permalink
feat: RHEL 9.0 is GA (#3416)
Browse files Browse the repository at this point in the history
Signed-off-by: Xiangce Liu <[email protected]>
(cherry picked from commit 5e92198)
  • Loading branch information
xiangce committed May 19, 2022
1 parent 77d0f1e commit acdb096
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions insights/parsers/uname.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@
"4.18.0-305": "8.4",
"4.18.0-348": "8.5",
"4.18.0-372": "8.6",
"5.14.0-70": "9.0",
}

release_to_kernel_map = dict((v, k) for k, v in rhel_release_map.items())
Expand Down

0 comments on commit acdb096

Please sign in to comment.