-
Notifications
You must be signed in to change notification settings - Fork 539
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
Updated Kubernetes-Client Version to 4.7.1 #70
Conversation
26bdfa0
to
d4a4de6
Compare
Codecov Report
@@ Coverage Diff @@
## master #70 +/- ##
============================================
- Coverage 24.54% 24.51% -0.04%
Complexity 1334 1334
============================================
Files 326 326
Lines 17579 17603 +24
Branches 2689 2679 -10
============================================
Hits 4315 4315
- Misses 12767 12789 +22
- Partials 497 499 +2
Continue to review full report at Codecov.
|
2b0f653
to
51c05ce
Compare
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.
Looks good to me.
There is one minor code smell for unused import. Could you please remove it so that we can proceed with merge?
CHANGELOG.md
Outdated
@@ -43,6 +42,8 @@ Usage: | |||
* Doc: Add documentation #38 | |||
* Add Sample Quickstarts to project #33 | |||
* Fix: Run tests for current version #35 | |||
* Updated Kubernetes-Client Version to 4.7.1 | |||
* Refactor #29: Add Maven Enforcer Plugin |
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.
Why is this here?
@@ -210,7 +210,9 @@ protected Kind getKind() { | |||
|
|||
@Override | |||
protected ObjectMeta getOrCreateMetadata(ReplicationControllerBuilder item) { | |||
return item.hasMetadata() ? item.buildMetadata() : item.withNewMetadata().endMetadata().buildMetadata(); | |||
//return item.hasMetadata() ? item.buildMetadata() : item.withNewMetadata().endMetadata().buildMetadata(); |
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.
remove these commented section
@@ -57,7 +57,7 @@ | |||
<version.json-path-assert>2.2.0</version.json-path-assert> | |||
<version.jsr305>3.0.2</version.jsr305> | |||
<version.JUnitParams>1.0.5</version.JUnitParams> | |||
<version.kubernetes-client>4.6.2</version.kubernetes-client> | |||
<version.kubernetes-client>4.7.1</version.kubernetes-client> |
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.
Shall we upgrade to 4.8.0 instead?
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.
As JKube requires CQ to upgrade a dependency, I'd merge this one once the rest of the comments are fine.
Then do the upgrade to 4.8.0 in the scope of another issue.
Else we'll be stuck forever.
http://dev.eclipse.org/ipzilla/show_bug.cgi?id=21606 CQs have been resolved. Shall we proceed to merge? |
51c05ce
to
18d08f8
Compare
@@ -15,6 +15,7 @@ | |||
|
|||
import io.fabric8.kubernetes.api.model.Namespace; | |||
import io.fabric8.kubernetes.api.model.NamespaceStatus; |
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.
Could you please remove this?
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.
done
18d08f8
to
8afbf88
Compare
SonarCloud Quality Gate failed.
|
Relates to: #50 |
No description provided.