Skip to content

Commit

Permalink
feat: RHEL 9.1 is GA (#3599)
Browse files Browse the repository at this point in the history
Signed-off-by: Xiangce Liu <[email protected]>
  • Loading branch information
xiangce authored Nov 21, 2022
1 parent cb183cb commit ffeb412
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 @@ -116,6 +116,7 @@
"4.18.0-372": "8.6",
"4.18.0-425": "8.7",
"5.14.0-70": "9.0",
"5.14.0-162": "9.1",
}

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

0 comments on commit ffeb412

Please sign in to comment.