-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Upgrade kubernetes-client-api to 6.8.1 #1342
Merged
Vlatombe
merged 21 commits into
jenkinsci:master
from
Vlatombe:kubernetes-client-api-6.5.1
Aug 29, 2023
Merged
Changes from 14 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
1083015
Upgrade kubernetes-client-api to 6.5.1
Vlatombe e6cb569
align kubernetes-server-mock with client
Vlatombe 7d83ca2
Add some logs
Vlatombe 5b812a7
New SnakeYAML engine does not support octal notation.
Vlatombe 19f6aa3
Spotbugs is stupid here
Vlatombe 45a5985
Proxy handling code was not mapping username.
Vlatombe e188048
Update kubernetes-client to 6.7.2
Vlatombe c77f398
Handle absence of project volume
Vlatombe d98e231
Merge branch 'master' into kubernetes-client-api-6.5.1
Vlatombe 06591e0
Update to 6.8.1
Vlatombe 801be98
Merge branch 'master' into kubernetes-client-api-6.5.1
Vlatombe 32f2225
Spotbugs is stupid
Vlatombe c711b6e
Use kubernetes-credentials incrementals build
Vlatombe c7dc8ff
Update dependencies
Vlatombe a3e44e4
Fix InjectedTest
Vlatombe 8b373d8
Closing a watch seems async now.
Vlatombe d8b62e5
Bump workflow-api to pick up https://github.com/jenkinsci/workflow-ap…
Vlatombe 9c8fbdf
Remove snakeyaml-api dependency
Vlatombe dc2971c
Update kubernetes-credentials
Vlatombe cee0992
Apply suggestions from code review
Vlatombe a3a6df8
Upgrade to kubernetes-credentials release
Vlatombe File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,7 +46,9 @@ | |
<jenkins.host.address /> | ||
<slaveAgentPort /> | ||
<!-- TODO fix KubernetesCloudTest todos once past 2.414 --> | ||
<jenkins.version>2.387.3</jenkins.version> | ||
<jenkins.version>2.401.1</jenkins.version> | ||
<bom>2.401.x</bom> | ||
<bom.version>2357.v1043f8578392</bom.version> | ||
<no-test-jar>false</no-test-jar> | ||
<useBeta>true</useBeta> | ||
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo> | ||
|
@@ -58,7 +60,7 @@ | |
<dependency> | ||
<groupId>org.jenkins-ci.plugins</groupId> | ||
<artifactId>kubernetes-client-api</artifactId> | ||
<version>6.4.1-215.v2ed17097a_8e9</version> | ||
<version>6.8.1-220.v1f66736f9a_42</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.jenkins-ci.plugins</groupId> | ||
|
@@ -79,7 +81,8 @@ | |
<dependency> | ||
<groupId>org.jenkinsci.plugins</groupId> | ||
<artifactId>kubernetes-credentials</artifactId> | ||
<version>0.10.0</version> | ||
<!-- TODO https://github.com/jenkinsci/kubernetes-credentials-plugin/pull/39 @ f62dc9ee13617d84ec899274ed897668a4703242 --> | ||
<version>0.10.1-rc150.f62dc9ee1361</version> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
</dependency> | ||
<dependency> | ||
<groupId>org.jenkins-ci.plugins</groupId> | ||
|
@@ -238,7 +241,7 @@ | |
<dependency> | ||
<groupId>io.fabric8</groupId> | ||
<artifactId>kubernetes-server-mock</artifactId> | ||
<version>6.4.1</version> | ||
<version>6.8.1</version> | ||
<scope>test</scope> | ||
<exclusions> | ||
<exclusion> | ||
|
@@ -254,8 +257,8 @@ | |
<dependencies> | ||
<dependency> | ||
<groupId>io.jenkins.tools.bom</groupId> | ||
<artifactId>bom-2.387.x</artifactId> | ||
<version>2163.v2d916d90c305</version> | ||
<artifactId>bom-${bom}</artifactId> | ||
<version>${bom.version}</version> | ||
<scope>import</scope> | ||
<type>pom</type> | ||
</dependency> | ||
|
@@ -264,6 +267,12 @@ | |
<artifactId>mockwebserver</artifactId> | ||
<version>4.9.3</version><!-- should be aligned with the version provided by okhttp-api-plugin --> | ||
</dependency> | ||
<dependency> | ||
<groupId>io.jenkins.plugins</groupId> | ||
<artifactId>snakeyaml-api</artifactId> | ||
<!-- TODO https://github.com/jenkinsci/snakeyaml-api-plugin/pull/94 @ 4960f40749788fcfe6ddc7def8e0bbc0ce937046--> | ||
<version>2.1-110.v4960f4074978</version> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
</dependency> | ||
</dependencies> | ||
</dependencyManagement> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<FindBugsFilter | ||
xmlns="https://github.com/spotbugs/filter/3.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="https://github.com/spotbugs/filter/3.0.0 https://raw.githubusercontent.com/spotbugs/spotbugs/4.7.3/spotbugs/etc/findbugsfilter.xsd"> | ||
<Match> | ||
<!-- False positive, https://github.com/spotbugs/spotbugs/issues/1219 --> | ||
<Bug pattern="BC_UNCONFIRMED_CAST_OF_RETURN_VALUE" /> | ||
</Match> | ||
</FindBugsFilter> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
jenkinsci/kubernetes-client-api-plugin#221