dependabot[bot] opened a new pull request, #2571: URL: https://github.com/apache/camel-kamelets/pull/2571
Bumps `fabric8-version` from 7.3.1 to 7.4.0. Updates `io.fabric8:kubernetes-client-bom-with-deps` from 7.3.1 to 7.4.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/fabric8io/kubernetes-client/releases">io.fabric8:kubernetes-client-bom-with-deps's releases</a>.</em></p> <blockquote> <h2>7.4.0 (2025-09-08)</h2> <h4>Bugs</h4> <ul> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/3032">#3032</a>: EnableKubernetesMockClient annotation works with Nested tests</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/7148">#7148</a>: corrected octal format detection</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/7167">#7167</a>: Allow Informer.isWatching to see underlying Watch state</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/7087">#7087</a>: Avoid possible NPE in OkHttp websocket handling</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/7072">#7072</a>: Changed rolling update handling to json merge patch to avoid 422 errors</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/7080">#7080</a>: Avoid NPE in CRDGenerator if post-processor is set to null</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/7116">#7116</a>: (java-generator) Use timezone format compatible with Kubernetes</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/7163">#7163</a>: Ensure that streams are notified of errors</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/7092">#7092</a>: (crd-generator) Add support for <a href="https://github.com/Annotations"><code>@Annotations</code></a> and <a href="https://github.com/Labels"><code>@Labels</code></a> in CRD generation - CRD generator now includes annotations and labels specified via these annotations in the generated CRD metadata</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/7224">#7224</a>: Fix KubeApiTest inheritance from base test class</li> </ul> <h4>Improvements</h4> <ul> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/7217">#7217</a>: refinements and expanded documentation for preserve unknown handling</li> </ul> <h4>Dependency Upgrade</h4> <h4>New Features</h4> <ul> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/7045">#7045</a>: (java-generator) Extend the existingJavaTypes to support use of existing enumerations</li> </ul> <h4><em><strong>Note</strong></em>: Breaking changes</h4> <p>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/7204">#7204</a>: Rationalized config constructors</p> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/GWphua"><code>@GWphua</code></a> made their first contribution in <a href="https://redirect.github.com/fabric8io/kubernetes-client/pull/7109">fabric8io/kubernetes-client#7109</a></li> <li><a href="https://github.com/il-kyun"><code>@il-kyun</code></a> made their first contribution in <a href="https://redirect.github.com/fabric8io/kubernetes-client/pull/7189">fabric8io/kubernetes-client#7189</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/fabric8io/kubernetes-client/compare/v7.3.1...v7.4.0">https://github.com/fabric8io/kubernetes-client/compare/v7.3.1...v7.4.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/fabric8io/kubernetes-client/blob/main/CHANGELOG.md">io.fabric8:kubernetes-client-bom-with-deps's changelog</a>.</em></p> <blockquote> <h3>7.4.0 (2025-09-08)</h3> <h4>Bugs</h4> <ul> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/3032">#3032</a>: EnableKubernetesMockClient annotation works with Nested tests</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/7148">#7148</a>: corrected octal format detection</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/7167">#7167</a>: Allow Informer.isWatching to see underlying Watch state</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/7087">#7087</a>: Avoid possible NPE in OkHttp websocket handling</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/7072">#7072</a>: Changed rolling update handling to json merge patch to avoid 422 errors</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/7080">#7080</a>: Avoid NPE in CRDGenerator if post-processor is set to null</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/7116">#7116</a>: (java-generator) Use timezone format compatible with Kubernetes</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/7163">#7163</a>: Ensure that streams are notified of errors</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/7092">#7092</a>: (crd-generator) Add support for <a href="https://github.com/Annotations"><code>@Annotations</code></a> and <a href="https://github.com/Labels"><code>@Labels</code></a> in CRD generation - CRD generator now includes annotations and labels specified via these annotations in the generated CRD metadata</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/7224">#7224</a>: Fix KubeApiTest inheritance from base test class</li> </ul> <h4>Improvements</h4> <ul> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/7217">#7217</a>: refinements and expanded documentation for preserve unknown handling</li> </ul> <h4>Dependency Upgrade</h4> <h4>New Features</h4> <ul> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/7045">#7045</a>: (java-generator) Extend the existingJavaTypes to support use of existing enumerations</li> </ul> <h4><em><strong>Note</strong></em>: Breaking changes</h4> <p>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/7204">#7204</a>: Rationalized config constructors</p> <h3>6.14.0 (2025-06-10)</h3> <h4>Bugs</h4> <ul> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/7107">#7107</a>: Jackson 2.19.0+ support</li> </ul> <h4><em><strong>Note</strong></em>: Breaking changes</h4> <ul> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/7107">#7107</a>: This release is not backwards-compatible with previous versions of Jackson, you'll need to use Jackson 2.19.0 in your project for a correct behavior of the Kubernetes Client.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fabric8io/kubernetes-client/commit/027c17209ad216993df5ab043ed4480ba08864ac"><code>027c172</code></a> [RELEASE] Updated project version to v7.4.0</li> <li><a href="https://github.com/fabric8io/kubernetes-client/commit/7afb7a09aac0af94f249acdc94f39cd1946acbd3"><code>7afb7a0</code></a> feat(ci): maven central publish for releases</li> <li><a href="https://github.com/fabric8io/kubernetes-client/commit/5d3b81fdf7024e1a356f1a74015be7a201df101d"><code>5d3b81f</code></a> chore: add missing entry in changelog for <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/7204">#7204</a></li> <li><a href="https://github.com/fabric8io/kubernetes-client/commit/5b0f70392901c65bdb224fe7afa1fe03b15a5c5b"><code>5b0f703</code></a> feat(config)!: rationalizing Config constructors / building (<a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/7204">#7204</a>)</li> <li><a href="https://github.com/fabric8io/kubernetes-client/commit/d566303dce99e566288729f631cffad86a41bd37"><code>d566303</code></a> chore(deps): bump org.projectlombok:lombok from 1.18.38 to 1.18.40</li> <li><a href="https://github.com/fabric8io/kubernetes-client/commit/d9a2f2c81b6ab12bc28d656bbee4ca778780ccc1"><code>d9a2f2c</code></a> chore(deps-dev): bump com.google.testing.compile:compile-testing</li> <li><a href="https://github.com/fabric8io/kubernetes-client/commit/4861d522e17bd3e356db34459d49b053c696437a"><code>4861d52</code></a> chore(deps): bump actions/setup-go from 5 to 6</li> <li><a href="https://github.com/fabric8io/kubernetes-client/commit/810ac7e2aeb6074201fb299573cdce4e5d578dfb"><code>810ac7e</code></a> chore(deps): bump io.swagger.parser.v3:swagger-parser</li> <li><a href="https://github.com/fabric8io/kubernetes-client/commit/874dee720acf7943cd8866233c1dcda885ccd360"><code>874dee7</code></a> chore(deps): bump org.sonarsource.scanner.maven:sonar-maven-plugin</li> <li><a href="https://github.com/fabric8io/kubernetes-client/commit/6fe86db49817093168a3f11a5f363374a8d68c48"><code>6fe86db</code></a> chore(deps): bump knative.dev/eventing-kafka-broker</li> <li>Additional commits viewable in <a href="https://github.com/fabric8io/kubernetes-client/compare/v7.3.1...v7.4.0">compare view</a></li> </ul> </details> <br /> Updates `io.fabric8:java-generator-maven-plugin` from 7.3.1 to 7.4.0 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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]
