fabric8io/kubernetes-client (io.fabric8:knative-client)
### [`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.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
6.12.1
->6.13.0
Release Notes
fabric8io/kubernetes-client (io.fabric8:knative-client)
### [`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.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.