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

🔥 "replaces" from bundle #161

Merged
merged 2 commits into from
Oct 1, 2024
Merged

🔥 "replaces" from bundle #161

merged 2 commits into from
Oct 1, 2024

Conversation

eguzki
Copy link
Contributor

@eguzki eguzki commented Sep 27, 2024

For OLM from custom catalogs, replaces does not make sense as the catalog has only one bundle.

For OLM from public catalogs, we switched recently to semver-mode, so the "replaces" are automatically computed by OLM https://github.com/k8s-operatorhub/community-operators/pull/5074/files#diff-065802dd933715bcbb9102cf0ec632f16e00b47c9aafda66865c08e3c00fbda2R1

Helm charts not affected (AFAICT)

In conclusion, no need for replaces field. 🔥 to it.

@codecov-commenter
Copy link

codecov-commenter commented Sep 27, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.34%. Comparing base (41baa87) to head (1457dbc).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #161      +/-   ##
==========================================
- Coverage   84.73%   84.34%   -0.40%     
==========================================
  Files          19       19              
  Lines        1009     1009              
==========================================
- Hits          855      851       -4     
- Misses        102      104       +2     
- Partials       52       54       +2     
Flag Coverage Δ
integration 78.39% <ø> (-0.40%) ⬇️
unit 65.67% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Components Coverage Δ
api/v1alpha1 (u) 100.00% <ø> (ø)
pkg/helpers (u) 83.87% <ø> (ø)
pkg/log (u) 94.73% <ø> (ø)
pkg/reconcilers (u) 73.52% <ø> (ø)
pkg/limitador (u) 98.11% <ø> (ø)
controllers (i) 74.42% <ø> (-1.32%) ⬇️
pkg/upgrades 88.88% <ø> (ø)

see 1 file with indirect coverage changes

Signed-off-by: Eguzki Astiz Lezaun <[email protected]>
@eguzki eguzki force-pushed the remove-replaces-from-bundle branch from 245bfad to e9d8515 Compare October 1, 2024 07:32
Signed-off-by: Eguzki Astiz Lezaun <[email protected]>
Copy link
Member

@didierofrivia didierofrivia left a comment

Choose a reason for hiding this comment

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

🔥

@eguzki eguzki merged commit 507de57 into main Oct 1, 2024
16 checks passed
@eguzki eguzki deleted the remove-replaces-from-bundle branch October 1, 2024 22:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants