-
Notifications
You must be signed in to change notification settings - Fork 101
OCPBUGS-66410: fix: return only requested version #1323
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: release-4.19
Are you sure you want to change the base?
Conversation
Signed-off-by: Alex Guidi <[email protected]>
|
/jira cherrypick OCPBUGS-64647 |
|
@aguidirh: Jira Issue OCPBUGS-64647 has been cloned as Jira Issue OCPBUGS-66410. Will retitle bug to link to clone. In 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. |
|
@aguidirh: This pull request references Jira Issue OCPBUGS-66410, which is valid. The bug has been moved to the POST state. 7 validation(s) were run on this bug
Requesting review from QA contact: The bug has been updated to refer to the pull request using the external bug tracker. In 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. |
r4f4
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
/lgtm
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aguidirh, r4f4 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest |
1 similar comment
|
/retest |
|
@aguidirh: all tests passed! Full PR test history. Your PR dashboard. 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 kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
@MayXuQQ: This PR has been marked as verified by In 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. |
Description
This is a manual backport of PR #1306
This PR updates the
catalog-filterdependency from v0.0.4 to v0.0.5 to fix an issue whereoc-mirrorwas unable to properly mirror specific versions of operators (e.g.,redis-enterprise-operator-cert) when usingminVersionandmaxVersionfields in the ImageSetConfiguration.The updated
catalog-filterlibrary provides improved error handling and validation for version range filtering, resulting in more accurate error messages when specific versions cannot be found in operator catalogs.Github / Jira issue:
Type of change
How Has This Been Tested?
With the following ImageSetConfig:
Run
m2mExpected Outcome
26.0.8-opr.1should be inside of the custom catalog.