Skip to content

Commit

Permalink
[JENKINS-59000] Upgrade kubernetes-client to 4.4.2
Browse files Browse the repository at this point in the history
To get the fix in fabric8io/kubernetes-client#1669

Origin header is set with port -1 when no port is present in the Kubernetes API url

Causing an error on exec

```
java.net.ProtocolException: Expected HTTP 101 response but was '403 Forbidden'
```
  • Loading branch information
carlossg committed Aug 24, 2019
1 parent 720d20b commit 05b4895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<surefire.rerunFailingTestsCount>0</surefire.rerunFailingTestsCount>
<pipeline-model-definition.version>1.3.7</pipeline-model-definition.version>
<slf4jVersion>1.7.26</slf4jVersion>
<kubernetes-client.version>4.3.0</kubernetes-client.version>
<kubernetes-client.version>4.4.2</kubernetes-client.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 05b4895

Please sign in to comment.