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 1938369: fix(resolver): Allow skipped versions to be installed initially #2040

Commits on Mar 12, 2021

  1. fix(resolver): Allow skipped versions to be installed initially

    Currently, the resolver will filter all skipped versions so they
    cannot be installed under any conditions. This behavior is a slight
    change from the older resolver which allows the skipped versions to
    be installed if they are chosen in `startingCSV`.
    
    With this change, the resolver will allow skipped versions to be
    installed if specified in `startingCSV` during the initial
    installation.
    
    Signed-off-by: Vu Dinh <vdinh@redhat.com>
    dinhxuanvu authored and openshift-cherrypick-robot committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    29525fd View commit details
    Browse the repository at this point in the history