fix(deps): update dependency io.fabric8:kubernetes-client to v6 (release/5.0.x) #495
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
This PR contains the following updates:
5.10.2->6.14.0Release Notes
fabric8io/kubernetes-client (io.fabric8:kubernetes-client)
v6.14.0Compare Source
Bugs
Note: Breaking changes
v6.13.5Compare Source
Bugs
v6.13.4Compare Source
Bugs
v6.13.3Compare Source
Bugs
v6.13.2Compare Source
Bugs
v1.APIVersionsin KubernetesClientConfigBuilder.withAutoConfigureis not workingv6.13.1Compare Source
Bugs
v6.13.0Compare Source
Bugs
Improvements
Dependency Upgrade
Note: Breaking changes
storagemigration.k8s.io/v1alpha1StorageVersionMigrationintroduced in Kubernetes 1.30.0 is added to kubernetes-model-storageclass module. A dedicated module hasn't been created for this new ApiGroup.v6.12.1Compare Source
Bugs
v6.12.0Compare Source
Bugs
Log4j2Plugins.datdescriptor in Kubernetes LookupImprovements
v6.11.0Compare Source
Bugs
Improvements
UUID.randomUUID()with UUID created via AtomicLongNew Features
open-virtual-networkingto manage resources ink8s.ovn.org/v1API group.io.fabric8.openshift.api.model.DeploymentConfigRollbackkubernetes-log4jmodule to lookup Kubernetes attributes in a Log4j Core configuration.Note: Breaking changes
This implies that builders will no longer be generated for these classes and that they won't have special deserialization/serialization behavior.
v6.10.0Compare Source
Bugs
/tmpis read-onlyImprovements
Dependency Upgrade
v1.29.0sigs.k8s.io/gateway-apigo dependency to v1.0.0github.com/cert-manager/cert-managerto latest available version (v1.14.0-alpha.0.0.20240105200543-3234974a3865)New Features
Note: Breaking changes
flowcontrol.apiserver.k8s.io/v1alpha1, please migrate toflowcontrol.apiserver.k8s.io/v1resources (available viaclient.flowControl().v1()DSL)io.fabric8.kubernetes.api.model.flowcontrol.v1alpha1.FlowSchemaremovedio.fabric8.kubernetes.api.model.flowcontrol.v1alpha1.PriorityLevelConfigurationremovedio.fabric8.kubernetes.api.model.networking.v1alpha1.ClusterCIDRremovedclient.network().v1alpha1().clusterCIDRs()has been removed from KubernetesClientv6.9.2Compare Source
Bugs
v6.9.1Compare Source
Bugs
Defaultannotation in presence of multiple accessorsv6.9.0Compare Source
Bugs
Improvements
additionalPropertieson generated POJOsdefaultDependency Upgrade
New Features
Note: Breaking changes
io.fabric8.kubernetes.model.annotation.PrinterColumn, useio.fabric8.crd.generator.annotation.PrinterColumnv6.8.1Compare Source
Bugs
v6.8.0Compare Source
Bugs
Improvements
errorMessagesand deprecate itkubernetes-junit-jupiter-autodetectto use with automatic extension registration@PrinterColumnannotation has configuration field for priorityDependency Upgrade
New Features
Note: Breaking changes
client.resource(item).isReady()orReadiness.getInstance().isReady(item)instead.org.apache.camel.k:camel-k-crdsinstead.date-timefields, they are now mapped to nativejava.time.ZonedDateTimejunit.jupiter.extensions.autodetection.enabled=trueconfiguration. If you wish to use these extensions and autodetect them, change your dependency tokubernetes-junit-jupiter-autodetect.io.fabric8.kubernetes.model.annotation.PrinterColumnin favor of:io.fabric8.crd.generator.annotation.PrinterColumnresource.k8s.io/v1alpha1have been moved toresource.k8s.io/v1alpha2apiGroup in Kubernetes 1.27. Users are required to change package of the following classes:io.fabric8.kubernetes.api.model.resource.v1alpha1.PodSchedulingContext-> -io.fabric8.kubernetes.api.model.resource.v1alpha2.PodSchedulingContextio.fabric8.kubernetes.api.model.resource.v1alpha1.ResourceClaim-> -io.fabric8.kubernetes.api.model.resource.v1alpha2.ResourceClaimio.fabric8.kubernetes.api.model.resource.v1alpha1.ResourceClaimTemplate->io.fabric8.kubernetes.api.model.resource.v1alpha2.ResourceClaimTemplateio.fabric8.kubernetes.api.model.resource.v1alpha1.ResourceClass->io.fabric8.kubernetes.api.model.resource.v1alpha2.ResourceClassv6.7.2Compare Source
Bugs
io.fabric8.tekton.triggers.internal.knative.pkg.apis.duck.v1beta1in tekton v1beta1 triggers modelv6.7.1Compare Source
Bugs
v6.7.0Compare Source
Bugs
additionalProperties: trueemitting a field of typeAnyTypeImprovements
Dependency Upgrade
New Features
Note: Breaking changes
v6.6.2Compare Source
Bugs
Fix #5121: RequestConfig is propagated to derived HttpClient instances
v6.6.1Compare Source
Bugs
v6.6.0Compare Source
Bugs
v1alphaapigroup packages inistio-model-v1beta1Improvements
batch/v1CronJob insteadsubresourcesettingNamespaceVisitFromServerGetWatchDeleteRecreateWaitApplicableListImplextendsServerSideApplicableDependency Upgrade
New Features
Note: Breaking changes
v6.5.1Compare Source
Bugs
idp-certificate-authority-dataabsent in auth-provider config403response codev6.5.0Compare Source
Bugs
http://json-schema.org/draft-07/schema#)NullPointerExceptioninThread.currentThread().getContextClassLoader()*/in generated JavaDocsImprovements
PUTandPATCHrequests.scopefield when implementing theNamespacedinterfacekubernetes-examples/module to use up to date codenetworking.k8s.ioapiGroup while resolving IngressDependency Upgrade
New Features
Note: Breaking changes
replaceis deprecated, you should useupdateinstead. If you set the resourceVersion to null it will not be optimistically locked.createOrReplaceis deprecated, you should use server side apply instead.edituses now optimistic locking by default. To disable locking you should change your methods to follow this pattern:.edit(pod -> new PodBuilder(pod).editMetadata().withResourceVersion(null)//...Note: Deprecations
v6.4.1Compare Source
Bugs
v6.4.0Compare Source
Bugs
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC).
🚦 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 was generated by Mend Renovate. View the repository job log.