From 1818a94c6c9a7ba022ebd69f283ae3c008ef7e09 Mon Sep 17 00:00:00 2001 From: Brandon Palm Date: Wed, 11 Dec 2024 10:42:55 -0600 Subject: [PATCH] Add 4.18 to beta versions slice --- pkg/compatibility/compatibility.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/compatibility/compatibility.go b/pkg/compatibility/compatibility.go index 22cb26bb2..47fe698bf 100644 --- a/pkg/compatibility/compatibility.go +++ b/pkg/compatibility/compatibility.go @@ -50,7 +50,7 @@ type VersionInfo struct { } var ( - ocpBetaVersions = []string{"4.13", "4.14", "4.15", "4.16", "4.17"} + ocpBetaVersions = []string{"4.13", "4.14", "4.15", "4.16", "4.17", "4.18"} ocpLifeCycleDates = map[string]VersionInfo{ // TODO: Adjust all of these periodically to make sure they are up to date with the lifecycle // update documentation.