Skip to content
This repository was archived by the owner on Apr 10, 2024. It is now read-only.

Commit 898ce37

Browse files
chore(deps): bump kubernetes-client from 6.5.0 to 6.5.1 (#36)
Bumps [kubernetes-client](https://github.com/fabric8io/kubernetes-client) from 6.5.0 to 6.5.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/fabric8io/kubernetes-client/releases">kubernetes-client's releases</a>.</em></p> <blockquote> <h2>6.5.1 (2023-03-20)</h2> <h4>Bugs</h4> <ul> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/4960">#4960</a>: NPE in OpenIDConnectionUtils if <code>idp-certificate-authority-data</code> absent in auth-provider config</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/4970">#4970</a>: OpenShiftOAuthInterceptor should not refresh on <code>403</code> response code</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/4981">#4981</a>: Prevent StackOverflowError in Vert.x HttpClient caused by fast InputStream buffer extraction</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/fabric8io/kubernetes-client/blob/master/CHANGELOG.md">kubernetes-client's changelog</a>.</em></p> <blockquote> <h3>6.5.1 (2023-03-20)</h3> <h4>Bugs</h4> <ul> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/4960">#4960</a>: NPE in OpenIDConnectionUtils if <code>idp-certificate-authority-data</code> absent in auth-provider config</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/4970">#4970</a>: OpenShiftOAuthInterceptor should not refresh on <code>403</code> response code</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/4981">#4981</a>: Prevent StackOverflowError in Vert.x HttpClient caused by fast InputStream buffer extraction</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fabric8io/kubernetes-client/commit/b8e927bc123ae4f4fcbca262080d29ac51a3c628"><code>b8e927b</code></a> [RELEASE] Updated project version to v6.5.1</li> <li><a href="https://github.com/fabric8io/kubernetes-client/commit/11608816a3498dfdec5c86977373c59c405a728a"><code>1160881</code></a> chore(deps): bump maven-core from 3.9.0 to 3.9.1</li> <li><a href="https://github.com/fabric8io/kubernetes-client/commit/6bbe2e24e5152aa327d22730a8c3cc1e372ad653"><code>6bbe2e2</code></a> chore: add changelog entry for Vert.x stackoverflow fix</li> <li><a href="https://github.com/fabric8io/kubernetes-client/commit/be4aa07810cfac3752b8a554794fc5b54a1f580f"><code>be4aa07</code></a> The implementation of the InputStream to ReadStream adapter can sometimes do ...</li> <li><a href="https://github.com/fabric8io/kubernetes-client/commit/bf992cdbfc4f4a7c5836bb6c9a80151df4ba2553"><code>bf992cd</code></a> fix (kubernetes-client-api) : Default to cluster cert data if `idp-certificat...</li> <li><a href="https://github.com/fabric8io/kubernetes-client/commit/700dab35f6931e99fab04975fd0df6d5d809110b"><code>700dab3</code></a> fix (openshift-client) : OpenShiftOAuthInterceptor should not refresh on `403...</li> <li><a href="https://github.com/fabric8io/kubernetes-client/commit/3710714fa74def8cd3fc2203e0875f16794b14f1"><code>3710714</code></a> chore(deps): bump really-executable-jar-maven-plugin from 2.1.0 to 2.1.1</li> <li><a href="https://github.com/fabric8io/kubernetes-client/commit/ccc8aa1480acef2345f9b0ac5773a78c5c9034fd"><code>ccc8aa1</code></a> chore(deps): bump maven.surefire.plugin.version from 3.0.0-M9 to 3.0.0</li> <li><a href="https://github.com/fabric8io/kubernetes-client/commit/ddfab72d81b1be3292f8447f0867d566f6a1f55b"><code>ddfab72</code></a> [RELEASE] Prepare for next development iteration</li> <li>See full diff in <a href="https://github.com/fabric8io/kubernetes-client/compare/v6.5.0...v6.5.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.fabric8:kubernetes-client&package-manager=maven&previous-version=6.5.0&new-version=6.5.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Attila Mészáros <[email protected]>
1 parent f1bbd7a commit 898ce37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<slf4j.version>1.7.36</slf4j.version>
3838
<log4j.version>2.20.0</log4j.version>
3939
<awaitility.version>4.2.0</awaitility.version>
40-
<fabric8-client.version>6.5.0</fabric8-client.version>
40+
<fabric8-client.version>6.5.1</fabric8-client.version>
4141
<assertj.version>3.24.2</assertj.version>
4242
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4343
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

0 commit comments

Comments
 (0)