fabiendupont/Red Hat OpenShift Container Platform Support Matrix
Dynamically retrieve currently supported OCP versions and extended release metadata for CI matrix strategies
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| include_eus_only | Only return versions currently in Extended Update Support | no | false |
| min_version | Exclude versions older than this (e.g. 4.14) | no | 4.14 |
| arch | Architecture filter (x86_64, aarch64, s390x, ppc64le) | no | x86_64 |
Outputs
| name | description |
|---|---|
| matrix | JSON array of supported OCP minor versions, e.g. ["4.18","4.19","4.20"] |
| latest | The most recent GA version string |
| eus | JSON array of versions currently in Extended Update Support |
| versions | JSON object with extended metadata per version (payload, kubernetes, rhcos, kernel) |