Update dependency io.fabric8:kubernetes-server-mock from v6.12.1 to v7#127
Open
renovate[bot] wants to merge 1 commit into
Open
Update dependency io.fabric8:kubernetes-server-mock from v6.12.1 to v7#127renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
2c80d8a to
0ff99fb
Compare
0ff99fb to
48ff70f
Compare
48ff70f to
eb2267e
Compare
eb2267e to
35d00cb
Compare
35d00cb to
8945b91
Compare
2de0727 to
e6979e4
Compare
e6979e4 to
d587546
Compare
d587546 to
ddd393e
Compare
ddd393e to
9c09a2a
Compare
9c09a2a to
86bd026
Compare
86bd026 to
993db1f
Compare
4dcaef0 to
caa0438
Compare
caa0438 to
20a52c0
Compare
20a52c0 to
3b91dca
Compare
3b91dca to
e2e2c3f
Compare
e2e2c3f to
4db51f6
Compare
4db51f6 to
ef3617a
Compare
ef3617a to
86462a6
Compare
86462a6 to
cde1d85
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:
6.12.1→7.7.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
fabric8io/kubernetes-client (io.fabric8:kubernetes-server-mock)
v7.7.0Compare Source
Bugs
<,>, and&in CRD descriptions to produce valid JavadocImprovements
HasMetadata#isSameResourceto test whether two HasMetadata instances point to the same logical cluster resource, with an optional strict mode that also requires matching kind and resourceVersionMockWebServer#setHttp2ClearTextEnabled(boolean)setter to opt out of HTTP/2 cleartext (h2c) upgradeDependency Upgrade
New Features
subresource()methodNote: Breaking changes
scheduling.k8s.io/v1alpha1model classes removed (Workload,WorkloadList,WorkloadSpec,PodGroup,PodGroupPolicy,BasicSchedulingPolicy,GangSchedulingPolicy,TypedLocalObjectReference) — upstream rearchitected workload scheduling via KEP-5832io.fabric8.kubernetes.api.model.clusterapi.v1beta1toio.fabric8.kubernetes.api.model.clusterapi.core.v1beta1(following upstream cluster-api v1.11+ API reorganization)ObjectReferencerenamed toIssuerReference(following upstream rename in cert-manager v1.19.0)v1beta1.ReferenceGrantFrom,v1beta1.ReferenceGrantSpec, andv1beta1.ReferenceGrantToremoved (ReferenceGrant graduated to v1 upstream)internal.autoscaling.v1alpha1.PodScalableSpec.templatefield removed (upstream removed the field in autoscaling.internal.knative.dev v1alpha1)Patch.optionsfield type changed fromMap<String, Boolean>toPatchArgs(following upstream kustomize v0.21.0 PatchArgs API type addition)v1.AuthorizationValidationError,v1.OAuth2ValidationError,v1.ProbeTargetsValidationError, andv1.PrometheusTracingConfigremovedv1.ThanosSpec.grpcServerTlsConfigandv1.ThanosRulerSpec.grpcServerTlsConfigfield type changed fromTLSConfigto the newGRPCServerTLSConfig(following upstream prometheus-operator v0.91.0)operator.v1.WebhookConfigurationremoved (replaced byDefaultWebhookConfigurationandHostedWebhookConfigurationupstream)v7.6.1Compare Source
Bugs
v7.6.0Compare Source
Bugs
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.2Compare Source
Dependency Upgrade
v7.5.1Compare Source
Bugs
v7.5.0Compare Source
Bugs
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.1Compare Source
Dependency Upgrade
v7.4.0Compare Source
Bugs
Improvements
Dependency Upgrade
New Features
Note: Breaking changes
Fix #7204: Rationalized config constructors
v7.3.2: 7.3.2 (2026-03-20)Compare Source
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.1Compare Source
Bugs
v7.3.0Compare Source
Bugs
Dependency Upgrade
Note: Breaking changes
v7.2.0Compare Source
Bugs
dsuffixImprovements
Dependency Upgrade
New Features
v7.1.0Compare Source
Bugs
New Features
v7.0.1Compare Source
Bugs
v7.0.0Compare Source
Bugs
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.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.Configuration
📅 Schedule: (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.