Skip to content

Commit

Permalink
Add 4.18 to beta versions slice (#2622)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebrandon1 authored Dec 11, 2024
1 parent b6bcda1 commit b63eda8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/compatibility/compatibility.go
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit b63eda8

Please sign in to comment.