Skip to content
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

[release-4.6] Bug 1968226: Fix inconsistent dependency candidate order. #2184

Commits on Jun 7, 2021

  1. Fix inconsistent dependency candidate order.

    After bundle dependency candidates are sorted, a second query is made
    to the catalog cache. This query filters by CSV name alone, so it's
    ambiguous when the same CSV name appears in multiple channels (or
    packages). The query appears to be redundant, so it has been removed.
    
    Signed-off-by: Ben Luddy <bluddy@redhat.com>
    benluddy authored and openshift-cherrypick-robot committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    39635f4 View commit details
    Browse the repository at this point in the history