dependabot[bot] opened a new pull request, #16787: URL: https://github.com/apache/druid/pull/16787
Bumps [io.fabric8:kubernetes-client](https://github.com/fabric8io/kubernetes-client) from 6.7.2 to 6.13.1. <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.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> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/wind57"><code>@wind57</code></a> made their first contribution in <a href="https://redirect.github.com/fabric8io/kubernetes-client/pull/5937">fabric8io/kubernetes-client#5937</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/fabric8io/kubernetes-client/compare/v6.12.1...v6.13.0">https://github.com/fabric8io/kubernetes-client/compare/v6.12.1...v6.13.0</a></p> <h2>6.12.1 (2024-04-18)</h2> <h4>Bugs</h4> <ul> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5880">#5880</a>: OpenID Connect token refreshed in loaded Config</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5911">#5911</a>: (crd-generator) Improve error message for detected cycles</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5898">#5898</a>: Kube API module resolvable from Maven Central</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/ttbadr"><code>@ttbadr</code></a> made their first contribution in <a href="https://redirect.github.com/fabric8io/kubernetes-client/pull/5888">fabric8io/kubernetes-client#5888</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/fabric8io/kubernetes-client/compare/v6.12.0...v6.12.1">https://github.com/fabric8io/kubernetes-client/compare/v6.12.0...v6.12.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/main/CHANGELOG.md">io.fabric8:kubernetes-client's changelog</a>.</em></p> <blockquote> <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> <h4>Bugs</h4> <ul> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5880">#5880</a>: OpenID Connect token refreshed in loaded Config</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5911">#5911</a>: (crd-generator) Improve error message for detected cycles</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5898">#5898</a>: Kube API module resolvable from Maven Central</li> </ul> <h3>6.12.0 (2024-04-12)</h3> <h4>Bugs</h4> <ul> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5845">#5845</a>: (crd-generator) Fail generating if multiple versions are marked as stored</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5847">#5847</a>: Missing <code>Log4j2Plugins.dat</code> descriptor in Kubernetes Lookup</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5853">#5853</a>: (java-generator) Gracefully handle colliding enum definitions</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5860">#5860</a>: Corrections to java-generator gradle plugin extension</li> <li>Fix <a href="https://redirect.github.com/fabric8io/kubernetes-client/issues/5817">#5817</a>: NPE on EKS OIDC cluster when token needs to be refreshed</li> </ul> <h4>Improvements</h4> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fabric8io/kubernetes-client/commit/33181b8c3e3892eeadce985c509d2f984089806b"><code>33181b8</code></a> [RELEASE] Updated project version to v6.13.1</li> <li><a href="https://github.com/fabric8io/kubernetes-client/commit/83d47be6c1929ee6592dbd29eafa8fb5276122f0"><code>83d47be</code></a> fix: generated classes handle java.lang.String type consistently (6094)</li> <li><a href="https://github.com/fabric8io/kubernetes-client/commit/762929c354f6bb00a582eb82785f651ee81f1740"><code>762929c</code></a> fix: don't add apiVersion,kind,metadata fields indiscriminately to JsonProper...</li> <li><a href="https://github.com/fabric8io/kubernetes-client/commit/1da2aff9da1ab1d825e0c4f32902c4317e8822b0"><code>1da2aff</code></a> Model getters have same annotations as fields (breaks native) (6086)</li> <li><a href="https://github.com/fabric8io/kubernetes-client/commit/34d3744d707617085184e52176e84adcc9446502"><code>34d3744</code></a> fix(mock-server): KubernetesMockServer provides a valid, complete configurati...</li> <li><a href="https://github.com/fabric8io/kubernetes-client/commit/d26488402a82c5188bb711c4d90d6e77f4ed6a91"><code>d264884</code></a> fix: swallow rejected execution after shutdown</li> <li><a href="https://github.com/fabric8io/kubernetes-client/commit/91c7f773bb99b78abd0c7a362314f6e6146bcd4b"><code>91c7f77</code></a> [RELEASE] Updated project version to v6.13.0</li> <li><a href="https://github.com/fabric8io/kubernetes-client/commit/c2a5ba468f2a525baf7471f5b605dfca4536df80"><code>c2a5ba4</code></a> chore(deps): bump org.sonatype.plugins:nexus-staging-maven-plugin</li> <li><a href="https://github.com/fabric8io/kubernetes-client/commit/e0647d70f528e5d043f2827f1a6b81055c3302fc"><code>e0647d7</code></a> feat: add factory methods to help with SSA (6013)</li> <li><a href="https://github.com/fabric8io/kubernetes-client/commit/52ccd57ca2ec89aa231107bb698e582ccaa1f4eb"><code>52ccd57</code></a> chore(deps): bump org.apache.maven:maven-core from 3.9.6 to 3.9.7</li> <li>Additional commits viewable in <a href="https://github.com/fabric8io/kubernetes-client/compare/v6.7.2...v6.13.1">compare view</a></li> </ul> </details> <br /> [](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 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]
