dependabot[bot] opened a new pull request, #1190:
URL: https://github.com/apache/logging-log4j2/pull/1190

   Bumps 
[kubernetes-client-bom](https://github.com/fabric8io/kubernetes-client) from 
5.12.2 to 6.3.1.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/fabric8io/kubernetes-client/releases";>kubernetes-client-bom's
 releases</a>.</em></p>
   <blockquote>
   <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>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4510";>#4510</a>:
 Fix StackOverflow on cyclic references involving collections</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4534";>#4534</a>:
 Java Generator CLI default handling of skipGeneratedAnnotations</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4535";>#4535</a>:
 The shell command string will now have single quotes sanitized</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4543";>#4543</a>:
 (Java Generator) additionalProperties JsonAny setter method generated as 
setAdditionalProperty</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4590";>#4590</a>:
 only using a builder if there are visitors</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4540";>#4540</a>:
 treating GenericKubernetesResource and RawExtension as buildable</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4547";>#4547</a>:
 preventing timing issues with leader election cancel</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4569";>#4569</a>:
 fixing jdk httpclient regression with 0 timeouts</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4581";>#4581</a>:
 &quot;float&quot; types in spec for CRD generator are supported</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4610";>#4610</a>:
 inconsistent additionalPrinterColumns jsonPath</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4641";>#4641</a>:
 fixed regression with missing initial watch event</li>
   </ul>
   <h4>Improvements</h4>
   <ul>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4014";>#4014</a>:
 added support for OpenShift Build log version.</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4201";>#4201</a>:
 Removed sendAsync from the individual http client implementations</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4355";>#4355</a>:
 for exec, attach, upload, and copy operations the container id/name will be 
validated or chosen prior to the remote call.  You may also use the 
kubectl.kubernetes.io/default-container annotation to specify the default 
container.</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4530";>#4530</a>:
 generalizing the Serialization logic to allow for primitive values and 
clarifying the type expectations.</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4363";>#4363</a>:
 exposed ResourceCompare.metadataChanged</li>
   </ul>
   <h4>New Features</h4>
   <ul>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4136";>#4136</a>:
 added support for fieldValidation as a dsl method for POST/PUT/PATCH 
operations</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/3896";>#3896</a>:
 added dsl support for server side apply</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4582";>#4582</a>:
 updated [client.secrets] createOrReplace document</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4516";>#4516</a>:
 added support for blocking delete operations using the withTimeout methods: 
op.withTimeout(1, TimeUnit.MINUTE).delete() - will wait for up to 1 minute for 
the resources to be fully deleted. This makes for a more concise replacement of 
the deletingExisting method.</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/3923";>#3923</a>:
 removed KubernetesResourceMappingProvider - a 
META-INF/services/io.fabric8.kubernetes.api.model.KubernetesResource list of 
resources is used instead.</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4515";>#4515</a>:
 files located at the root of jars named model.properties, e.g. 
core.properties, have been removed</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4579";>#4579</a>:
 the implicit registration of resource and list types that happens when using 
the resource(class) methods has been removed. This makes the behavior of the 
client more predictable as that was an undocumented side-effect.  If you expect 
to see instances of a custom type from an untyped api call - typically 
KubernetesClient.load, KubernetesClient.resourceList, 
KubernetesClient.resource(InputStream|String), then you must either create a 
META-INF/services/io.fabric8.kubernetes.api.model.KubernetesResource file (see 
above <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/3923";>#3923</a>),
 or make calls to KubernetesDeserializer.registerCustomKind - however since 
KubernetesDeserializer is an internal class that mechanism is not 
preferred.</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4597";>#4597</a>:
 remove the deprecated support for 
<code>javax.validation.constraints.NotNull</code> in the 
<code>crd-generator</code>, to mark a property as <code>required</code> it 
needs to be annotated with 
<code>io.fabric8.generator.annotation.Required</code></li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4363";>#4363</a>:
 deprecated existing ResourceCompare methods such as compareKubernetesResource 
as they are not for general use</li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/fabric8io/kubernetes-client/compare/v6.2.0...v6.3.0";>https://github.com/fabric8io/kubernetes-client/compare/v6.2.0...v6.3.0</a></p>
   <h2>6.2.0 (2022-10-20)</h2>
   <!-- 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-bom's
 changelog</a>.</em></p>
   <blockquote>
   <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 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>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4510";>#4510</a>:
 Fix StackOverflow on cyclic references involving collections</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4534";>#4534</a>:
 Java Generator CLI default handling of skipGeneratedAnnotations</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4535";>#4535</a>:
 The shell command string will now have single quotes sanitized</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4543";>#4543</a>:
 (Java Generator) additionalProperties JsonAny setter method generated as 
setAdditionalProperty</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4590";>#4590</a>:
 only using a builder if there are visitors</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4540";>#4540</a>:
 treating GenericKubernetesResource and RawExtension as buildable</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4547";>#4547</a>:
 preventing timing issues with leader election cancel</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4569";>#4569</a>:
 fixing jdk httpclient regression with 0 timeouts</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4581";>#4581</a>:
 &quot;float&quot; types in spec for CRD generator are supported</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4610";>#4610</a>:
 inconsistent additionalPrinterColumns jsonPath</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4641";>#4641</a>:
 fixed regression with missing initial watch event</li>
   </ul>
   <h4>Improvements</h4>
   <ul>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4014";>#4014</a>:
 added support for OpenShift Build log version.</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4201";>#4201</a>:
 Removed sendAsync from the individual http client implementations</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4355";>#4355</a>:
 for exec, attach, upload, and copy operations the container id/name will be 
validated or chosen prior to the remote call.  You may also use the 
kubectl.kubernetes.io/default-container annotation to specify the default 
container.</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4530";>#4530</a>:
 generalizing the Serialization logic to allow for primitive values and 
clarifying the type expectations.</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4363";>#4363</a>:
 exposed ResourceCompare.metadataChanged</li>
   </ul>
   <h4>New Features</h4>
   <ul>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4136";>#4136</a>:
 added support for fieldValidation as a dsl method for POST/PUT/PATCH 
operations</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/3896";>#3896</a>:
 added dsl support for server side apply</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4582";>#4582</a>:
 updated [client.secrets] createOrReplace document</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4516";>#4516</a>:
 added support for blocking delete operations using the withTimeout methods: 
op.withTimeout(1, TimeUnit.MINUTE).delete() - will wait for up to 1 minute for 
the resources to be fully deleted. This makes for a more concise replacement of 
the deletingExisting method.</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/3923";>#3923</a>:
 removed KubernetesResourceMappingProvider - a 
META-INF/services/io.fabric8.kubernetes.api.model.KubernetesResource list of 
resources is used instead.</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4515";>#4515</a>:
 files located at the root of jars named model.properties, e.g. 
core.properties, have been removed</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4579";>#4579</a>:
 the implicit registration of resource and list types that happens when using 
the resource(class) methods has been removed. This makes the behavior of the 
client more predictable as that was an undocumented side-effect.  If you expect 
to see instances of a custom type from an untyped api call - typically 
KubernetesClient.load, KubernetesClient.resourceList, 
KubernetesClient.resource(InputStream|String), then you must either create a 
META-INF/services/io.fabric8.kubernetes.api.model.KubernetesResource file (see 
above <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/3923";>#3923</a>),
 or make calls to KubernetesDeserializer.registerCustomKind - however since 
KubernetesDeserializer is an internal class that mechanism is not 
preferred.</li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4597";>#4597</a>:
 remove the deprecated support for 
<code>javax.validation.constraints.NotNull</code> in the 
<code>crd-generator</code>, to mark a property as <code>required</code> it 
needs to be annotated with 
<code>io.fabric8.generator.annotation.Required</code></li>
   <li>Fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4363";>#4363</a>:
 deprecated existing ResourceCompare methods such as compareKubernetesResource 
as they are not for general use</li>
   </ul>
   <h3>6.2.0 (2022-10-20)</h3>
   <h4>Bugs</h4>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/fabric8io/kubernetes-client/commit/c60150abc3aaf344b48894176db8d7f1fcadaed1";><code>c60150a</code></a>
 [RELEASE] Updated project version to v6.3.1</li>
   <li><a 
href="https://github.com/fabric8io/kubernetes-client/commit/6cfab218253f566bc83d4d2448403c0fab19ecc6";><code>6cfab21</code></a>
 chore: fix changelog entry location</li>
   <li><a 
href="https://github.com/fabric8io/kubernetes-client/commit/1bd8e0ee6098eb6765986c42e42dcad7aefc125a";><code>1bd8e0e</code></a>
 fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4673";>#4673</a>
 ensures token is shared by the same logical instance</li>
   <li><a 
href="https://github.com/fabric8io/kubernetes-client/commit/fe1203c7aa3cb6b240002ce74a66002cce13c477";><code>fe1203c</code></a>
 [java-gen] Fix default value encoding for enums</li>
   <li><a 
href="https://github.com/fabric8io/kubernetes-client/commit/46a63c0b84634e0f3967bc4a3c9725b5f47b37f7";><code>46a63c0</code></a>
 chore(deps-dev): bump keycloak-core in /crd-generator/test</li>
   <li><a 
href="https://github.com/fabric8io/kubernetes-client/commit/e0ccbb00a13f6ef676dd470d609358f5df1eda63";><code>e0ccbb0</code></a>
 deps: bump actions-setup-minikube to v2.7.2</li>
   <li><a 
href="https://github.com/fabric8io/kubernetes-client/commit/ffcccb5bfdffa990c72233308fe8fb6ba20caec9";><code>ffcccb5</code></a>
 fix: codeowners syntax</li>
   <li><a 
href="https://github.com/fabric8io/kubernetes-client/commit/54c99ada707406919976380833431a5a428f8315";><code>54c99ad</code></a>
 chore(deps): bump javaparser-core from 3.24.8 to 3.24.9</li>
   <li><a 
href="https://github.com/fabric8io/kubernetes-client/commit/e30ac3436931271998bf99acc4312bae3d6d6420";><code>e30ac34</code></a>
 test: added connection leakage test for OkHttp</li>
   <li><a 
href="https://github.com/fabric8io/kubernetes-client/commit/51332443af0ca0d2b14c4a69753c224faaf53b3d";><code>5133244</code></a>
 fix <a 
href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4666";>#4666</a>:
 addressing okhttp sources needing explicit close</li>
   <li>Additional commits viewable in <a 
href="https://github.com/fabric8io/kubernetes-client/compare/v5.12.2...v6.3.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-bom&package-manager=maven&previous-version=5.12.2&new-version=6.3.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>


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to