Skip to content

🐛 Prevent updates from one package to another#532

Merged
m1kola merged 1 commit intooperator-framework:mainfrom
m1kola:gh466_extra_filtering
Nov 10, 2023
Merged

🐛 Prevent updates from one package to another#532
m1kola merged 1 commit intooperator-framework:mainfrom
m1kola:gh466_extra_filtering

Conversation

@m1kola
Copy link
Member

@m1kola m1kola commented Nov 9, 2023

Description

This commit adds extra bundle filtering when looking for a currently installed bundle. This prevents updates
from one package to another in case when currently installed bundle shares bundle image with a bundle from another package.

Closes #466

Reviewer Checklist

  • API Go Documentation
  • Tests: Unit Tests (and E2E Tests, if appropriate)
  • Comprehensive Commit Messages
  • Links to related GitHub Issue(s)

This commit adds extra bundle filtering when looking for a
currently installed bundle. This prevents updates
from one package to another in case when currently installed
bundle shares bundle image with a bundle from another package.

Signed-off-by: Mikalai Radchuk <mradchuk@redhat.com>
@openshift-ci openshift-ci bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Nov 9, 2023
@m1kola m1kola marked this pull request as ready for review November 9, 2023 15:30
@m1kola m1kola requested a review from a team as a code owner November 9, 2023 15:30
@openshift-ci openshift-ci bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Nov 9, 2023
@m1kola m1kola changed the title 🐛 Add extra bundle filtering 🐛 Pevent updates from one package to another Nov 10, 2023
@ncdc ncdc changed the title 🐛 Pevent updates from one package to another 🐛 Prevent updates from one package to another Nov 10, 2023
@m1kola m1kola added this pull request to the merge queue Nov 10, 2023
Merged via the queue into operator-framework:main with commit f147e61 Nov 10, 2023
@m1kola m1kola deleted the gh466_extra_filtering branch November 10, 2023 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Possibility of an upgrade from one package to another

2 participants