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

Fixing deprecation of operator in FBC image #520

Conversation

lipoja
Copy link
Contributor

@lipoja lipoja commented Jun 8, 2023

For correct behavior we have to remove all deprecation_bundles directories from FBC that may contain opted-in packages before overwriting catalogs (catalog from db and catalog from index). Otherwise already deprecated package is still served.

@lipoja lipoja force-pushed the fix_deprecate_non_opted_fbc_image branch from 0a70da1 to f99b179 Compare June 8, 2023 14:52
@lipoja lipoja force-pushed the fix_deprecate_non_opted_fbc_image branch 2 times, most recently from d4bcce8 to a1b055d Compare June 13, 2023 06:13
@lipoja lipoja marked this pull request as ready for review June 13, 2023 06:27
@lipoja lipoja force-pushed the fix_deprecate_non_opted_fbc_image branch from a1b055d to 9415964 Compare June 14, 2023 08:55
@yashvardhannanavati yashvardhannanavati merged commit bab7635 into release-engineering:master Jun 16, 2023
# Therefore we have to remove the directory before merging
for deprecate_bundle_pull_spec in deprecation_bundles:
# remove deprecated operators from FBC stored in index image
deprecate_bundle = get_image_label(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor suggestion: This could be deprecate_bundle_package

Copy link
Contributor

@chandwanitulsi chandwanitulsi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@lipoja lipoja deleted the fix_deprecate_non_opted_fbc_image branch June 19, 2023 07:41
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.

3 participants