Skip to content

Commit

Permalink
Add 4.18 to beta versions slice
Browse files Browse the repository at this point in the history
  • Loading branch information
sebrandon1 committed Dec 11, 2024
1 parent b6bcda1 commit 1818a94
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
Expand Up @@ -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.
Expand Down

0 comments on commit 1818a94

Please sign in to comment.