From 5437b547876eae0c11482a3d0468ab7f80f1987a Mon Sep 17 00:00:00 2001 From: Gaurav Talreja Date: Mon, 20 Nov 2023 17:11:46 +0530 Subject: [PATCH] Bump el8 kickstart version to 8.9 (#13128) Signed-off-by: Gaurav Talreja --- robottelo/constants/__init__.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/robottelo/constants/__init__.py b/robottelo/constants/__init__.py index fc37d74a22f..c31d563c89a 100644 --- a/robottelo/constants/__init__.py +++ b/robottelo/constants/__init__.py @@ -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',