You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by GitBox <gi...@apache.org> on 2022/10/20 10:03:02 UTC

[GitHub] [logging-log4j2] dependabot[bot] opened a new pull request, #1119: Bump kubernetes-client-bom from 5.12.2 to 6.2.0

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

   Bumps [kubernetes-client-bom](https://github.com/fabric8io/kubernetes-client) from 5.12.2 to 6.2.0.
   <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.2.0 (2022-10-20)</h2>
   <h4>Bugs</h4>
   <ul>
   <li>Fix <a href="https://github-redirect.dependabot.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://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4312">#4312</a>: fix timestamp can't be deserialized for IstioCondition</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4369">#4369</a>: Informers will retry with a backoff on list/watch failure as they did in 5.12 and prior.</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4350">#4350</a>: SchemaSwap annotation is now repeatable and is applied multiple times if classes are used more than once in the class hierarchy.</li>
   <li>Fix <a href="https://github-redirect.dependabot.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://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4441">#4441</a>: corrected patch base handling for the patch methods available from a Resource - resource(item).patch() will be evaluated as resource(latest).patch(item). Also undeprecated patch(item), which is consistent with leaving patch(context, item) undeprecated as well. For consistency with the other operations (such as edit), patch(item) will use the context item as the base when available, or the server side item when not. This means that patch(item) is only the same as resource(item).patch() when the patch(item) is called when the context item is missing or is the same as the latest.</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4442">#4442</a>: TokenRefreshInterceptor doesn't overwrite existing OAuth token with empty string</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4350">#4350</a>: SchemaSwap annotation is now repeatable and is applied multiple times if classes are used more than once in the class hierarchy.</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4459">#4459</a>: Fixed OSGi startup exceptions while using KubernetesClient/OpenShiftClient</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4460">#4460</a>: removing split packages. Converting Default clients into adapters rather than real instances.</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4473">#4473</a>: Fix regression in backoff interval introduced in <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4365">#4365</a></li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4478">#4478</a>: Removing the resourceVersion bump with null status</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4482">#4482</a>: Fixing blocking behavior of okhttp log watch</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4487">#4487</a>: Schema for multimaps is now generated correctly</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4496">#4496</a>: Removing watch handling of lists</li>
   </ul>
   <h4>Improvements</h4>
   <ul>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4471">#4471</a>: Adding KubernetesClientBuilder.withHttpClientBuilderConsumer to further customize the HttpClient for any implementation.</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4348">#4348</a>: Introduce specific annotations for the generators</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4441">#4441</a>: refactoring <code>TokenRefreshInterceptor</code></li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4365">#4365</a>: The Watch retry logic will handle more cases, as well as perform an exceptional close for events that are not properly handled. Informers can directly provide those exceptional outcomes via the SharedIndexInformer.stopped CompletableFuture.</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4396">#4396</a>: Provide more error context when @Group/<a href="https://github.com/Version"><code>@​Version</code></a> annotations are missing</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4384">#4384</a>: The Java generator now supports the generation of specific annotations (min, max, pattern, etc.), as defined by <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4348">#4348</a></li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4408">#4408</a>: Allowing informers started via the start() method to have configurable exception / retry handling.</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/3864">#3864</a>: Change ManagedOpenShiftClient OSGi ConfigurationPolicy to REQUIRE</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4470">#4470</a>: Added timestamps support for deployment logs and other resources.</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4476">#4476</a>: [crd-generator] Support custom <code>Annotations</code> and <code>Labels</code> to be emitted in the CRD</li>
   </ul>
   <h4>Dependency Upgrade</h4>
   <ul>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4243">#4243</a>: Update Tekton pipeline model to v0.39.0</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4243">#4243</a>: Update Tekton triggers model to v0.20.2</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4383">#4383</a>: bump snakeyaml from 1.30 to 1.31</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4347">#4347</a>: Update Kubernetes Model to v1.25.0</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4413">#4413</a>: Update sundrio to 0.93.1</li>
   </ul>
   <h4>New Features</h4>
   <ul>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4398">#4398</a>: add annotation <a href="https://github.com/PreserveUnknownFields"><code>@​PreserveUnknownFields</code></a> for marking generated field have <code>x-kubernetes-preserve-unknown-fields: true</code> defined</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4351">#4351</a>: add <code>javax.annotation.processing.Generated</code> to classes generated with the <code>java-generator</code></li>
   </ul>
   <h4><em><strong>Note</strong></em>: Breaking changes in the API</h4>
   <ul>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4350">#4350</a>: SchemaSwap's fieldName parameter now expects a field name only, not a method or a constructor.</li>
   <li>Module <code>io.fabric8:tekton-model-triggers</code> which contained Tekton triggers v1alpha1 model has been removed. We have introduced separate modules <code>io.fabric8:tekton-model-v1alpha1</code> and <code>io.fabric8:tekton-model-v1beta1</code> for Tekton triggers v1alpha1 and v1beta1 apigroups respectively. Users who are using <code>io.fabric8:tekton-client</code> dependency directly should be unaffected by this change.</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/3864">#3864</a>: Now it's compulsory to provide <code>etc/io.fabric8.openshift.client.cfg</code> file in order to load ManagedOpenShiftClient in OSGi environment.</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/3924">#3924</a>: Extension Mock modules have been removed</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4384">#4384</a>: javax.validation.* annotations are no longer added by the Java generator.</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/3906">#3906</a>: removed BaseKubernetesList, use KubernetesList instead</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4408">#4408</a>: deprecated SharedInformerFactory.addSharedInformerEventListener, instead use the SharedIndexInformer.stopped method.  Also the signature of SharedIndexInformer.start was changed to a CompletionStage rather than a CompletableFuture.</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-bom's changelog</a>.</em></p>
   <blockquote>
   <h3>6.2.0 (2022-10-20)</h3>
   <h4>Bugs</h4>
   <ul>
   <li>Fix <a href="https://github-redirect.dependabot.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://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4312">#4312</a>: fix timestamp can't be deserialized for IstioCondition</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4369">#4369</a>: Informers will retry with a backoff on list/watch failure as they did in 5.12 and prior.</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4350">#4350</a>: SchemaSwap annotation is now repeatable and is applied multiple times if classes are used more than once in the class hierarchy.</li>
   <li>Fix <a href="https://github-redirect.dependabot.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://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4441">#4441</a>: corrected patch base handling for the patch methods available from a Resource - resource(item).patch() will be evaluated as resource(latest).patch(item). Also undeprecated patch(item), which is consistent with leaving patch(context, item) undeprecated as well. For consistency with the other operations (such as edit), patch(item) will use the context item as the base when available, or the server side item when not. This means that patch(item) is only the same as resource(item).patch() when the patch(item) is called when the context item is missing or is the same as the latest.</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4442">#4442</a>: TokenRefreshInterceptor doesn't overwrite existing OAuth token with empty string</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4350">#4350</a>: SchemaSwap annotation is now repeatable and is applied multiple times if classes are used more than once in the class hierarchy.</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4459">#4459</a>: Fixed OSGi startup exceptions while using KubernetesClient/OpenShiftClient</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4460">#4460</a>: removing split packages. Converting Default clients into adapters rather than real instances.</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4473">#4473</a>: Fix regression in backoff interval introduced in <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4365">#4365</a></li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4478">#4478</a>: Removing the resourceVersion bump with null status</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4482">#4482</a>: Fixing blocking behavior of okhttp log watch</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4487">#4487</a>: Schema for multimaps is now generated correctly</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4496">#4496</a>: Removing watch handling of lists</li>
   </ul>
   <h4>Improvements</h4>
   <ul>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4471">#4471</a>: Adding KubernetesClientBuilder.withHttpClientBuilderConsumer to further customize the HttpClient for any implementation.</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4348">#4348</a>: Introduce specific annotations for the generators</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4441">#4441</a>: refactoring <code>TokenRefreshInterceptor</code></li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4365">#4365</a>: The Watch retry logic will handle more cases, as well as perform an exceptional close for events that are not properly handled. Informers can directly provide those exceptional outcomes via the SharedIndexInformer.stopped CompletableFuture.</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4396">#4396</a>: Provide more error context when @Group/<a href="https://github.com/Version"><code>@​Version</code></a> annotations are missing</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4384">#4384</a>: The Java generator now supports the generation of specific annotations (min, max, pattern, etc.), as defined by <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4348">#4348</a></li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4408">#4408</a>: Allowing informers started via the start() method to have configurable exception / retry handling.</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/3864">#3864</a>: Change ManagedOpenShiftClient OSGi ConfigurationPolicy to REQUIRE</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4470">#4470</a>: Added timestamps support for deployment logs and other resources.</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4476">#4476</a>: [crd-generator] Support custom <code>Annotations</code> and <code>Labels</code> to be emitted in the CRD</li>
   </ul>
   <h4>Dependency Upgrade</h4>
   <ul>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4243">#4243</a>: Update Tekton pipeline model to v0.39.0</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4243">#4243</a>: Update Tekton triggers model to v0.20.2</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4383">#4383</a>: bump snakeyaml from 1.30 to 1.31</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4347">#4347</a>: Update Kubernetes Model to v1.25.0</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4413">#4413</a>: Update sundrio to 0.93.1</li>
   </ul>
   <h4>New Features</h4>
   <ul>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4398">#4398</a>: add annotation <a href="https://github.com/PreserveUnknownFields"><code>@​PreserveUnknownFields</code></a> for marking generated field have <code>x-kubernetes-preserve-unknown-fields: true</code> defined</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4351">#4351</a>: add <code>javax.annotation.processing.Generated</code> to classes generated with the <code>java-generator</code></li>
   </ul>
   <h4><em><strong>Note</strong></em>: Breaking changes in the API</h4>
   <ul>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4350">#4350</a>: SchemaSwap's fieldName parameter now expects a field name only, not a method or a constructor.</li>
   <li>Module <code>io.fabric8:tekton-model-triggers</code> which contained Tekton triggers v1alpha1 model has been removed. We have introduced separate modules <code>io.fabric8:tekton-model-v1alpha1</code> and <code>io.fabric8:tekton-model-v1beta1</code> for Tekton triggers v1alpha1 and v1beta1 apigroups respectively. Users who are using <code>io.fabric8:tekton-client</code> dependency directly should be unaffected by this change.</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/3864">#3864</a>: Now it's compulsory to provide <code>etc/io.fabric8.openshift.client.cfg</code> file in order to load ManagedOpenShiftClient in OSGi environment.</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/3924">#3924</a>: Extension Mock modules have been removed</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4384">#4384</a>: javax.validation.* annotations are no longer added by the Java generator.</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/3906">#3906</a>: removed BaseKubernetesList, use KubernetesList instead</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4408">#4408</a>: deprecated SharedInformerFactory.addSharedInformerEventListener, instead use the SharedIndexInformer.stopped method.  Also the signature of SharedIndexInformer.start was changed to a CompletionStage rather than a CompletableFuture.</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/43b67939fde91046ab7fb0c362f500c2b46eb59e"><code>43b6793</code></a> [RELEASE] Updated project version to v6.2.0</li>
   <li><a href="https://github.com/fabric8io/kubernetes-client/commit/d74a60b847c15f4ce962032b2063d1fc40c545e3"><code>d74a60b</code></a> chore: update changelog</li>
   <li><a href="https://github.com/fabric8io/kubernetes-client/commit/dc5c8c35211255ece02e544e31de08fd4f4cd54c"><code>dc5c8c3</code></a> Customizable annotations and labels on CRD (<a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4476">#4476</a>)</li>
   <li><a href="https://github.com/fabric8io/kubernetes-client/commit/b025aef40f6a77902bcf8183445e8f39124fa570"><code>b025aef</code></a> fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4496">#4496</a>: removing list handling from watching</li>
   <li><a href="https://github.com/fabric8io/kubernetes-client/commit/f8dd11bb0315e8d4bdf6cb7087022f9dc55ed44f"><code>f8dd11b</code></a> fix: incorrect type</li>
   <li><a href="https://github.com/fabric8io/kubernetes-client/commit/6bb2de9c09e8c298462331eb6ff4d78b3339667a"><code>6bb2de9</code></a> fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4408">#4408</a>: deprecating addSharedInformerEventListener</li>
   <li><a href="https://github.com/fabric8io/kubernetes-client/commit/5f6a11a07d823e07b7c22fb4b0789c17768c0fb3"><code>5f6a11a</code></a> fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4408">#4408</a>: allowing for users to set the exception handling behavior</li>
   <li><a href="https://github.com/fabric8io/kubernetes-client/commit/00cf3fd6b73bbf4a97e984b80f8fdfe2682b40c3"><code>00cf3fd</code></a> Refactored operation contexts.</li>
   <li><a href="https://github.com/fabric8io/kubernetes-client/commit/e04de763d6611154322d724ddebfe27ac166c203"><code>e04de76</code></a> fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/3906">#3906</a>: fully regenerating the models</li>
   <li><a href="https://github.com/fabric8io/kubernetes-client/commit/ad718e649c5421a5ef59df4e42198039db131260"><code>ad718e6</code></a> fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/3906">#3906</a>: removing BaseKubernetesList</li>
   <li>Additional commits viewable in <a href="https://github.com/fabric8io/kubernetes-client/compare/v5.12.2...v6.2.0">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.2.0)](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: notifications-unsubscribe@logging.apache.org

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


[GitHub] [logging-log4j2] dependabot[bot] commented on pull request #1119: Bump kubernetes-client-bom from 5.12.2 to 6.2.0

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #1119:
URL: https://github.com/apache/logging-log4j2/pull/1119#issuecomment-1368406007

   Superseded by #1190.


-- 
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-unsubscribe@logging.apache.org

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


[GitHub] [logging-log4j2] dependabot[bot] closed pull request #1119: Bump kubernetes-client-bom from 5.12.2 to 6.2.0

Posted by GitBox <gi...@apache.org>.
dependabot[bot] closed pull request #1119: Bump kubernetes-client-bom from 5.12.2 to 6.2.0
URL: https://github.com/apache/logging-log4j2/pull/1119


-- 
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-unsubscribe@logging.apache.org

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


[GitHub] [logging-log4j2] ppkarwasz commented on pull request #1119: Bump kubernetes-client-bom from 5.12.2 to 6.2.0

Posted by GitBox <gi...@apache.org>.
ppkarwasz commented on PR #1119:
URL: https://github.com/apache/logging-log4j2/pull/1119#issuecomment-1287681395

   Something in the API changed.


-- 
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-unsubscribe@logging.apache.org

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