Skip to content

Commit

Permalink
Add OCP 4.14 to the compatibility matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
sebrandon1 committed Nov 1, 2023
1 parent e0e8b8f commit 274b7d9
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions pkg/compatibility/compatibility.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,21 @@ var (
// update documentation.

// Full Support
"4.14": {
GADate: time.Date(2023, 10, 31, 0, 0, 0, 0, time.UTC), // October 31, 2023
FSEDate: time.Date(2024, 1, 31, 0, 0, 0, 0, time.UTC), // January 31, 2024
MSEDate: time.Date(2025, 5, 1, 0, 0, 0, 0, time.UTC), // May 1, 2025
// Note: FSEDate (Release of 4.14 + 3 months) is currently a "guess". Update when available.

// OS Compatibility
MinRHCOSVersion: "4.14",
RHELVersionsAccepted: []string{"8.4", "8.5"},
},

"4.13": {
GADate: time.Date(2023, 5, 17, 0, 0, 0, 0, time.UTC), // January 17, 2023
FSEDate: time.Date(2024, 8, 17, 0, 0, 0, 0, time.UTC), // August 17, 2024
GADate: time.Date(2023, 5, 17, 0, 0, 0, 0, time.UTC), // May 17, 2023
FSEDate: time.Date(2024, 1, 31, 0, 0, 0, 0, time.UTC), // January 31, 2024
MSEDate: time.Date(2024, 11, 17, 0, 0, 0, 0, time.UTC), // November 17, 2024
// Note: FSEDate (Release of 4.13 + 3 months) is currently a "guess". Update when available.

// OS Compatibility
MinRHCOSVersion: "4.13",
Expand Down

0 comments on commit 274b7d9

Please sign in to comment.