Skip to content

Incorrect filtering of bundles for semver upgrades #477

Closed
@m1kola

Description

@m1kola

I just realised that #444 has insufficient filtering of bundles for semver based upgrades. Here we only filter all bundles based on version:

upgradeEdges := catalogfilter.Filter(allBundles, catalogfilter.InMastermindsSemverRange(wantedVersionRangeConstraint))

allBundles includes all bundles from all catalogs for all packages. This code must also filter by package name.

Metadata

Metadata

Assignees

Labels

kind/bugCategorizes issue or PR as related to a bug.priority/important-soonMust be staffed and worked on either currently, or very soon, ideally in time for the next release.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions