-
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 #2572
ImageName should be able to parse image names with IPv6 address literals #2572
Conversation
added Ipv6 literal
Eclipse JKube CI ReportStarted new GH workflow run for #2572 (2024-01-26T16:25:38Z) ⚙️ JKube E2E Tests (7670578689)
|
Quality Gate failedFailed conditions D Maintainability Rating on New Code (required ≥ A) See analysis details on SonarCloud Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2572 +/- ##
=============================================
+ Coverage 59.36% 70.27% +10.91%
- Complexity 4586 4945 +359
=============================================
Files 500 478 -22
Lines 21211 19268 -1943
Branches 2830 2494 -336
=============================================
+ Hits 12591 13541 +950
+ Misses 7370 4499 -2871
+ Partials 1250 1228 -22 ☔ View full report in Codecov by Sentry. |
Duplicate of #2603 @Devashishbasu This seems to be the same as #2603 . Could you please close one of these? |
Hi @rohanKanojia I have kept it open for my reference. I will close it as soon as I don't need it anymore |
added Ipv6 literal
fixes #2541