feat: bump ocp version stable maxVersion to 4.20.9 #3701
Merged
+15
−18
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What
Updates the maxVersion of the stable channel in the ocp versions configuration to 4.20.9 in order to allow cluster and nodepool creation up to 4.20.8 (maxVersion is exclusive).
JIRA: ARO-23275
Why
4.20.8 will be the target z stream version for 4.20 moving forward as it contains a few required bug fixes and features including one that allows us to remove hardcoded rhcos images in cs.
minVersion needs to stay the same as we still require supporting 4.19 (default version has not been updated yet) and 4.20.5 (currently used by e2e tests)
Special notes for your reviewer
A separate PR will be created in sdp-pipelines to bump the maxVersions for higher envs.