Skip to content

Commit

Permalink
feat: uname supports RHEL 9.3 (#3950)
Browse files Browse the repository at this point in the history
- See https://access.redhat.com/articles/3078

Signed-off-by: Xiangce Liu <xiangceliu@redhat.com>
  • Loading branch information
xiangce authored Nov 9, 2023
1 parent 1d2c1c6 commit a9d4c14
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 @@ -119,6 +119,7 @@
"5.14.0-70": "9.0",
"5.14.0-162": "9.1",
"5.14.0-284": "9.2",
"5.14.0-362": "9.3",
}

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

0 comments on commit a9d4c14

Please sign in to comment.