Skip to content

Commit

Permalink
Bump el8 kickstart version to 8.9 (SatelliteQE#13128)
Browse files Browse the repository at this point in the history
Signed-off-by: Gaurav Talreja <[email protected]>
  • Loading branch information
Gauravtalreja1 authored and shweta83 committed Apr 10, 2024
1 parent 21f7636 commit 5437b54
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions robottelo/constants/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -530,16 +530,16 @@ class Colored(Box):
},
'rhel8_bos': {
'id': 'rhel-8-for-x86_64-baseos-kickstart',
'name': 'Red Hat Enterprise Linux 8 for x86_64 - BaseOS Kickstart 8.8',
'version': '8.8',
'name': 'Red Hat Enterprise Linux 8 for x86_64 - BaseOS Kickstart 8.9',
'version': '8.9',
'reposet': REPOSET['kickstart']['rhel8'],
'product': PRDS['rhel8'],
'distro': 'rhel8',
},
'rhel8_aps': {
'id': 'rhel-8-for-x86_64-appstream-kickstart',
'name': 'Red Hat Enterprise Linux 8 for x86_64 - AppStream Kickstart 8.8',
'version': '8.8',
'name': 'Red Hat Enterprise Linux 8 for x86_64 - AppStream Kickstart 8.9',
'version': '8.9',
'reposet': REPOSET['kickstart']['rhel8_aps'],
'product': PRDS['rhel8'],
'distro': 'rhel8',
Expand Down

0 comments on commit 5437b54

Please sign in to comment.