dependabot[bot] opened a new pull request, #11368:
URL: https://github.com/apache/dubbo/pull/11368

   Bumps `fabric8_kubernetes_version` from 6.1.1 to 6.4.0.
   Updates `kubernetes-client` from 6.1.1 to 6.4.0
   <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.4.0 (2023-01-19)</h2>
   <h4>Bugs</h4>
   <ul>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4249";>#4249</a>:
 prevent the over-logging of errors after the websocket has been closed</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4563";>#4563</a>:
 fallback to current class-loader when looking for HttpClient 
implementations</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4650";>#4650</a>:
 allowing for comments at the end of certificate files</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4668";>#4668</a>:
 use acme.cert-manager.io ApiGroup for Orders and Challenges</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4726";>#4726</a>:
 prevent the over-logging of errors after the websocket has been closed</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4729";>#4729</a>:
 ensuring <code>CompletableFuture</code> cancel will close / cancel the 
underlying resource</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4735";>#4735</a>:
 StandardHttpClient sends Expect 100-continue header value</li>
   </ul>
   <h4>Improvements</h4>
   <ul>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4622";>#4622</a>:
 Java Generator Maven Plugin can use CRDs from remote URLs</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4633";>#4633</a>:
 provided inline access to all RunConfig builder methods via 
run().withNewRunConfig()</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4637";>#4637</a>:
 all pod operations that require a ready / succeeded pod may use 
withReadyWaitTimeout, which supersedes withLogWaitTimeout.</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4654";>#4654</a>:
 Fix GatewayClass to not implement Namespaced interface</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4670";>#4670</a>:
 the initial informer listing will use a resourceVersion of 0 to utilize the 
watch cache if possible.  This means that the initial cache state when the 
informer is returned, or the start future is completed, may not be as fresh as 
the previous behavior which forced the latest version.  It will of course 
become more consistent as the watch will already have been established.</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4694";>#4694</a>:
 [java-generator] Option to override the package name of the generated 
code.</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4720";>#4720</a>:
 interceptors close any response body if the response is not a 2xx 
response.</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4734";>#4734</a>:
 <a href="https://github.com/KubernetesTest";><code>@​KubernetesTest</code></a> 
annotation can be used in base test classes</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4734";>#4734</a>:
 <a href="https://github.com/KubernetesTest";><code>@​KubernetesTest</code></a> 
creates an ephemeral Namespace optionally (can opt-out)</li>
   </ul>
   <h4>New Features</h4>
   <ul>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/2764";>#2764</a>:
 Vert.x HttpClient implementation</li>
   </ul>
   <h4><em><strong>Note</strong></em>: Breaking changes</h4>
   <ul>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/3972";>#3972</a>:
 deprecated Parameterizable and methods on Serialization accepting parameters - 
that was only needed as a workaround for non-string parameters.  You should 
instead include those parameter values in the map passed to processLocally.</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/3972";>#3972</a>:
 OpenShiftClient.load will no longer implicitly process templates.  Use 
OpenShiftClient.templates().load instead.</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/3972";>#3972</a>:
 WARNING: future client versions will not provide the static yaml and json 
ObjectMappersSerialization.</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4574";>#4574</a>:
 fromServer has been deprecated - it no longer needs to be called.  All get() 
operations will fetch the resource(s) from the api server.  If you need the 
context item that was passed in from a resource, load, or resourceList methods, 
use the item or items method.</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4633";>#4633</a>:
 client.run().withRunConfig was deprecated.  Use withNewRunConfig instead.</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4663";>#4663</a>:
 Config.maxConcurrentRequests and Config.maxConcurrentRequestsPerHost will no 
longer be used.  Instead they will default to unlimited for all clients.  Due 
to the ability of the fabric8 client to start long running requests (either 
websocket or regular http) and how this is treated by the underlying clients 
you can easily exhaust these values and enter a state where the client is 
unresponsive without any additional information on what is occurring.</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4769";>#4769</a>:
 java-generator Fix encoding of empty strings as valid enums</li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/fabric8io/kubernetes-client/compare/v6.3.1...v6.4.0";>https://github.com/fabric8io/kubernetes-client/compare/v6.3.1...v6.4.0</a></p>
   <h2>6.3.1 (2022-12-15)</h2>
   <h4>Bugs</h4>
   <ul>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4666";>#4666</a>:
 fixed okhttp calls not explicitly closing</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4673";>#4673</a>:
 fixes a regression in sharing the OpenShiftOAuthInterceptor token</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4677";>#4677</a>:
 [java-generator] Fix default encoding of enums</li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/fabric8io/kubernetes-client/compare/v6.3.0...v6.3.1";>https://github.com/fabric8io/kubernetes-client/compare/v6.3.0...v6.3.1</a></p>
   <h2>6.3.0 (2022-12-12)</h2>
   <h4>Bugs</h4>
   <ul>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4159";>#4159</a>:
 ensure the token refresh obeys how the Config was created</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4447";>#4447</a>:
 <code>isSupported</code> doesn't check all of the applicable API Groups</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4473";>#4473</a>:
 correcting backoff interval regression introduced in <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4365";>#4365</a>
 (6.2.0)</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4491";>#4491</a>:
 added a more explicit shutdown exception for okhttp</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4509";>#4509</a>:
 do not reuse KeyFactory instance after a failure</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </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.4.0 (2023-01-19)</h3>
   <h4>Bugs</h4>
   <ul>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4249";>#4249</a>:
 prevent the over-logging of errors after the websocket has been closed</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4563";>#4563</a>:
 fallback to current class-loader when looking for HttpClient 
implementations</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4650";>#4650</a>:
 allowing for comments at the end of certificate files</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4668";>#4668</a>:
 use acme.cert-manager.io ApiGroup for Orders and Challenges</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4726";>#4726</a>:
 prevent the over-logging of errors after the websocket has been closed</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4729";>#4729</a>:
 ensuring <code>CompletableFuture</code> cancel will close / cancel the 
underlying resource</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4735";>#4735</a>:
 StandardHttpClient sends Expect 100-continue header value</li>
   </ul>
   <h4>Improvements</h4>
   <ul>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4622";>#4622</a>:
 Java Generator Maven Plugin can use CRDs from remote URLs</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4633";>#4633</a>:
 provided inline access to all RunConfig builder methods via 
run().withNewRunConfig()</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4637";>#4637</a>:
 all pod operations that require a ready / succeeded pod may use 
withReadyWaitTimeout, which supersedes withLogWaitTimeout.</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4654";>#4654</a>:
 Fix GatewayClass to not implement Namespaced interface</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4670";>#4670</a>:
 the initial informer listing will use a resourceVersion of 0 to utilize the 
watch cache if possible.  This means that the initial cache state when the 
informer is returned, or the start future is completed, may not be as fresh as 
the previous behavior which forced the latest version.  It will of course 
become more consistent as the watch will already have been established.</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4694";>#4694</a>:
 [java-generator] Option to override the package name of the generated 
code.</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4720";>#4720</a>:
 interceptors close any response body if the response is not a 2xx 
response.</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4734";>#4734</a>:
 <a href="https://github.com/KubernetesTest";><code>@​KubernetesTest</code></a> 
annotation can be used in base test classes</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4734";>#4734</a>:
 <a href="https://github.com/KubernetesTest";><code>@​KubernetesTest</code></a> 
creates an ephemeral Namespace optionally (can opt-out)</li>
   </ul>
   <h4>New Features</h4>
   <ul>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/2764";>#2764</a>:
 Vert.x HttpClient implementation</li>
   </ul>
   <h4><em><strong>Note</strong></em>: Breaking changes</h4>
   <ul>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/3972";>#3972</a>:
 deprecated Parameterizable and methods on Serialization accepting parameters - 
that was only needed as a workaround for non-string parameters.  You should 
instead include those parameter values in the map passed to processLocally.</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/3972";>#3972</a>:
 OpenShiftClient.load will no longer implicitly process templates.  Use 
OpenShiftClient.templates().load instead.</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/3972";>#3972</a>:
 WARNING: future client versions will not provide the static yaml and json 
ObjectMappersSerialization.</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4574";>#4574</a>:
 fromServer has been deprecated - it no longer needs to be called.  All get() 
operations will fetch the resource(s) from the api server.  If you need the 
context item that was passed in from a resource, load, or resourceList methods, 
use the item or items method.</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4633";>#4633</a>:
 client.run().withRunConfig was deprecated.  Use withNewRunConfig instead.</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4663";>#4663</a>:
 Config.maxConcurrentRequests and Config.maxConcurrentRequestsPerHost will no 
longer be used.  Instead they will default to unlimited for all clients.  Due 
to the ability of the fabric8 client to start long running requests (either 
websocket or regular http) and how this is treated by the underlying clients 
you can easily exhaust these values and enter a state where the client is 
unresponsive without any additional information on what is occurring.</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4769";>#4769</a>:
 java-generator Fix encoding of empty strings as valid enums</li>
   </ul>
   <h3>6.3.1 (2022-12-15)</h3>
   <h4>Bugs</h4>
   <ul>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4666";>#4666</a>:
 fixed okhttp calls not explicitly closing</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4673";>#4673</a>:
 fixes a regression in sharing the OpenShiftOAuthInterceptor token</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4677";>#4677</a>:
 java-generator Fix default encoding of enums</li>
   </ul>
   <h3>6.3.0 (2022-12-12)</h3>
   <h4>Bugs</h4>
   <ul>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4159";>#4159</a>:
 ensure the token refresh obeys how the Config was created</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4447";>#4447</a>:
 <code>isSupported</code> doesn't check all the applicable API Groups</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4473";>#4473</a>:
 correcting backoff interval regression introduced in <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4365";>#4365</a>
 (6.2.0)</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4491";>#4491</a>:
 added a more explicit shutdown exception for okhttp</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4509";>#4509</a>:
 do not reuse KeyFactory instance after a failure</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4510";>#4510</a>:
 Fix StackOverflow on cyclic references involving collections</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/fabric8io/kubernetes-client/commit/cb3be92f4b47a1c91c7e071f24458332f78edcd0";><code>cb3be92</code></a>
 [RELEASE] Updated project version to v6.4.0</li>
   <li><a 
href="https://github.com/fabric8io/kubernetes-client/commit/0cd1d26e4627010a22421493e3aa816fb7d35e55";><code>0cd1d26</code></a>
 chore: sanitize changelog before next release</li>
   <li><a 
href="https://github.com/fabric8io/kubernetes-client/commit/04264e0ddd5657f83224ddf882cf3f3657785e91";><code>04264e0</code></a>
 [java-generator] Update documentation</li>
   <li><a 
href="https://github.com/fabric8io/kubernetes-client/commit/bbb626a18b01c43bcb980e2ba5ec0b4ed43044a5";><code>bbb626a</code></a>
 Doc: Cheatsheet ingress should use network v1 api</li>
   <li><a 
href="https://github.com/fabric8io/kubernetes-client/commit/b754c5bc430a0423ab6b673a5c0878a1749fd5c1";><code>b754c5b</code></a>
 [java-generator] Fix generation in presence of fields starting with invalid 
c...</li>
   <li><a 
href="https://github.com/fabric8io/kubernetes-client/commit/672c4fdf6052438c768d60b4671ed8118217baf5";><code>672c4fd</code></a>
 chore(deps): bump assertj-core from 3.24.1 to 3.24.2</li>
   <li><a 
href="https://github.com/fabric8io/kubernetes-client/commit/020418b5a5b58c7eaf93cea93d36615c2dcde03c";><code>020418b</code></a>
 fix(vertx): ReadStream pause before propagating WS message</li>
   <li><a 
href="https://github.com/fabric8io/kubernetes-client/commit/fe0edfd80f687db087f076a298f69e35d6ec706a";><code>fe0edfd</code></a>
 doc (kubernetes-client-api) : Add note about changed NO_PROXY behavior with 
w...</li>
   <li><a 
href="https://github.com/fabric8io/kubernetes-client/commit/3f6c1ffdbf196c46dea6197ed862fdd3f42e79f1";><code>3f6c1ff</code></a>
 [java-generator] Fix encoding for empty strings in enums</li>
   <li><a 
href="https://github.com/fabric8io/kubernetes-client/commit/47f6296648044852316e3c3ba88c1336ab9198ec";><code>47f6296</code></a>
 chore(deps): bump maven-plugin-plugin from 3.7.0 to 3.7.1</li>
   <li>Additional commits viewable in <a 
href="https://github.com/fabric8io/kubernetes-client/compare/v6.1.1...v6.4.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `kubernetes-server-mock` from 6.1.1 to 6.4.0
   
   
   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>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org

Reply via email to