fix(deps): update dependency io.fabric8:kubernetes-client to v7#8
Draft
renovate[bot] wants to merge 1 commit intomainfrom
Draft
fix(deps): update dependency io.fabric8:kubernetes-client to v7#8renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
6f4a7f6 to
73fec3e
Compare
73fec3e to
b039ebe
Compare
b039ebe to
c47523e
Compare
570b5f9 to
b09aa80
Compare
b09aa80 to
ec67875
Compare
ec67875 to
5b4c3a5
Compare
2d370d8 to
f7be34d
Compare
f7be34d to
1532461
Compare
1532461 to
2ae4ea9
Compare
c23ec19 to
59de22e
Compare
59de22e to
dd2190f
Compare
dd2190f to
ecf895f
Compare
ecf895f to
756815a
Compare
756815a to
a8614c0
Compare
a8614c0 to
d47d439
Compare
63827be to
802186d
Compare
802186d to
45588a1
Compare
6882ec3 to
3126e04
Compare
3126e04 to
d58410b
Compare
d58410b to
9cb5d2f
Compare
6c0b866 to
f6f1795
Compare
f6f1795 to
e9f6b5f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.12.4→7.6.1Release Notes
fabric8io/kubernetes-client (io.fabric8:kubernetes-client)
v7.6.1Bugs
v7.6.0Bugs
Improvements
Dependency Upgrade
New Features
Note: Breaking changes
io.fabric8.kubernetes.api.builder.Editable. All model classes provided by the client already implement this interface. User-provided custom resources that use visitor-based editing will need to implementEditable(trivial when a builder already exists).Note: Vert.x HTTP Client Compatibility (Issue #7174)
The
kubernetes-httpclient-vertx(Vert.x 4.x) andkubernetes-httpclient-vertx-5(Vert.x 5.x) modules are mutually exclusive.They must not be included together in your project dependencies.
Both modules provide an implementation of
HttpClient.Factoryand use the sameio.vertxartifact coordinates but with incompatible major versions.Problem: If both modules are present on the classpath, Maven's dependency resolution may pick Vert.x 4.x JARs while the
Vertx5HttpClientFactoryis selected at runtime.This causes
NoClassDefFoundErrorfor Vert.x 5-specific classes likeio.vertx.core.impl.SysProps.Solution: Ensure your project includes only ONE of these modules:
kubernetes-httpclient-vertx(default, uses Vert.x 4.x) - included transitively viakubernetes-clientkubernetes-httpclient-vertx-5(optional, uses Vert.x 5.x) - requires explicit dependency and exclusion of vertx-4When using Vert.x 5, exclude the default Vert.x 4 client and set the
vertx.versionproperty:v7.5.2Dependency Upgrade
v7.5.1Bugs
v7.5.0Bugs
Improvements
Dependency Upgrade
New Features
Note: Breaking changes
ValidatingAdmissionPolicyand related classes (ValidatingAdmissionPolicyBinding,AuditAnnotation,Validation,ValidatingAdmissionPolicyBindingSpec) fromv1beta1as they have graduated to GA inadmissionregistration.v1.MutatingAdmissionPolicyhas been promoted fromv1alpha1tov1beta1. TheV1beta1AdmissionRegistrationAPIGroupDSLandV1beta1AdmissionRegistrationAPIGroupClienthave been updated accordingly.Users should migrate to
admissionregistration.v1.ValidatingAdmissionPolicyfor GA APIs.openshift-model-installermodule is now deprecated and will be removed in a future release. Please migrate away from using this module and its models.v7.4.1Dependency Upgrade
v7.4.0Bugs
Improvements
Dependency Upgrade
New Features
Note: Breaking changes
Fix #7204: Rationalized config constructors
v7.3.2: 7.3.2 (2026-03-20)Dependency Upgrade
Fix #7408: bump vertx version to 4.5.25
Fix #7107: bump Jackson version to 2.19.4
Full Changelog: fabric8io/kubernetes-client@v7.3.1...v7.3.2
v7.3.1Bugs
v7.3.0Bugs
Dependency Upgrade
Note: Breaking changes
v7.2.0Bugs
dsuffixImprovements
Dependency Upgrade
New Features
v7.1.0Bugs
New Features
v7.0.1Bugs
v7.0.0Bugs
Improvements
@AdditionalPrinterColumnto specify a printer column by JSON path.@AdditionalSelectableFieldand@SelectableFieldto specify selectable fields.@Sizeannotation to limit the size of strings, lists/arrays or mapsexlusiveMinimum/exclusiveMaximumsupport to@Minand@MaxConfig.errorMessagesfieldio.fabric8:zjsonpatchto KubernetesClient projectDependency Upgrade
New Features
io.fabric8:kubernetes-model-validatormodule to validate Kubernetes resourcesproxy-urlin kubeconfig's cluster configurationNote: Breaking changes
SupportTestingClientinterfaceConfig.errorMessageshas been removed. Please use Kubernetes status messages directly.io.fabric8:openshift-server-mockartifactio:fabric8:kubernetes-modelartifactio:fabric8:service-catalogio.fabric8.kubernetes.client.utils.IOHelpersclassio.fabric8.kubernetes.client.utils.Utils.getPluralFromKindmethodkubernetes-httpclient-vertx)io.fabric8.openshift.api.model.runtime.RawExtensionclassApiVersionUtilclasses in extension modulesio.fabric8.crd.generator.CRDInfo.getVersionmethodio.fabric8.kubernetes.client.Client.isAdaptablemethodio.fabric8.kubernetes.client.osgi.ManagedKubernetesClientclassio.fabric8.kubernetes.client.CustomResourceclassio.fabric8.kubernetes.client.CustomResourceListclassio.fabric8.kubernetes.client.utils.ReflectUtilsclass@PrinterColumnto enumv6.14.0Bugs
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.ResourceClaimConfiguration
📅 Schedule: Branch creation - "after 9:00 before 23:00" in timezone Asia/Tokyo, 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 was generated by Mend Renovate. View the repository job log.