NO-JIRA: manifests: bump olm.skipRange upper bound to 4.22.0#55
NO-JIRA: manifests: bump olm.skipRange upper bound to 4.22.0#55karampok wants to merge 2 commits into
Conversation
The art.yaml substitution searches for <{MAJOR}.{MINOR}.0 but the
CSV had <4.19.0, causing the substitution to silently fail for 4.21.
Fixes: OCPBUGS-61457
Assisted-By: Claude Sonnet 4.6
Signed-off-by: Konstantinos Karampogias <karampok@gmail.com>
The art.yaml substitution searches for <{MAJOR}.{MINOR}.0 which expands
to <4.22.0 on main. The CSV had <4.19.0, causing the substitution to
silently fail.
Fixes: OCPBUGS-61457
Assisted-By: Claude Sonnet 4.6
Signed-off-by: Konstantinos Karampogias <karampok@gmail.com>
|
@karampok: This pull request references Jira Issue OCPBUGS-61457, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: karampok The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@karampok: This pull request explicitly references no jira issue. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
@karampok: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Summary
art.yamlsubstitution forolm.skipRangesearches for<{MAJOR}.{MINOR}.0which expands to<4.22.0on main<4.19.0value, causing the ART substitution to silently failolm.skipRangefrom<4.19.0to<4.22.0so the search pattern matchesFixes: OCPBUGS-61457