-
Notifications
You must be signed in to change notification settings - Fork 538
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
feat: provide a way to set labels on images defined by Generators (#2… #2956
feat: provide a way to set labels on images defined by Generators (#2… #2956
Conversation
Eclipse JKube CI ReportStarted new GH workflow run for #2956 (2024-04-29T07:53:13Z) ⚙️ JKube E2E Tests (8874998452)
|
In my opinion, this is good enough to get started, we can iterate over this for more complex scenarios if needed. |
@davidecavestro : Could you please add a line to CHANGELOG.md regarding this change? |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2956 +/- ##
=============================================
+ Coverage 59.36% 70.80% +11.44%
- Complexity 4586 5079 +493
=============================================
Files 500 489 -11
Lines 21211 19580 -1631
Branches 2830 2527 -303
=============================================
+ Hits 12591 13864 +1273
+ Misses 7370 4486 -2884
+ Partials 1250 1230 -20 ☔ View full report in Codecov by Sentry. |
Hi @davidecavestro, it seems that you haven't signed the ECA contributor agreement. |
Sorry @manusa I thought I did it some years ago, but I was wrong. |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thx!
Description
Fixes #2885 providing a way to set labels on images defined by Generators
Type of change
test, version modification, documentation, etc.)
Checklist