Skip to content

Commit 4c41b38

Browse files
committed
[patch] Add OCP 4.20 and normalize 4.18 support date
Add a new ocp_versions entry for OpenShift 4.20 with GA (Oct 21, 2025), standard support (May 3, 2026) and extended support (Oct 21, 2028). Also replace the ambiguous 4.18 standard_support string "GA of 4.19 + 3 Months" with the explicit date "February 25, 2025" to keep support dates consistent and machine-readable in src/mas/devops/data/ocp.yaml.
1 parent ec95a17 commit 4c41b38

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

src/mas/devops/data/ocp.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,19 @@
99
# https://access.redhat.com/support/policy/updates/openshift/
1010

1111
ocp_versions:
12+
"4.20":
13+
ga_date: "October 21, 2025"
14+
standard_support: "May 3, 2026"
15+
extended_support: "October 21, 2028"
16+
1217
"4.19":
1318
ga_date: "June 17, 2025"
1419
standard_support: "December 17, 2026"
1520
extended_support: "N/A"
1621

1722
"4.18":
1823
ga_date: "February 25, 2025"
19-
standard_support: "GA of 4.19 + 3 Months"
24+
standard_support: "February 25, 2025"
2025
extended_support: "August 25, 2026"
2126

2227
"4.17":

0 commit comments

Comments
 (0)