Skip to content

Update dependency io.fabric8:kubernetes-server-mock from v6.12.1 to v7#127

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/major-fabric8-kubernetes-client-monorepo
Open

Update dependency io.fabric8:kubernetes-server-mock from v6.12.1 to v7#127
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/major-fabric8-kubernetes-client-monorepo

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Dec 17, 2024

This PR contains the following updates:

Package Change Age Confidence
io.fabric8:kubernetes-server-mock 6.12.17.7.0 age confidence

Warning

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.0

Compare Source

Bugs
  • Fix #​7747: (mockwebserver) avoid RejectedExecutionException in MockWebServer#shutdown() — linearize close sequence to remove the httpClose-listener vs await race, and make shutdown() idempotent against repeated calls (e.g. JUnit @​Nested afterAll cascades)
  • Fix #​7734: (mockwebserver) avoid sending Content-Length together with Transfer-Encoding for chunked responses
  • Fix #​7716: (informer) SerialExecutor.execute() now returns immediately after shutdown — no wrapper is offered, scheduleNext() is not called, and the underlying executor is not touched, fixing a post-stop NPE race exposed by SharedProcessor.distribute(...) after stop()
  • Fix #​7702: ExecWebSocketListener.onError now wraps WebSocketHandshakeException via the chaining KubernetesClientException constructor instead of post-hoc initCause — handshake failures with a non-null upgrade response no longer throw IllegalStateException synchronously, so onFailure/exitCode receive the parsed Status and the original handshake exception as the cause
  • Fix #​7686: (httpclient-vertx-5) StackBasedRecursionGuard.enter() no longer increments depth when refusing entry, fixing an infinite runOnContext loop that stalled InputStreamReadStream uploads under CPU contention
  • Fix #​7700: ExecWebSocketListener.onError now defers failure handling through the SerialExecutor so a pending channel-3 exit-status task runs first and the parsed exit code is preserved instead of being overwritten by a peer-close exception
  • Fix #​7698: (httpclient-vertx-5) InputStreamReadStream now fires endHandler when registered after the end signal has already been delivered, fixing a race for empty/fast streams
  • Fix #​7696: (httpclient-vertx) clear response exception handler before reset in cancel() to prevent StreamResetException from racing with future cancellation
  • Fix #​7695: ExecWebSocketListener now defers exitCode completion through the SerialExecutor so pending stdout/stderr async writes are flushed before exit signals
  • Fix #​7632: java-generator now HTML-escapes <, >, and & in CRD descriptions to produce valid Javadoc
  • Fix #​7543: fix processInlineDuplicateFields to recursively resolve nested inline embeds
  • Fix #​7450: StandardHttpClient.shouldRetry() does not retry on Vert.x HttpClosedException
  • Fix #​7350: Improper callback timing in leaderelection leads to the dual-leader
  • Fix #​7265: fix ephemeral removal of index entries from informer caches
Improvements
  • Fix #​7426: add HasMetadata#isSameResource to test whether two HasMetadata instances point to the same logical cluster resource, with an optional strict mode that also requires matching kind and resourceVersion
  • Fix #​7662: (mockwebserver) new MockWebServer#setHttp2ClearTextEnabled(boolean) setter to opt out of HTTP/2 cleartext (h2c) upgrade
  • Fix #​7522: improve dependency management for kubernetes-httpclient-okhttp
  • Fix #​7550: add a ResourceEventHandler onList method and deprecated onNothing
  • Fix #​6922: add addOwnerReference variant to set controller and blockOwnerDeletion fields
  • Fix #​3396: (mockwebserver) Enhance self-signed certificate generation to include Subject Alternative Names (SANs) for proper TLS verification by modern clients
  • Fix #​6923: Make the crd-generator-maven-plugin be toolchain aware
Dependency Upgrade
  • Fix #​7754: bump baremetal-operator/apis from 0.12.4 to 0.13.0
  • Fix #​7754: bump cluster-api-provider-metal3 from 1.12.4 to 1.13.0
  • Fix #​7651: bump k8s.io/apimachinery from 0.35.4 to 0.36.0
  • Fix #​7579: bump istio.io/client-go from 1.28.0 to 1.29.1
  • Fix #​7551: bump jackson-bom from 2.20.0 to 2.21.1
  • Fix #​7718: bump kin-openapi from 0.135.0 to 0.137.0
  • Fix #​7758: bump kin-openapi from 0.137.0 to 0.138.0
  • Fix #​7723: bump knative.dev/eventing from 0.48.2 to 0.49.0
  • Fix #​7723: bump knative.dev/eventing-github from 0.48.0 to 0.49.0
  • Fix #​7723: bump knative.dev/eventing-gitlab from 0.48.0 to 0.49.0
  • Fix #​7723: bump knative.dev/eventing-kafka-broker from 0.48.3 to 0.49.0
  • Fix #​7723: bump knative.dev/networking from 0.0.0-20260120131110-a7cdca238a0d to 0.0.0-20260422140718-e9578ef11562
  • Fix #​7723: bump knative.dev/serving from 0.48.2 to 0.49.0
  • Fix #​7580: bump kustomize/api from 0.20.1 to 0.21.1
  • Fix #​7726: bump tektoncd/pipeline from 1.11.1 to 1.12.0
  • Fix #​7552: bump tektoncd/triggers from 0.33.0 to 0.35.0
  • Fix #​7556: bump eventing-kafka-broker from 0.46.2 to 0.48.1
  • Fix #​7553: bump cert-manager from 1.19.4 to 1.20.0
  • Fix #​7557: bump baremetal-operator/apis from 0.9.2 to 0.12.2
  • Fix #​7544: bump cluster-api-provider-metal3 from 1.9.3 to 1.12.2
  • Fix #​7543: bump prometheus-operator from 0.85.0 to 0.89.0
  • Fix #​7542: bump open-cluster-management.io/api from 0.16.2 to 1.2.0
  • Fix #​7753: bump open-cluster-management.io/api from 1.2.0 to 1.3.0
  • Fix #​7541: bump gateway-api from 1.4.0 to 1.5.0
  • Fix #​7538: bump cert-manager from 1.18.2 to 1.19.4
  • Fix #​7583: bump operator-framework/api from 0.33.0 to 0.41.0
  • Fix #​7589: bump prometheus-operator from 0.89.0 to 0.90.0
  • Fix #​7736: bump prometheus-operator from 0.90.1 to 0.91.0
  • Fix #​7578: bump tektoncd/pipeline from 1.9.0 to 1.10.2
  • Fix #​7582: bump vertical-pod-autoscaler from 1.4.1 to 1.6.0
  • Fix #​7659: bump vertx.version from 4.5.24 to 4.5.26
  • Fix #​7731: bump vertx-5 version from 5.0.7 to 5.0.12
New Features
  • Fix #​7417: Support for Kubernetes v1.36 (ハル / Haru)
  • Fix #​5495: Add more support for subresource operations with enhanced documentation and examples for the generic subresource() method
  • Fix #​7451: Add support for server-side content negotiation (Table and PartialObjectMetadata responses)
Note: Breaking changes
  • Fix #​7417: scheduling.k8s.io/v1alpha1 model classes removed (Workload, WorkloadList, WorkloadSpec, PodGroup, PodGroupPolicy, BasicSchedulingPolicy, GangSchedulingPolicy, TypedLocalObjectReference) — upstream rearchitected workload scheduling via KEP-5832
  • Fix #​7544: cluster-api model classes moved from package io.fabric8.kubernetes.api.model.clusterapi.v1beta1 to io.fabric8.kubernetes.api.model.clusterapi.core.v1beta1 (following upstream cluster-api v1.11+ API reorganization)
  • Fix #​7538: cert-manager model ObjectReference renamed to IssuerReference (following upstream rename in cert-manager v1.19.0)
  • Fix #​7541: gateway-api model v1beta1.ReferenceGrantFrom, v1beta1.ReferenceGrantSpec, and v1beta1.ReferenceGrantTo removed (ReferenceGrant graduated to v1 upstream)
  • Fix #​7723: knative model internal.autoscaling.v1alpha1.PodScalableSpec.template field removed (upstream removed the field in autoscaling.internal.knative.dev v1alpha1)
  • Fix #​7580: kustomize model Patch.options field type changed from Map<String, Boolean> to PatchArgs (following upstream kustomize v0.21.0 PatchArgs API type addition)
  • Fix #​7543: monitoring model v1.AuthorizationValidationError, v1.OAuth2ValidationError, v1.ProbeTargetsValidationError, and v1.PrometheusTracingConfig removed
  • Fix #​7736: monitoring model v1.ThanosSpec.grpcServerTlsConfig and v1.ThanosRulerSpec.grpcServerTlsConfig field type changed from TLSConfig to the new GRPCServerTLSConfig (following upstream prometheus-operator v0.91.0)
  • Fix #​7542: open-cluster-management model operator.v1.WebhookConfiguration removed (replaced by DefaultWebhookConfiguration and HostedWebhookConfiguration upstream)

v7.6.1

Compare Source

Bugs
  • Fix #​7460: Add explicit Automatic-Module-Name to all httpclient modules to fix invalid auto-derived JPMS module names and vertx/vertx-5 collision

v7.6.0

Compare Source

Bugs
  • Fix #​5292: Cluster() configuration should use tlsServerName
  • Fix #​7174: (httpclient) Fix HTTP client factory priority - VertxHttpClientFactory (default) now has priority -1, OkHttpClientFactory restored to priority 0
  • Fix #​7174: (httpclient-vertx-5) Add runtime check for Vert.x 5 classes to provide clear error when Vert.x 4/5 conflict occurs
  • Fix #​7174: (chaos-tests) Fix classpath conflict when testing with Vert.x 5 HTTP client
  • Fix #​7415: (java-generator) Fix generic type erasure for array of enums with default values
  • Fix #​7422: (okhttp) Remove internal API usage and fix deprecated OkHttp 5 calls
  • Fix #​7446: making the timeout of BaseOperation.createOrReplace() configurable
Improvements
  • Fix #​1105: Add javadoc cross-linking for Fabric8 modules and external dependencies
  • Fix #​5756: Use Editable interface instead of reflection to instantiate resource builders
  • Fix #​7422: bump okhttp from 4.12.0 to 5.3.2
  • Fix #​7252: call additionalConfig when building Vert.x HTTP clients with VertxHttpClientFactory
Dependency Upgrade
  • Fix #​7374: bump snakeyaml-engine from 2.10 to 3.0.1
New Features
  • Fix #​7385: Support for Kubernetes v1.35 (Timbernetes)
  • Fix #​7174: Added Vert.x 5 HTTP client implementation with improved async handling and WebSocket separation
  • Fix #​7402: Added Byte code level semver API compatibility report generation using Revapi
Note: Breaking changes
  • Fix #​5756: Resources edited with visitors must now implement 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 implement Editable (trivial when a builder already exists).
  • Fix #​7422: bump okhttp from 4.12.0 to 5.3.2. The versions are binary compatible, but the major version upgrade might cause side effects.
Note: Vert.x HTTP Client Compatibility (Issue #​7174)

The kubernetes-httpclient-vertx (Vert.x 4.x) and kubernetes-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.Factory and use the same io.vertx artifact 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 Vertx5HttpClientFactory is selected at runtime.
This causes NoClassDefFoundError for Vert.x 5-specific classes like io.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 via kubernetes-client
  • kubernetes-httpclient-vertx-5 (optional, uses Vert.x 5.x) - requires explicit dependency and exclusion of vertx-4

When using Vert.x 5, exclude the default Vert.x 4 client and set the vertx.version property:

<properties>
  <vertx.version>${vertx5.version}</vertx.version> <!-- or explicit 5.0.7 -->
</properties>
<dependencies>
  <dependency>
    <groupId>io.fabric8</groupId>
    <artifactId>kubernetes-client</artifactId>
    <exclusions>
      <exclusion>
        <groupId>io.fabric8</groupId>
        <artifactId>kubernetes-httpclient-vertx</artifactId>
      </exclusion>
    </exclusions>
  </dependency>
  <dependency>
    <groupId>io.fabric8</groupId>
    <artifactId>kubernetes-httpclient-vertx-5</artifactId>
  </dependency>
</dependencies>

v7.5.2

Compare Source

Dependency Upgrade
  • Fix #​7408: bump vertx.version from 4.5.21 to 4.5.24

v7.5.1

Compare Source

Bugs
  • Fix #​7400: Parent reference added in BOM 7.5.0

v7.5.0

Compare Source

Bugs
  • Fix #​7160: Use the duration from current leader record, not from the config
  • Fix #​7343: Leader election callbacks to be called only once (instead of 2)
  • Fix #​7347: Ensure vert.x websockets handle multiple frames
  • Fix #​7356: ensure request config is preserved when adapting to OpenShiftClient
  • Fix #​7369: Fix typo in warning log messages
  • Fix #​7373: (crd-generator) Improve SchemaCustomizer with @​Repeatable support and better exception messages
  • Fix #​7380: Go openAPI generator errors out when embedded structs have conflicting JSON field names
  • Fix #​7388: Type filters fix for conflicting types - OpenAPI generator
  • Fix #​7372: Service Port-Forwarding ignores Service port mapping
Improvements
  • Fix #​7277: fix BOM publish to Maven Central
  • Fix #​7345: skip publishing test and example modules to Maven Central
Dependency Upgrade
  • Fix #​7266: bump jackson-bom from 2.19.2 to 2.20.0, fix overrides and handle jackson-annotations v2.20
  • Fix #​7293: bump vertx.version from 4.5.14 to 4.5.21
  • Fix #​7358: (openapi) update Gateway API from 1.2.1 to 1.4.0
  • Fix #​7361: (openapi) update Istio from 1.27 to 1.28
New Features
  • Fix #​5081: Add support for streaming lists via Watchable.streamingList method
  • Fix #​7048: Support for Kubernetes v1.34 (Of Wind & Will)
  • Fix #​7371: Update Fabric8 OpenShift Model as per OpenShift 4.20
  • Fix #​7355: (crd-generator) Add SchemaCustomizer annotation for advanced schema modification
Note: Breaking changes
  • Fix #​7048: admissionregistration.v1beta1: Removed ValidatingAdmissionPolicy and related classes (ValidatingAdmissionPolicyBinding, AuditAnnotation, Validation, ValidatingAdmissionPolicyBindingSpec) from v1beta1 as they have graduated to GA in admissionregistration.v1. MutatingAdmissionPolicy has been promoted from v1alpha1 to v1beta1. The V1beta1AdmissionRegistrationAPIGroupDSL and V1beta1AdmissionRegistrationAPIGroupClient have been updated accordingly.
    Users should migrate to admissionregistration.v1.ValidatingAdmissionPolicy for GA APIs.
  • Fix #​7266: bump jackson-bom from 2.19.2 to 2.20.0, fix overrides and handle jackson-annotations v2.20
  • Fix #​7388: openshift-model-installer: The openshift-model-installer module is now deprecated and will be removed in a future release. Please migrate away from using this module and its models.

v7.4.1

Compare Source

Dependency Upgrade
  • Fix #​7408: bump vertx.version to 4.5.25
  • Fix #​7107: bump Jackson version to 2.19.4

v7.4.0

Compare Source

Bugs
  • Fix #​3032: EnableKubernetesMockClient annotation works with Nested tests
  • Fix #​7148: corrected octal format detection
  • Fix #​7167: Allow Informer.isWatching to see underlying Watch state
  • Fix #​7087: Avoid possible NPE in OkHttp websocket handling
  • Fix #​7072: Changed rolling update handling to json merge patch to avoid 422 errors
  • Fix #​7080: Avoid NPE in CRDGenerator if post-processor is set to null
  • Fix #​7116: (java-generator) Use timezone format compatible with Kubernetes
  • Fix #​7163: Ensure that streams are notified of errors
  • Fix #​7092: (crd-generator) Add support for @​Annotations and @​Labels in CRD generation - CRD generator now includes annotations and labels specified via these annotations in the generated CRD metadata
  • Fix #​7224: Fix KubeApiTest inheritance from base test class
Improvements
  • Fix #​7217: refinements and expanded documentation for preserve unknown handling
Dependency Upgrade
New Features
  • Fix #​7045: (java-generator) Extend the existingJavaTypes to support use of existing enumerations
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.1

Compare Source

Bugs
  • Fix #​7071: Buildable reference imports don't override local package class references

v7.3.0

Compare Source

Bugs
  • Fix #​7036: Resolve serialization errors after Jackson 2.19.0 upgrade (breaks older versions)
Dependency Upgrade
  • Fix #​7036: Jackson upgraded from v2.18.3 to v2.19.0
Note: Breaking changes
  • Fix #​7036: This release is not backwards-compatible with previous versions of Jackson, you'll need to use Jackson 2.19.0 in your project for a correct behavior of the Kubernetes Client.

v7.2.0

Compare Source

Bugs
  • Fix #​6750: KubernetesMockServer.reset resets lastRequest related variables
  • Fix #​6829: Mixed-case enums are properly supported by the java-generator
  • Fix #​6886: Remove invalid JUnit 4 references
  • Fix #​6892: rolling().restart() doesn't remove preexistent pod template annotations
  • Fix #​6906: Knative VolatileTime should be serialized as String
  • Fix #​6908: The Default annotation and JsonProperty default value should accept JSON values
  • Fix #​6917: Client does not authenticate correctly on OpenShift if the returned Location header is lower-case
  • Fix #​6930: Add support for Boolean enums in the java-generator
  • Fix #​6941: HasMetadata.getApiVersion no slash when empty group
  • Fix #​6982: (java-generator) Double default field values with d suffix
  • Fix #​6987: Kube API Test startup fails on readiness SSL check
  • Fix #​7037: getKubernetesVersion works in Kubernetes v1.33.0
Improvements
  • Fix #​6763: (crd-generator) YAML output customization
  • Fix #​6863: ensuring SerialExecutor does not throw RejectedExecutionException to prevent unnecessary error logs
  • Fix #​6880: LogWatch interface provides listeners on close stream event
  • Fix #​6971: Exposed Istio v1 models in Istio Client DSL
  • Fix #​6998: Removed unneeded dependency on javax.annotation:javax.annotation-api
Dependency Upgrade
  • Fix #​6829: Sundrio was upgraded to 0.200.3. In some rare circumstances nested method names will need to be changed.
New Features
  • Fix #​6827: (crd-generator) Add CRDPostProcessor to process generated CRDs before they are written out
  • Fix #​7025: Support for Kubernetes v1.33 (Octarine)

v7.1.0

Compare Source

Bugs
  • Fix #​6725: (crd-generator) CRD generator missing type for GenericKubernetesResource
  • Fix #​6747: Preventing websocket error logs when the client is closed
  • Fix #​6781: Allowing ipv6 entries to work in NO_PROXY
  • Fix #​6792: VertxHttpClient uses exclusive Vert.x instance by default
New Features
  • Fix #​5993: Support for Kubernetes v1.31 (elli)
  • Fix #​6767: Support for Kubernetes v1.32 (penelope)
  • Fix #​6777: Added Javadoc comments to all generated models
  • Fix #​6802: (java-generator) Added support for required spec and status

v7.0.1

Compare Source

Bugs
  • Fix #​6709: VertxHttpClientFactory reuses the same Vertx instance for each VertxHttpClient instance

v7.0.0

Compare Source

Bugs
  • Fix #​6038: Support for Gradle configuration cache
  • Fix #​6214: Java generator does not recognize fields in CRDs other than metadata, spec, and status
  • Fix #​6459: Pod log request sinceTime param correctly encoded
  • Fix #​6632: Mock server creationTimestamp and deletionTimestamp formatted consistently (ISO 8601)
  • Fix #​6654: (crd-generator) default values for CRD fields can be numeric or boolean
Improvements
  • Fix #​3069: (crd-generator) Add @AdditionalPrinterColumn to specify a printer column by JSON path.
  • Fix #​6392: (crd-generator) Add @AdditionalSelectableField and @SelectableField to specify selectable fields.
  • Fix #​5836: (crd-generator) Add @Size annotation to limit the size of strings, lists/arrays or maps
  • Fix #​5868: (crd-generator) Add exlusiveMinimum / exclusiveMaximum support to @Min and @Max
  • Fix #​5264: Remove deprecated Config.errorMessages field
  • Fix #​6008: removing the optional dependency on bouncy castle
  • Fix #​6407: sundrio builder-annotations is not available via bom import
  • Fix #​6230: introduced Quantity.multiply(int) to allow for Quantity multiplication by an integer
  • Fix #​6281: use GitHub binary repo for Kube API Tests
  • Fix #​6282: Allow annotated types with Pattern, Min, and Max with Lists and Maps and CRD generation
  • Fix #​5480: Move io.fabric8:zjsonpatch to KubernetesClient project
  • Fix #​6240: Support for multiple files listed in the KUBECONFIG env var
  • Fix #​6655: Support removing ResourceEventHandler for informers
Dependency Upgrade
  • Fix #​2632: Bumped OkHttp from 3.12.12 to 4.12.0
  • Fix #​5965: Bumped sundrio.version from 0.103.1 to 0.200.0
  • Fix #​6052: Removed dependency on no longer maintained com.github.mifmif:generex
  • Fix #​6676: Removed tests and examples from the BOM
New Features
  • Fix #​5719: io.fabric8:mockwebserver is now based on Vert.x
  • Fix #​5795: (crd-generator) Allow to configure categories
  • Fix #​5944: (crd-generator) Add CRD-Generator Maven Plugin
  • Fix #​5958: (crd-generator) Add CRD-Generator CLI Application
  • Fix #​6145: Introduced io.fabric8:kubernetes-model-validator module to validate Kubernetes resources
  • Fix #​6150: Config uses proxy-url in kubeconfig's cluster configuration
Note: Breaking changes
  • Check detailed migration documentation for breaking changes in 7.0.0
  • Fix #​4659: Removed SupportTestingClient interface
  • Fix #​5264: Config.errorMessages has been removed. Please use Kubernetes status messages directly.
  • Fix #​5351: Removed deprecated io.fabric8:openshift-server-mock artifact
  • Fix #​6081: Moved Java baseline from 8 (1.8) to 11
  • Fix #​6138: Removed unused io:fabric8:kubernetes-model artifact
  • Fix #​6140: withReadyWaitTimeout defaults to 0, which means no waiting
  • Fix #​6156: Removed deprecated extension io:fabric8:service-catalog
  • Fix #​6158: Removed deprecated methods from io.fabric8.kubernetes.client.utils.IOHelpers class
  • Fix #​6159: Removed deprecated io.fabric8.kubernetes.client.utils.Utils.getPluralFromKind method
  • Fix #​6361: Renamed SettableBeanPropertyDelegate to SettableBeanPropertyDelegating
  • Fix #​6470: Switched default HTTP client from OkHttp to Vert.x (kubernetes-httpclient-vertx)
  • Fix #​6603: Removed deprecated io.fabric8.openshift.api.model.runtime.RawExtension class
  • Fix #​6605: Removed deprecated ApiVersionUtil classes in extension modules
  • Fix #​6609: Removed deprecated io.fabric8.crd.generator.CRDInfo.getVersion method
  • Fix #​6612: Removed deprecated io.fabric8.kubernetes.client.Client.isAdaptable method
  • Fix #​6626: Removed deprecated methods from io.fabric8.kubernetes.client.osgi.ManagedKubernetesClient class
  • Fix #​6627: Removed deprecated methods from io.fabric8.kubernetes.client.CustomResource class
  • Fix #​6628: Removed deprecated io.fabric8.kubernetes.client.CustomResourceList class
  • Fix #​6630: Removed deprecated io.fabric8.kubernetes.client.utils.ReflectUtils class
  • Fix #​6455: (crd-generator) Changed format in @PrinterColumn to enum
  • Fix #​6673: (crd-generator) Deprecation of CRD Generator v1
  • Fix #​6676: Removed tests and examples from the BOM

v6.14.0

Compare Source

Bugs
Note: Breaking changes
  • Fix #​7107: This release is not backwards-compatible with previous versions of Jackson, you'll need to use Jackson 2.19.0 in your project for a correct behavior of the Kubernetes Client.

v6.13.5

Compare Source

Bugs
  • Fix #​6781: Allowing ipv6 entries to work in NO_PROXY
  • Fix #​6709: VertxHttpClientFactory reuses the same Vertx instance for each VertxHttpClient instance
  • Fix #​6792: VertxHttpClient uses exclusive Vert.x instance by default

v6.13.4

Compare Source

Bugs
  • Fix #​6247: Support for proxy authentication from proxy URL user info
  • Fix #​6342: UnmatchedFieldTypeModule prevents certain jackson features from working
  • Fix #​6350: Allowing authenticated http proxy usage with Jetty, vertx, and JDK for https endpoints
  • Fix #​6354: Prevent deadlock in okhttp AsyncBody.cancel
  • Fix #​6366: Allow Retry-After header to be considered in retries

v6.13.3

Compare Source

Bugs
  • Fix #​6249: Provide primitive type setters for ConfigBuilder

v6.13.2

Compare Source

Bugs
  • Fix #​6066: Added support for missing v1.APIVersions in KubernetesClient
  • Fix #​6110: VolumeSource (and other file mode fields) in Octal are correctly interpreted
  • Fix #​6137: ConfigBuilder.withAutoConfigure is not working
  • Fix #​6143: Expands the HTTP interceptor API to include a call back for failed connection attempts
  • Fix #​6197: JettyHttp client error handling improvements.
  • Fix #​6215: Suppressing rejected execution exception for port forwarder
  • Fix #​6212: Improved reliability of file upload to Pod

v6.13.1

Compare Source

Bugs
  • Fix #​6059: Swallow rejected execution from internal usage of the informer executor
  • Fix #​6068: KubernetesMockServer provides incomplete Configuration while creating test Config for KubernetesClient
  • Fix #​6085: model getters have same annotations as fields (breaks native)

v6.13.0

Compare Source

Bugs
  • Fix #​5866: Addressed cycle in crd generation with Java 19+ and ZonedDateTime
  • Fix #​5960: The serialization of time related types should be string
Improvements
  • Fix #​5605: proxy configs support proxy URLs without a scheme
  • Fix #​5867: (crd-generator) Imply schemaFrom via JsonFormat shape (SchemaFrom takes precedence)
  • Fix #​5867: (java-generator) Add JsonFormat shape to date-time
  • Fix #​5878: (java-generator) Add implements Editable for extraAnnotations
  • Fix #​5878: (java-generator) Update documentation to include dependencies
  • Fix #​5953: Made informer watch starting deterministic with respect to list processing
  • Fix #​5954: (crd-generator) Sort required properties to ensure deterministic output
  • Fix #​5973: CacheImpl locking for reading indexes (Cache.byIndex|indexKeys|index) was reduced
  • Fix #​6012: Add convenience methods on HasMetadata to help with SSA
Dependency Upgrade
  • Fix #​5695: Upgrade Fabric8 Kubernetes Model to Kubernetes v1.30.0
Note: Breaking changes
  • Fix #​5947: CRD generation using the v1beta1 version is deprecated. Please use only v1 instead.
  • Fix #​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 module. A dedicated module hasn't been created for this new ApiGroup.
  • Fix #​6006: Service Catalog extension is deprecated following its deprecation in Kubernetes.

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/major-fabric8-kubernetes-client-monorepo branch 2 times, most recently from 2c80d8a to 0ff99fb Compare December 18, 2024 23:20
@renovate renovate Bot force-pushed the renovate/major-fabric8-kubernetes-client-monorepo branch from 0ff99fb to 48ff70f Compare January 6, 2025 13:21
@renovate renovate Bot force-pushed the renovate/major-fabric8-kubernetes-client-monorepo branch from 48ff70f to eb2267e Compare January 30, 2025 10:32
@renovate renovate Bot force-pushed the renovate/major-fabric8-kubernetes-client-monorepo branch from eb2267e to 35d00cb Compare March 17, 2025 15:48
@renovate renovate Bot force-pushed the renovate/major-fabric8-kubernetes-client-monorepo branch from 35d00cb to 8945b91 Compare March 28, 2025 07:46
@renovate renovate Bot changed the title Update dependency io.fabric8:kubernetes-server-mock from v6.9.2 to v7 Update dependency io.fabric8:kubernetes-server-mock from v6.12.1 to v7 Mar 28, 2025
@renovate renovate Bot force-pushed the renovate/major-fabric8-kubernetes-client-monorepo branch 2 times, most recently from 2de0727 to e6979e4 Compare May 15, 2025 14:50
@renovate renovate Bot force-pushed the renovate/major-fabric8-kubernetes-client-monorepo branch from e6979e4 to d587546 Compare May 20, 2025 15:40
@renovate renovate Bot force-pushed the renovate/major-fabric8-kubernetes-client-monorepo branch from d587546 to ddd393e Compare June 9, 2025 13:31
@renovate renovate Bot force-pushed the renovate/major-fabric8-kubernetes-client-monorepo branch from ddd393e to 9c09a2a Compare September 8, 2025 12:39
@renovate renovate Bot force-pushed the renovate/major-fabric8-kubernetes-client-monorepo branch from 9c09a2a to 86bd026 Compare October 21, 2025 09:06
@renovate renovate Bot force-pushed the renovate/major-fabric8-kubernetes-client-monorepo branch from 86bd026 to 993db1f Compare November 10, 2025 21:46
@renovate renovate Bot force-pushed the renovate/major-fabric8-kubernetes-client-monorepo branch 2 times, most recently from 4dcaef0 to caa0438 Compare January 15, 2026 11:57
@renovate renovate Bot force-pushed the renovate/major-fabric8-kubernetes-client-monorepo branch from caa0438 to 20a52c0 Compare January 23, 2026 07:12
@renovate renovate Bot force-pushed the renovate/major-fabric8-kubernetes-client-monorepo branch from 20a52c0 to 3b91dca Compare February 2, 2026 15:44
@renovate renovate Bot force-pushed the renovate/major-fabric8-kubernetes-client-monorepo branch from 3b91dca to e2e2c3f Compare February 12, 2026 12:55
@renovate renovate Bot force-pushed the renovate/major-fabric8-kubernetes-client-monorepo branch from e2e2c3f to 4db51f6 Compare March 2, 2026 15:18
@renovate renovate Bot force-pushed the renovate/major-fabric8-kubernetes-client-monorepo branch from 4db51f6 to ef3617a Compare March 14, 2026 21:05
@renovate renovate Bot force-pushed the renovate/major-fabric8-kubernetes-client-monorepo branch from ef3617a to 86462a6 Compare April 1, 2026 21:58
@renovate renovate Bot force-pushed the renovate/major-fabric8-kubernetes-client-monorepo branch from 86462a6 to cde1d85 Compare May 16, 2026 14:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants