-
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
ImageName should be able to parse image names with IPv6 address literals #2642
ImageName should be able to parse image names with IPv6 address literals #2642
Conversation
1.added IPv6 address 2.uncommented the related tests
Eclipse JKube CI ReportStarted new GH workflow run for #2642 (2024-02-08T19:29:04Z) ⚙️ JKube E2E Tests (7834799723)
|
Hi @rohanKanojia ...i have done all the suggested changes by you....could you please review if is it ready to merge or do I need to add something? |
|
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #2642 +/- ##
=============================================
+ Coverage 59.36% 70.46% +11.10%
- Complexity 4586 4994 +408
=============================================
Files 500 486 -14
Lines 21211 19454 -1757
Branches 2830 2504 -326
=============================================
+ Hits 12591 13708 +1117
+ Misses 7370 4521 -2849
+ Partials 1250 1225 -25 ☔ View full report in Codecov by Sentry. |
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 #2541
1.added IPv6 address support
2.uncommented the related tests
Type of change
test, version modification, documentation, etc.)
Checklist