From b5cac114c6cd1a498a3dc276d051396f6a8f8a75 Mon Sep 17 00:00:00 2001 From: Brandon Palm Date: Fri, 6 Dec 2024 08:30:58 -0600 Subject: [PATCH] Add 4.18 to the RHCOS script --- script/rhcos_versions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/rhcos_versions.sh b/script/rhcos_versions.sh index fc22ecd01..c9b88c8cb 100755 --- a/script/rhcos_versions.sh +++ b/script/rhcos_versions.sh @@ -3,7 +3,7 @@ set -x set -e -CHANNELS=(4.17 4.16 4.15 4.14 4.13 4.12 4.11 4.10 4.9 4.8 4.7 4.6 4.5 4.4 4.3 4.2 4.1) +CHANNELS=(4.18 4.17 4.16 4.15 4.14 4.13 4.12 4.11 4.10 4.9 4.8 4.7 4.6 4.5 4.4 4.3 4.2 4.1) CHANNEL_TYPES=(stable candidate) rm -f ./tests/platform/operatingsystem/files/rhcos_version_map &>/dev/null