You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/02/17 22:52:12 UTC

[GitHub] [logging-log4j-samples] dependabot[bot] opened a new pull request, #4: Bump kubernetes-client-bom from 5.12.4 to 6.4.1

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

   Bumps [kubernetes-client-bom](https://github.com/fabric8io/kubernetes-client) from 5.12.4 to 6.4.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.4.1 (2023-01-31)</h2>
   <h4>Bugs</h4>
   <ul>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4795">#4795</a>: don't print warning message when service account token property is unset</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4809">#4809</a>: VertxHttpClientBuilder is public</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4811">#4811</a>: HttpClient.Factory instances can be prioritized</li>
   </ul>
   <p><strong>Full Changelog</strong>: <a href="https://github.com/fabric8io/kubernetes-client/compare/v6.4.0...v6.4.1">https://github.com/fabric8io/kubernetes-client/compare/v6.4.0...v6.4.1</a></p>
   <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>
   <!-- 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.4.1 (2023-01-31)</h3>
   <h4>Bugs</h4>
   <ul>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4795">#4795</a>: don't print warning message when service account token property is unset</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4809">#4809</a>: VertxHttpClientBuilder is public</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4811">#4811</a>: HttpClient.Factory instances can be prioritized</li>
   </ul>
   <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/4698">#4698</a>: changes were made to improve authentication logic.  If a username and password are specified and you are using a base KuberentesClient, then that will always be used as a basic auth header value.  If a username and password are specified and you are using an OpenShiftClient, then a token will still be used if present, but upon an auth failure the username and password will be used to obtain a fresh token.  If a new token is obtained it will be saved in the kubeconfig if one were used to create the Config.</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 ObjectMappers on Serialization.</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>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/fabric8io/kubernetes-client/commit/8d7090861bd3a0e473c4edb0683685eab1a3d230"><code>8d70908</code></a> [RELEASE] Updated project version to v6.4.1</li>
   <li><a href="https://github.com/fabric8io/kubernetes-client/commit/fd9a5d24d61e588e2e12935adbc20de6fa435fec"><code>fd9a5d2</code></a> chore: add missing 6.4.1 changelog entries</li>
   <li><a href="https://github.com/fabric8io/kubernetes-client/commit/07014fb66bd459b693cdc6e75ed1c4ed9ee33f29"><code>07014fb</code></a> chore: add missing changelog entry for <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4795">#4795</a></li>
   <li><a href="https://github.com/fabric8io/kubernetes-client/commit/9f00e1ff6f6568db3b5c7d9c12951e03f0d15ee6"><code>9f00e1f</code></a> Don't print warning message when service account token property is unset</li>
   <li><a href="https://github.com/fabric8io/kubernetes-client/commit/5ffca33ec693766ff3498dfff1ca442eeccf7472"><code>5ffca33</code></a> fix: HttpClient.Factory instances can be prioritized</li>
   <li><a href="https://github.com/fabric8io/kubernetes-client/commit/55357e1692ac3e5b2c9de2807dbfe6296b15b32e"><code>55357e1</code></a> refactor: VertxHttpClientBuilder is public</li>
   <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>Additional commits viewable in <a href="https://github.com/fabric8io/kubernetes-client/compare/v5.12.4...v6.4.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.4&new-version=6.4.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: notifications-unsubscribe@logging.apache.org

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


[GitHub] [logging-log4j-samples] github-actions[bot] merged pull request #4: Bump kubernetes-client-bom from 5.12.4 to 6.4.1

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] merged PR #4:
URL: https://github.com/apache/logging-log4j-samples/pull/4


-- 
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