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/07/13 10:02:39 UTC

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

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

   Bumps [kubernetes-client](https://github.com/fabric8io/kubernetes-client) from 5.12.2 to 6.0.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.0.0 (2022-07-13)</h2>
   <h4>Bugs</h4>
   <ul>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/2811">#2811</a>: Approve/Reject CSR not supported in v1beta1 CertificateSigningRequest API</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/2860">#2860</a>: ensure that lockexceptions won't inhibit notification</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/3300">#3300</a>: addressed race connection with watch reconnects</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/3745">#3745</a>: the client will throw better exceptions when a namespace is not discernible for an operation</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/3832">#3832</a> <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/1883">#1883</a>: simplifying the isHttpsAvailable check</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/3990">#3990</a>: Throw exception when <code>HasMetadata</code> is used in <code>resources(...)</code> API</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4081">#4081</a>: moving Versionable.withResourceVersion to a method on WatchAndWaitable and removing Waitable from the return type</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4106">#4106</a>: removed listing from projectrequests</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4140">#4140</a>: changed StatefulSet rolling pause / resume to unsupported.  Also relying on default rolling logic to Deployments and StatefulSets</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4139">#4139</a>: status changes don't increment metadata.generation field</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4149">#4149</a>: port forwarding can accept both blocking and non-blocking channels</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4171">#4171</a>: allowing any object in clone</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4216">#4216</a>: Update metadata when <code>replaceStatus()</code> is called</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4217">#4217</a>: patchStatus doesn't increment metadata.generation field in Kubernetes Mock Server (CRUD)</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4234">#4234</a>: corrected the skip method for base64 inputstream</li>
   </ul>
   <h4>Improvements</h4>
   <ul>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/1285">#1285</a>: removed references to manually calling registerCustomKind</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/2207">#2207</a>: added LeaderElector.start to provide a CompletableFuture for easy cancellation</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/3227">#3227</a> : Move <code>config.openshift.io</code> apiGroup resources out of <code>openshift-model/</code></li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/3334">#3334</a>: adding basic support for server side apply.  Use patch(PatchContext.of(PatchType.SERVER_SIDE_APPLY), service), or new PatchContext.Builder()withPatchType(PatchType.SERVER_SIDE_APPLY).withForce(true).build() to override conflicts</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/3486">#3486</a>: using a common jsonschema2pojo annotator - see the migration guide for possible changes to extension models</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/3625">#3625</a>: adds default maps to mostly prevent the need for null checks on things like annotations and labels</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/3758">#3758</a>: VersionInfo in KubernetesMockServer can be overridden</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/3806">#3806</a>: Remove <code>setIntVal</code>, <code>setStrVal</code>, <code>setKind</code> setters from <code>IntOrString</code> class to avoid invalid combinations</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/3852">#3852</a>: Deserializing kamelets fails with UnrecognizedPropertyException</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/3889">#3889</a>: remove piped stream for file download</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/3968">#3968</a>: SharedIndexInformer.initialState can be used to set the store state before the informer starts
   SharedIndexInformer allows for the addition and removal of indexes even after starting, and you can remove the default namespace index if you wish.
   And Store.getKey can be used rather than directly referencing static Cache functions.</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/3969">#3969</a>: relist will not trigger sync events</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4006">#4006</a>: Remove outdated shared test classes in <code>kubernetes-client/</code> and <code>openshift-client/</code> modules</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4065">#4065</a>: Client.getAPIResources(&quot;v1&quot;) can be used to obtain the core/legacy resources</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4082">#4082</a>: improving informOnCondition to test the initial list instead of individual add events</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4093">#4093</a>: adding a possibility to get a log as an <code>InputStream</code> from the <code>Loggable</code> resources</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4142">#4142</a>: Added patch() and patch(PatchContext) methods for use with resource and load</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4146">#4146</a>: ManagedKubernetesClient and ManagedOpenShiftClient as delayed OSGi services</li>
   </ul>
   <h4>Dependency Upgrade</h4>
   <ul>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/3788">#3788</a>: Point CamelK Extension model to latest released version v1.8.0</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/3813">#3813</a>: Handle exit code status messages with pod uploads</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/3947">#3947</a>: Point CamelK Extension model to latest released version v1.8.2</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4031">#4031</a>: Update Kubernetes Model to v1.24.0</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4100">#4100</a>: Update Tekton Pipeline Model to v0.35.0</li>
   </ul>
   <h4>New Features</h4>
   <ul>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/3407">#3407</a> <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/3973">#3973</a>: Added resource(item) to directly associate a resource with the DSL.  It can be used as an alternative to Loadable.load when you already have the item
   There is also client.resourceList(...).resources() and client.configMaps().resources() - that will provide a Resource stream.</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.0.0 (2022-07-13)</h3>
   <h4>Bugs</h4>
   <ul>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/2811">#2811</a>: Approve/Reject CSR not supported in v1beta1 CertificateSigningRequest API</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4216">#4216</a>: Update metadata when <code>replaceStatus()</code> is called</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4217">#4217</a>: patchStatus doesn't increment metadata.generation field in Kubernetes Mock Server (CRUD)</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4234">#4234</a>: corrected the skip method for base64 inputstream</li>
   </ul>
   <h4>Improvements</h4>
   <ul>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/3227">#3227</a> : Move <code>config.openshift.io</code> apiGroup resources out of <code>openshift-model/</code></li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4006">#4006</a>: Remove outdated shared test classes in <code>kubernetes-client/</code> and <code>openshift-client/</code> modules</li>
   </ul>
   <h3>6.0.0-RC1 (2022-06-13)</h3>
   <h4>Bugs</h4>
   <ul>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/2860">#2860</a>: ensure that lockexceptions won't inhibit notification</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/3300">#3300</a>: addressed race connection with watch reconnects</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/3745">#3745</a>: the client will throw better exceptions when a namespace is not discernible for an operation</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/3832">#3832</a> <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/1883">#1883</a>: simplifying the isHttpsAvailable check</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/3990">#3990</a>: Throw exception when <code>HasMetadata</code> is used in <code>resources(...)</code> API</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4081">#4081</a>: moving Versionable.withResourceVersion to a method on WatchAndWaitable and removing Waitable from the return type</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4106">#4106</a>: removed listing from projectrequests</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4140">#4140</a>: changed StatefulSet rolling pause / resume to unsupported.  Also relying on default rolling logic to Deployments and StatefulSets</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4139">#4139</a>: status changes don't increment metadata.generation field</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4149">#4149</a>: port forwarding can accept both blocking and non-blocking channels</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4171">#4171</a>: allowing any object in clone</li>
   </ul>
   <h4>Improvements</h4>
   <ul>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/1285">#1285</a>: removed references to manually calling registerCustomKind</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/2207">#2207</a>: added LeaderElector.start to provide a CompletableFuture for easy cancellation</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/3334">#3334</a>: adding basic support for server side apply.  Use patch(PatchContext.of(PatchType.SERVER_SIDE_APPLY), service), or new PatchContext.Builder()withPatchType(PatchType.SERVER_SIDE_APPLY).withForce(true).build() to override conflicts</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/3486">#3486</a>: using a common jsonschema2pojo annotator - see the migration guide for possible changes to extension models</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/3625">#3625</a>: adds default maps to mostly prevent the need for null checks on things like annotations and labels</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/3758">#3758</a>: VersionInfo in KubernetesMockServer can be overridden</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/3806">#3806</a>: Remove <code>setIntVal</code>, <code>setStrVal</code>, <code>setKind</code> setters from <code>IntOrString</code> class to avoid invalid combinations</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/3852">#3852</a>: Deserializing kamelets fails with UnrecognizedPropertyException</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/3889">#3889</a>: remove piped stream for file download</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/3968">#3968</a>: SharedIndexInformer.initialState can be used to set the store state before the informer starts
   SharedIndexInformer allows for the addition and removal of indexes even after starting, and you can remove the default namespace index if you wish.
   And Store.getKey can be used rather than directly referencing static Cache functions.</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/3969">#3969</a>: relist will not trigger sync events</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4065">#4065</a>: Client.getAPIResources(&quot;v1&quot;) can be used to obtain the core/legacy resources</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4082">#4082</a>: improving informOnCondition to test the initial list instead of individual add events</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4093">#4093</a>: adding a possibility to get a log as an <code>InputStream</code> from the <code>Loggable</code> resources</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4142">#4142</a>: Added patch() and patch(PatchContext) methods for use with resource and load</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4146">#4146</a>: ManagedKubernetesClient and ManagedOpenShiftClient as delayed OSGi services</li>
   </ul>
   <h4>Dependency Upgrade</h4>
   <ul>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/3788">#3788</a>: Point CamelK Extension model to latest released version v1.8.0</li>
   <li>Fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/3813">#3813</a>: Handle exit code status messages with pod uploads</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/43af167c663031dac37f08dda36e35e512462071"><code>43af167</code></a> [RELEASE] Updated project version to v6.0.0</li>
   <li><a href="https://github.com/fabric8io/kubernetes-client/commit/aeabac70710e83ce7dc23e5791acf704c54bd678"><code>aeabac7</code></a> chore(deps-dev): bump approvaltests from 16.0.1 to 17.0.0</li>
   <li><a href="https://github.com/fabric8io/kubernetes-client/commit/7aa681b7ca11584b884bf62e0dd3c3bfbc2eba67"><code>7aa681b</code></a> chore: bump to sundrio 0.92.1</li>
   <li><a href="https://github.com/fabric8io/kubernetes-client/commit/94a38a58810e0237edf2401720e03f70b35b2759"><code>94a38a5</code></a> fix fabric8io#4234: fixing the skip method for base64 inputstream</li>
   <li><a href="https://github.com/fabric8io/kubernetes-client/commit/6b13cd24232fa1ca70a21e31d3c5eb0390e3e8ed"><code>6b13cd2</code></a> chore: bump dekorate to 0.92.0</li>
   <li><a href="https://github.com/fabric8io/kubernetes-client/commit/ed4f78cdf213a91fb6a3e1fa8e0b5f1adc3153cf"><code>ed4f78c</code></a> chore(deps-dev): bump approvaltests from 16.0.0 to 16.0.1</li>
   <li><a href="https://github.com/fabric8io/kubernetes-client/commit/d797364c248600245eaf086bda972df23931c525"><code>d797364</code></a> fix: patchStatus doesn't increment metadata.generation field</li>
   <li><a href="https://github.com/fabric8io/kubernetes-client/commit/0fae6d53211056a478a299c352e74538994ee4df"><code>0fae6d5</code></a> chore(deps): bump jandex from 2.4.2.Final to 2.4.3.Final</li>
   <li><a href="https://github.com/fabric8io/kubernetes-client/commit/dfc7d5363f581f607eead86cf6e5d4ee3f77848b"><code>dfc7d53</code></a> fix <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/4196">#4196</a> change ENV kubernetes_websocket_ping_interval to uppercase in READM...</li>
   <li><a href="https://github.com/fabric8io/kubernetes-client/commit/a5285fbefb1781c290052b35670a796e06110174"><code>a5285fb</code></a> chore <a href="https://github-redirect.dependabot.com/fabric8io/kubernetes-client/issues/3906">#3906</a>: deprecating CustomResourceList</li>
   <li>Additional commits viewable in <a href="https://github.com/fabric8io/kubernetes-client/compare/v5.12.2...v6.0.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&package-manager=maven&previous-version=5.12.2&new-version=6.0.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] closed pull request #961: Bump kubernetes-client from 5.12.2 to 6.0.0

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


-- 
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 #961: Bump kubernetes-client from 5.12.2 to 6.0.0

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

   Superseded by #1029.


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