KaotoIO / kaoto

Next version of the UI of the Kaoto project
Apache License 2.0
22 stars 21 forks source link

fix(deps): update dependency io.fabric8:kubernetes-model to v6.13.0 #1181

Closed renovate[bot] closed 1 week ago

renovate[bot] commented 1 week ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.fabric8:kubernetes-model 6.10.0 -> 6.13.0 age adoption passing confidence

Release Notes

fabric8io/kubernetes-client (io.fabric8:kubernetes-model) ### [`v6.13.0`](https://togithub.com/fabric8io/kubernetes-client/blob/HEAD/CHANGELOG.md#6130-2024-05-29) [Compare Source](https://togithub.com/fabric8io/kubernetes-client/compare/v6.12.1...v6.13.0) ##### Bugs - Fix [#​5866](https://togithub.com/fabric8io/kubernetes-client/issues/5866): Addressed cycle in crd generation with Java 19+ and ZonedDateTime - Fix [#​5960](https://togithub.com/fabric8io/kubernetes-client/issues/5960): The serialization of time related types should be string ##### Improvements - Fix [#​5605](https://togithub.com/fabric8io/kubernetes-client/issues/5605): proxy configs support proxy URLs without a scheme - Fix [#​5867](https://togithub.com/fabric8io/kubernetes-client/issues/5867): (crd-generator) Imply schemaFrom via JsonFormat shape (SchemaFrom takes precedence) - Fix [#​5867](https://togithub.com/fabric8io/kubernetes-client/issues/5867): (java-generator) Add JsonFormat shape to date-time - Fix [#​5878](https://togithub.com/fabric8io/kubernetes-client/issues/5878): (java-generator) Add implements Editable for extraAnnotations - Fix [#​5878](https://togithub.com/fabric8io/kubernetes-client/issues/5878): (java-generator) Update documentation to include dependencies - Fix [#​5953](https://togithub.com/fabric8io/kubernetes-client/issues/5953): Made informer watch starting deterministic with respect to list processing - Fix [#​5954](https://togithub.com/fabric8io/kubernetes-client/issues/5954): (crd-generator) Sort required properties to ensure deterministic output - Fix [#​5973](https://togithub.com/fabric8io/kubernetes-client/issues/5973): CacheImpl locking for reading indexes (Cache.byIndex|indexKeys|index) was reduced - Fix [#​6012](https://togithub.com/fabric8io/kubernetes-client/issues/6012): Add convenience methods on HasMetadata to help with SSA ##### Dependency Upgrade - Fix [#​5695](https://togithub.com/fabric8io/kubernetes-client/issues/5695): Upgrade Fabric8 Kubernetes Model to Kubernetes v1.30.0 ##### ***Note***: Breaking changes - Fix [#​5947](https://togithub.com/fabric8io/kubernetes-client/issues/5947): CRD generation using the v1beta1 version is deprecated. Please use only v1 instead. - Fix [#​5960](https://togithub.com/fabric8io/kubernetes-client/issues/5960): 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. - `storagemigration.k8s.io/v1alpha1` `StorageVersionMigration` introduced in Kubernetes 1.30.0 is added to [kubernetes-model-storageclass](https://togithub.com/fabric8io/kubernetes-client/tree/main/kubernetes-model-generator/kubernetes-model-storageclass) module. A dedicated module hasn't been created for this new ApiGroup. - Fix [#​6006](https://togithub.com/fabric8io/kubernetes-client/issues/6006): Service Catalog extension is deprecated following its deprecation in Kubernetes. ### [`v6.12.1`](https://togithub.com/fabric8io/kubernetes-client/blob/HEAD/CHANGELOG.md#6121-2024-04-18) [Compare Source](https://togithub.com/fabric8io/kubernetes-client/compare/v6.12.0...v6.12.1) ##### Bugs - Fix [#​5880](https://togithub.com/fabric8io/kubernetes-client/issues/5880): OpenID Connect token refreshed in loaded Config - Fix [#​5911](https://togithub.com/fabric8io/kubernetes-client/issues/5911): (crd-generator) Improve error message for detected cycles - Fix [#​5898](https://togithub.com/fabric8io/kubernetes-client/issues/5898): Kube API module resolvable from Maven Central ### [`v6.12.0`](https://togithub.com/fabric8io/kubernetes-client/blob/HEAD/CHANGELOG.md#6120-2024-04-12) [Compare Source](https://togithub.com/fabric8io/kubernetes-client/compare/v6.11.0...v6.12.0) ##### Bugs - Fix [#​5845](https://togithub.com/fabric8io/kubernetes-client/issues/5845): (crd-generator) Fail generating if multiple versions are marked as stored - Fix [#​5847](https://togithub.com/fabric8io/kubernetes-client/issues/5847): Missing `Log4j2Plugins.dat` descriptor in Kubernetes Lookup - Fix [#​5853](https://togithub.com/fabric8io/kubernetes-client/issues/5853): (java-generator) Gracefully handle colliding enum definitions - Fix [#​5860](https://togithub.com/fabric8io/kubernetes-client/issues/5860): Corrections to java-generator gradle plugin extension - Fix [#​5817](https://togithub.com/fabric8io/kubernetes-client/issues/5817): NPE on EKS OIDC cluster when token needs to be refreshed ##### Improvements - Fix [#​5843](https://togithub.com/fabric8io/kubernetes-client/issues/5843): Support existingJavaTypes extension in java-generator ### [`v6.11.0`](https://togithub.com/fabric8io/kubernetes-client/blob/HEAD/CHANGELOG.md#6110-2024-03-25) [Compare Source](https://togithub.com/fabric8io/kubernetes-client/compare/v6.10.0...v6.11.0) ##### Bugs - Fix [#​5729](https://togithub.com/fabric8io/kubernetes-client/issues/5729): ensure that kind is set for generic resource lists - Fix [#​3032](https://togithub.com/fabric8io/kubernetes-client/issues/3032): JUnit5 Kubernetes Extension works with Nested tests - Fix [#​5759](https://togithub.com/fabric8io/kubernetes-client/issues/5759): Don't annotate KubeSchema and ValidationSchema classes - Fix [#​5781](https://togithub.com/fabric8io/kubernetes-client/issues/5781): Use UTF-8 for basic authentication - Fix [#​5508](https://togithub.com/fabric8io/kubernetes-client/issues/5508): (crd-generator) Ensure deterministic ordering of CustomResourceDefinitionVersions ##### Improvements - Fix [#​5701](https://togithub.com/fabric8io/kubernetes-client/issues/5701): Owner reference validity check regarding scope and namespace - Fix [#​5353](https://togithub.com/fabric8io/kubernetes-client/issues/5353): added KubernetesClientBuilder.editOrNewConfig - Fix [#​5357](https://togithub.com/fabric8io/kubernetes-client/issues/5357): adding additional Quantity methods - Fix [#​5635](https://togithub.com/fabric8io/kubernetes-client/issues/5635): refined LeaderElector lifecycle and logging - Fix [#​5787](https://togithub.com/fabric8io/kubernetes-client/issues/5787): (crd-generator) add support for deprecated versions for generated CRDs - Fix [#​5788](https://togithub.com/fabric8io/kubernetes-client/issues/5788): (crd-generator) add support for Kubernetes validation rules - Fix [#​5735](https://togithub.com/fabric8io/kubernetes-client/issues/5735): Replace usages of `UUID.randomUUID()` with UUID created via AtomicLong ##### New Features - Fix [#​5636](https://togithub.com/fabric8io/kubernetes-client/issues/5636): Add new extension `open-virtual-networking` to manage resources in `k8s.ovn.org/v1` API group. - Fix [#​5711](https://togithub.com/fabric8io/kubernetes-client/issues/5711): Kube API Test - Kubernetes API Server JUnit Test Support - Fix [#​5772](https://togithub.com/fabric8io/kubernetes-client/issues/5772): Add openshift model `io.fabric8.openshift.api.model.DeploymentConfigRollback` - Fix [#​5718](https://togithub.com/fabric8io/kubernetes-client/issues/5718): Add a `kubernetes-log4j` module to lookup Kubernetes attributes in a Log4j Core configuration. ##### ***Note***: Breaking changes - KubeSchema and Validation Schema generated classes are no longer annotated with Jackson, Lombok, and Sundrio annotations. This implies that builders will no longer be generated for these classes and that they won't have special deserialization/serialization behavior.

Configuration

πŸ“… Schedule: Branch creation - "before 6am" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.