Skip to content

Conversation

@gallettilance
Copy link
Member

Description

This is needed for the cluster olm operator to find the ocp max version

Reviewer Checklist

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

@gallettilance gallettilance requested a review from a team as a code owner August 5, 2024 13:31
@netlify
Copy link

netlify bot commented Aug 5, 2024

Deploy Preview for olmv1 ready!

Name Link
🔨 Latest commit d7858c3
🔍 Latest deploy log https://app.netlify.com/sites/olmv1/deploys/66d721acaab86f0008f0bdbc
😎 Deploy Preview https://deploy-preview-1095--olmv1.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@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 Aug 5, 2024
@codecov
Copy link

codecov bot commented Aug 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.58%. Comparing base (cb9ea00) to head (d7858c3).
Report is 57 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1095      +/-   ##
==========================================
+ Coverage   75.28%   77.58%   +2.29%     
==========================================
  Files          35       36       +1     
  Lines        1914     1981      +67     
==========================================
+ Hits         1441     1537      +96     
+ Misses        330      309      -21     
+ Partials      143      135       -8     
Flag Coverage Δ
e2e 57.69% <100.00%> (+0.33%) ⬆️
unit 56.08% <75.00%> (+5.29%) ⬆️

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.

@gallettilance gallettilance changed the title WIP: (feat) dump csv annotations into chart metadata (feat) dump csv annotations into chart metadata Aug 6, 2024
@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 Aug 6, 2024
@gallettilance gallettilance changed the title (feat) dump csv annotations into chart metadata ✨ feat: dump csv annotations into chart metadata Aug 6, 2024
everettraven
everettraven previously approved these changes Aug 6, 2024
}

chrt := &chart.Chart{Metadata: &chart.Metadata{}}
chrt.Metadata.Annotations = reg.CSV.GetAnnotations()
Copy link
Contributor

Choose a reason for hiding this comment

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

I've already approved, but didn't think about this until after - are there any tests that can/should be updated to verify that this is working as expected?

Copy link
Member

Choose a reason for hiding this comment

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

Yeah, we should:

  1. Make sure our test CSV has some annotations
  2. Make sure (via test assertions) that those annotations make it into chart metadata annotations.

@everettraven everettraven added this pull request to the merge queue Sep 3, 2024
Merged via the queue into operator-framework:main with commit cc449de Sep 3, 2024
@skattoju skattoju mentioned this pull request Sep 25, 2024
4 tasks
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