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

   Bumps 
[kubernetes-client-bom](https://github.com/fabric8io/kubernetes-client) from 
5.12.2 to 5.12.4.
   <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>5.12.4 (2022-09-30)</h2>
   <h4>Bugs</h4>
   <ul>
   <li>Fix <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/2271";>#2271</a>:
 Support periodic refresh of access tokens before they expire</li>
   <li>Fix <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/3733";>#3733</a>:
 The authentication command from the .kube/config won't be discarded if no 
arguments are specified</li>
   <li>Fix <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/4206";>#4206</a>:
 KubernetesDeserializer can now handle any valid object. If the object lacks 
type information, it will be deserialized as a GenericKubernetesResource.</li>
   <li>Fix <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/4365";>#4365</a>:
 backport of stopped future for informers to obtain the termination 
exception</li>
   <li>Fix <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/4383";>#4383</a>:
 bump snakeyaml from 1.28 to 1.33</li>
   <li>Fix <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/4442";>#4442</a>:
 TokenRefreshInterceptor doesn't overwrite existing OAuth token with empty 
string</li>
   </ul>
   <h4><em><strong>Note</strong></em>: Behavior changes</h4>
   <ul>
   <li>Fix <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/4206";>#4206</a>:
 The Serialization utility class will throw an Exception, instead of returning 
null, if an untyped unmarshall method is used on something that lacks type 
information</li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/fabric8io/kubernetes-client/compare/v5.12.3...v5.12.4";>https://github.com/fabric8io/kubernetes-client/compare/v5.12.3...v5.12.4</a></p>
   <h2>5.12.3 (2022-07-27)</h2>
   <h4>Bugs</h4>
   <ul>
   <li>Fix <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/3969";>#3969</a>:
 relist will not trigger sync events</li>
   <li>Fix <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/4049";>#4049</a>:
 properly populate exception metadata with resource information if 
available</li>
   <li>Fix <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/4222";>#4222</a>:
 backport of <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/4082";>#4082</a>
 - to not process events until the cache is complete</li>
   <li>Fix <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/4246";>#4246</a>:
 KubernetesClientException is swallowed in LeaderElector</li>
   <li>Fix <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/4295";>#4295</a>:
 Configure SnakeYaml to ignore converting timestamps to Date objects</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/fabric8io/kubernetes-client/blob/main/CHANGELOG.md";>kubernetes-client-bom's
 changelog</a>.</em></p>
   <blockquote>
   <h3>5.12.4 (2022-09-30)</h3>
   <h4>Bugs</h4>
   <ul>
   <li>Fix <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/2271";>#2271</a>:
 Support periodic refresh of access tokens before they expire</li>
   <li>Fix <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/3733";>#3733</a>:
 The authentication command from the .kube/config won't be discarded if no 
arguments are specified</li>
   <li>Fix <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/4206";>#4206</a>:
 KubernetesDeserializer can now handle any valid object. If the object lacks 
type information, it will be deserialized as a GenericKubernetesResource.</li>
   <li>Fix <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/4365";>#4365</a>:
 backport of stopped future for informers to obtain the termination 
exception</li>
   <li>Fix <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/4383";>#4383</a>:
 bump snakeyaml from 1.28 to 1.33</li>
   <li>Fix <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/4442";>#4442</a>:
 TokenRefreshInterceptor doesn't overwrite existing OAuth token with empty 
string</li>
   </ul>
   <h4><em><strong>Note</strong></em>: Behavior changes</h4>
   <ul>
   <li>Fix <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/4206";>#4206</a>:
 The Serialization utility class will throw an Exception, instead of returning 
null, if an untyped unmarshall method is used on something that lacks type 
information</li>
   </ul>
   <h3>6.1.1 (2022-09-01)</h3>
   <h4>Bugs</h4>
   <p>fix <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/4373";>#4373</a>:
 NO_PROXY should allow URIs with hyphens 
(&quot;circleci-internal-outer-build-agent&quot;)</p>
   <h3>6.1.0 (2022-08-31)</h3>
   <h4>Bugs</h4>
   <ul>
   <li>Fix <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/4109";>#4109</a>:
 Templates with parameters can be retrieved from OpenShift</li>
   <li>Fix <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/4206";>#4206</a>:
 KubernetesDeserializer can now handle any valid object. If the object lacks 
type information, it will be deserialized as a GenericKubernetesResource</li>
   <li>Fix <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/4247";>#4247</a>:
 NO_PROXY with invalid entries throws exception</li>
   <li>Fix <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/4256";>#4256</a>:
 crd-generator-apt pom.xml includes transitive dependencies</li>
   <li>Fix <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/4294";>#4294</a>:
 crd-generator respects JsonIgnore annotations on enum properties</li>
   <li>Fix <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/4320";>#4320</a>:
 corrected leader transitions field on leader election leases</li>
   <li>Fix <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/4360";>#4360</a>:
 JUnit dependencies aren't leaked in child modules</li>
   </ul>
   <h4>Improvements</h4>
   <ul>
   <li>Fix <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/887";>#887</a>:
 added KubernetesClient.visitResources to search and perform other operations 
across all resources.</li>
   <li>Fix <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/3960";>#3960</a>:
 adding a KubernetesMockServer.expectCustomResource helper method and 
additional mock crd support</li>
   <li>Fix <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/4041";>#4041</a>:
 adding Quantity.getNumericalAmount with an explanation about bytes and 
cores.</li>
   <li>Fix <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/4241";>#4241</a>:
 added more context to informer logs with the endpoint path</li>
   <li>Fix <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/4250";>#4250</a>:
 allowing for deserialization of polymorphic unwrapped fields</li>
   <li>Fix <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/4254";>#4254</a>:
 adding debug logging for exec stream messages</li>
   <li>Fix <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/4259";>#4259</a>:
 Java Generator's CR should have Lombok's <code>@EqualsAndHashCode</code> with 
<code>callSuper = true</code></li>
   <li>Fix <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/4287";>#4287</a>:
 added WorkloadGroup for Istio v1alpha3 extension generator</li>
   <li>Fix <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/4318";>#4318</a>:
 implemented LeaderElection releaseOnCancel</li>
   <li>Fix <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/4359";>#4359</a>:
 Remove manual model classes with fields name <code>class</code></li>
   </ul>
   <h4>Dependency Upgrade</h4>
   <ul>
   <li>Fix <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/3967";>#3967</a>:
 Update chaos-mesh extension to v2.1.3. Add PodHttpChaos, GCPChaos, BlockChaos 
and PhysicalMachineChaos.</li>
   <li>Fix <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/4352";>#4352</a>:
 Update Knative model to v0.34.0</li>
   <li>Fix <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/4356";>#4356</a>:
 Update Apache CamelK to v1.9.2</li>
   <li>Fix <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/4361";>#4361</a>:
 Bump Cert-Manager to v1.9.0-beta.1.0.20220829113803-8465f1223efb</li>
   </ul>
   <h4>New Features</h4>
   <ul>
   <li>Fix <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/2271";>#2271</a>:
 Support periodic refresh of access tokens before they expire</li>
   <li>Fix <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/4333";>#4333</a>:
 Implement &quot;attach to pod&quot; functionality</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/f63fa5faf65787ee31841ce5f9d93ccb8af31280";><code>f63fa5f</code></a>
 [RELEASE] Updated project version to v5.12.4</li>
   <li><a 
href="https://github.com/fabric8io/kubernetes-client/commit/d83af67718c606e5745285423cbec33987cafa40";><code>d83af67</code></a>
 fix(kubernetes-client-api): TokenRefreshInterceptor doesn't overwrite 
existin...</li>
   <li><a 
href="https://github.com/fabric8io/kubernetes-client/commit/cb915d084090b3c50a57ed36fc547b4da1efecbe";><code>cb915d0</code></a>
 fix: merge issues after Serialization behavioral change</li>
   <li><a 
href="https://github.com/fabric8io/kubernetes-client/commit/d2f5e7d1a3b9801933539db0e885e3620b1e8e16";><code>d2f5e7d</code></a>
 fix <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/4206";>#4206</a>:
 ensuring null won't be returned from kubernetesdeserializer</li>
   <li><a 
href="https://github.com/fabric8io/kubernetes-client/commit/029b085ff5badcf1abb8d9d50949ecbe3527033b";><code>029b085</code></a>
 backport: <a 
href="https://redirect.github.com/fabric8io/kubernetes-client/issues/4264";>#4264</a>
 - Refresh token every minute</li>
   <li><a 
href="https://github.com/fabric8io/kubernetes-client/commit/2900229afd6fd577dc8aef7375469223591aff0c";><code>2900229</code></a>
 fix: Config client authentication exec command should not fail when args is 
null</li>
   <li><a 
href="https://github.com/fabric8io/kubernetes-client/commit/fdbe6f32b678df3a49a4a19967c39c0f4bb4344d";><code>fdbe6f3</code></a>
 Do not discard auth command if no args</li>
   <li><a 
href="https://github.com/fabric8io/kubernetes-client/commit/44d65ed703f3b52c37daa09a98a00e2bbc1acae5";><code>44d65ed</code></a>
 ci: Maven Central OSSRH SNAPSHOT release pipeline</li>
   <li><a 
href="https://github.com/fabric8io/kubernetes-client/commit/d5745ba5d5004467bb56a1c8e6663de742bf7334";><code>d5745ba</code></a>
 chore(deps): bump snakeyaml from 1.28 to 1.33</li>
   <li><a 
href="https://github.com/fabric8io/kubernetes-client/commit/0319b8ca48067ebdda32cb18bb44b4ec0a589a94";><code>0319b8c</code></a>
 backport of 4365: also adding explicit handling for startup exceptions</li>
   <li>Additional commits viewable in <a 
href="https://github.com/fabric8io/kubernetes-client/compare/v5.12.2...v5.12.4";>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=5.12.4)](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