dependabot[bot] opened a new pull request, #475: URL: https://github.com/apache/dubbo-spi-extensions/pull/475
Bumps `fabric8_kubernetes_version` from 6.12.0 to 6.13.3. Updates `io.fabric8:kubernetes-client` from 6.12.0 to 6.13.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/fabric8io/kubernetes-client/releases">io.fabric8:kubernetes-client's releases</a>.</em></p> <blockquote> <h2>6.13.3 (2024-08-13)</h2> <h4>Bugs</h4> <ul> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/6249">#6249</a>: Provide primitive type setters for ConfigBuilder</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/fabric8io/kubernetes-client/compare/v6.13.2...v6.13.3">https://github.com/fabric8io/kubernetes-client/compare/v6.13.2...v6.13.3</a></p> <h2>6.13.2 (2024-08-09)</h2> <h4>Bugs</h4> <ul> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/6066">#6066</a>: Added support for missing <code>v1.APIVersions</code> in KubernetesClient</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/6110">#6110</a>: VolumeSource (and other file mode fields) in Octal are correctly interpreted</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/6137">#6137</a>: <code>ConfigBuilder.withAutoConfigure</code> is not working</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/6143">#6143</a>: Expands the HTTP interceptor API to include a call back for failed connection attempts</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/6197">#6197</a>: JettyHttp client error handling improvements.</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/6215">#6215</a>: Suppressing rejected execution exception for port forwarder</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/6212">#6212</a>: Improved reliability of file upload to Pod</li> </ul> <h2>6.13.1 (2024-07-02)</h2> <h4>Bugs</h4> <ul> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/6059">#6059</a>: Swallow rejected execution from internal usage of the informer executor</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/6068">#6068</a>: KubernetesMockServer provides incomplete Configuration while creating test Config for KubernetesClient</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/6085">#6085</a>: model getters have same annotations as fields (breaks native)</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/fabric8io/kubernetes-client/compare/v6.13.0...v6.13.1">https://github.com/fabric8io/kubernetes-client/compare/v6.13.0...v6.13.1</a></p> <h2>6.13.0 (2024-05-29)</h2> <h4>Bugs</h4> <ul> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5866">#5866</a>: Addressed cycle in crd generation with Java 19+ and ZonedDateTime</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5960">#5960</a>: The serialization of time related types should be string</li> </ul> <h4>Improvements</h4> <ul> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5605">#5605</a>: proxy configs support proxy URLs without a scheme</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5867">#5867</a>: (crd-generator) Imply schemaFrom via JsonFormat shape (SchemaFrom takes precedence)</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5867">#5867</a>: (java-generator) Add JsonFormat shape to date-time</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5878">#5878</a>: (java-generator) Add implements Editable for extraAnnotations</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5878">#5878</a>: (java-generator) Update documentation to include dependencies</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5953">#5953</a>: Made informer watch starting deterministic with respect to list processing</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5954">#5954</a>: (crd-generator) Sort required properties to ensure deterministic output</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5973">#5973</a>: CacheImpl locking for reading indexes (Cache.byIndex|indexKeys|index) was reduced</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/6012">#6012</a>: Add convenience methods on HasMetadata to help with SSA</li> </ul> <h4>Dependency Upgrade</h4> <ul> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5695">#5695</a>: Upgrade Fabric8 Kubernetes Model to Kubernetes v1.30.0</li> </ul> <h4><em><strong>Note</strong></em>: Breaking changes</h4> <ul> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5947">#5947</a>: CRD generation using the v1beta1 version is deprecated. Please use only v1 instead.</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5960">#5960</a>: The KubernetesSerializer will now by default serialize time related types to strings - rather than object, integer, number, or arrays of integer / number. If you are using these types in a custom object and were not including JsonFormat annotations to adjust the serialization they were likely being serialized in a non-standard way that would not be usable other Kubernetes clients, nor match the generated custom resource definition if one was being produced. Please open an issue if you need the previous behavior for whatever reason - there is a workaround by creating a customized KubernetesSerializer.</li> <li><code>storagemigration.k8s.io/v1alpha1</code> <code>StorageVersionMigration</code> introduced in Kubernetes 1.30.0 is added to <a href="https://github.com/fabric8io/kubernetes-client/tree/main/kubernetes-model-generator/kubernetes-model-storageclass">kubernetes-model-storageclass</a> module. A dedicated module hasn't been created for this new ApiGroup.</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/6006">#6006</a>: Service Catalog extension is deprecated following its deprecation in Kubernetes.</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/main/CHANGELOG.md">io.fabric8:kubernetes-client's changelog</a>.</em></p> <blockquote> <h3>6.13.3 (2024-08-13)</h3> <h4>Bugs</h4> <ul> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/6249">#6249</a>: Provide primitive type setters for ConfigBuilder</li> </ul> <h3>6.13.2 (2024-08-09)</h3> <h4>Bugs</h4> <ul> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/6066">#6066</a>: Added support for missing <code>v1.APIVersions</code> in KubernetesClient</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/6110">#6110</a>: VolumeSource (and other file mode fields) in Octal are correctly interpreted</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/6137">#6137</a>: <code>ConfigBuilder.withAutoConfigure</code> is not working</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/6143">#6143</a>: Expands the HTTP interceptor API to include a call back for failed connection attempts</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/6197">#6197</a>: JettyHttp client error handling improvements.</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/6215">#6215</a>: Suppressing rejected execution exception for port forwarder</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/6212">#6212</a>: Improved reliability of file upload to Pod</li> </ul> <h3>6.13.1 (2024-07-02)</h3> <h4>Bugs</h4> <ul> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/6059">#6059</a>: Swallow rejected execution from internal usage of the informer executor</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/6068">#6068</a>: KubernetesMockServer provides incomplete Configuration while creating test Config for KubernetesClient</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/6085">#6085</a>: model getters have same annotations as fields (breaks native)</li> </ul> <h3>6.13.0 (2024-05-29)</h3> <h4>Bugs</h4> <ul> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5866">#5866</a>: Addressed cycle in crd generation with Java 19+ and ZonedDateTime</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5960">#5960</a>: The serialization of time related types should be string</li> </ul> <h4>Improvements</h4> <ul> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5605">#5605</a>: proxy configs support proxy URLs without a scheme</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5867">#5867</a>: (crd-generator) Imply schemaFrom via JsonFormat shape (SchemaFrom takes precedence)</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5867">#5867</a>: (java-generator) Add JsonFormat shape to date-time</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5878">#5878</a>: (java-generator) Add implements Editable for extraAnnotations</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5878">#5878</a>: (java-generator) Update documentation to include dependencies</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5953">#5953</a>: Made informer watch starting deterministic with respect to list processing</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5954">#5954</a>: (crd-generator) Sort required properties to ensure deterministic output</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5973">#5973</a>: CacheImpl locking for reading indexes (Cache.byIndex|indexKeys|index) was reduced</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/6012">#6012</a>: Add convenience methods on HasMetadata to help with SSA</li> </ul> <h4>Dependency Upgrade</h4> <ul> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5695">#5695</a>: Upgrade Fabric8 Kubernetes Model to Kubernetes v1.30.0</li> </ul> <h4><em><strong>Note</strong></em>: Breaking changes</h4> <ul> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5947">#5947</a>: CRD generation using the v1beta1 version is deprecated. Please use only v1 instead.</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5960">#5960</a>: The KubernetesSerializer will now by default serialize time related types to strings - rather than object, integer, number, or arrays of integer / number. If you are using these types in a custom object and were not including JsonFormat annotations to adjust the serialization they were likely being serialized in a non-standard way that would not be usable other Kubernetes clients, nor match the generated custom resource definition if one was being produced. Please open an issue if you need the previous behavior for whatever reason - there is a workaround by creating a customized KubernetesSerializer.</li> <li><code>storagemigration.k8s.io/v1alpha1</code> <code>StorageVersionMigration</code> introduced in Kubernetes 1.30.0 is added to <a href="https://github.com/fabric8io/kubernetes-client/tree/main/kubernetes-model-generator/kubernetes-model-storageclass">kubernetes-model-storageclass</a> module. A dedicated module hasn't been created for this new ApiGroup.</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/6006">#6006</a>: Service Catalog extension is deprecated following its deprecation in Kubernetes.</li> </ul> <h3>6.12.1 (2024-04-18)</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fabric8io/kubernetes-client/commit/a1e7a4abeff64151a4964c2362b22d0723e15486"><code>a1e7a4a</code></a> [RELEASE] Updated project version to v6.13.3</li> <li><a href="https://github.com/fabric8io/kubernetes-client/commit/1a662283c82c4e0bf866d9617c84610553c37e56"><code>1a66228</code></a> fix: provide primitive type setters for ConfigBuilder</li> <li><a href="https://github.com/fabric8io/kubernetes-client/commit/37ee45b94659879718fae7e9b77c2357a9e10c28"><code>37ee45b</code></a> [RELEASE] Updated project version to v6.13.2</li> <li><a href="https://github.com/fabric8io/kubernetes-client/commit/000da89b4c4e0f7e67391c4bcc7f3658efc611eb"><code>000da89</code></a> test: add missing test resources for 6.13</li> <li><a href="https://github.com/fabric8io/kubernetes-client/commit/1f1da91874cb1f5cbf831afceac59829a0392320"><code>1f1da91</code></a> fix: expands the HTTP interceptor API to include a call back for failed conne...</li> <li><a href="https://github.com/fabric8io/kubernetes-client/commit/710a8a2f31b5335588ee8eb3029b2ef36f94480c"><code>710a8a2</code></a> fix(config): ConfigBuilder.autoConfig is considered when instantiating new Co...</li> <li><a href="https://github.com/fabric8io/kubernetes-client/commit/487826e13d2ea45be29f6f301e843f08251f2c67"><code>487826e</code></a> Fix jetty completion handling to forward failures (6197)</li> <li><a href="https://github.com/fabric8io/kubernetes-client/commit/76596c8f50f2e28c8753567c10a660cfdbce17ed"><code>76596c8</code></a> fix(client): improve reliability of file upload to pod (<a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/6212">#6212</a>)</li> <li><a href="https://github.com/fabric8io/kubernetes-client/commit/01f1cfd68025b6882faaa9118ab04f66bfa9a1b8"><code>01f1cfd</code></a> fix: prevent logging of RejectedExecutionException</li> <li><a href="https://github.com/fabric8io/kubernetes-client/commit/030cabe85e8466a5dc420ffde0709b113e48df6c"><code>030cabe</code></a> test: add unit test for old deprecated Config constructor</li> <li>Additional commits viewable in <a href="https://github.com/fabric8io/kubernetes-client/compare/v6.12.0...v6.13.3">compare view</a></li> </ul> </details> <br /> Updates `io.fabric8:kubernetes-server-mock` from 6.12.0 to 6.13.3 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
