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

✨ Bump rukpak to 0.17.0 #583

Merged

Conversation

varshaprasad96
Copy link
Member

This commit makes the following changes:

  1. Bump Rukpak to use version 0.17.0
  2. Modify the BundleDeployment spec accordingly to not specify a bundle template.
  3. Introduce watchNamespaces field in the spec that accepts a list of namespaces to watch.
  4. Fix unit and e2e tests accordingly.

Description

Reviewer Checklist

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

@varshaprasad96 varshaprasad96 requested a review from a team as a code owner January 22, 2024 09:19
Copy link

codecov bot commented Jan 22, 2024

Codecov Report

Attention: 5 lines in your changes are missing coverage. Please review.

Comparison is base (e46702e) 84.83% compared to head (66ce118) 84.53%.
Report is 1 commits behind head on main.

Files Patch % Lines
api/v1alpha1/zz_generated.deepcopy.go 20.00% 3 Missing and 1 partial ⚠️
...nternal/controllers/clusterextension_controller.go 95.83% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #583      +/-   ##
==========================================
- Coverage   84.83%   84.53%   -0.31%     
==========================================
  Files          20       20              
  Lines         930      931       +1     
==========================================
- Hits          789      787       -2     
- Misses         98      100       +2     
- Partials       43       44       +1     
Flag Coverage Δ
e2e 59.82% <78.12%> (-0.50%) ⬇️
unit 80.29% <77.41%> (-0.44%) ⬇️

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@m1kola m1kola left a comment

Choose a reason for hiding this comment

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

A few questions

test/e2e/install_test.go Show resolved Hide resolved
docs/drafts/support-watchNamespaces.md Show resolved Hide resolved
This commit makes the following changes:
1. Bump Rukpak to use version 0.17.0
2. Modify the BundleDeployment spec accordingly
   to not specify a bundle template.
3. Introduce `watchNamespaces` field in the spec
   that accepts a list of namespaces to watch.
4. Fix unit and e2e tests accordingly.

Signed-off-by: Varsha Prasad Narsing <[email protected]>
Copy link
Contributor

@everettraven everettraven left a comment

Choose a reason for hiding this comment

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

LGTM

@joelanford joelanford added this pull request to the merge queue Jan 23, 2024
Merged via the queue into operator-framework:main with commit ef06f40 Jan 23, 2024
13 of 16 checks passed
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.

5 participants