Skip to content

chore(deps): update dependency io.fabric8:kubernetes-server-mock to v7 #122

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 3, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.fabric8:kubernetes-server-mock 6.13.5 -> 7.2.0 age adoption passing 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.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)
Note: Breaking changes

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

Configuration

📅 Schedule: 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 from ed6d4ac to 9fa6aa8 Compare December 18, 2024 07:22
@renovate renovate bot force-pushed the renovate/major-fabric8-kubernetes-client-monorepo branch from 9fa6aa8 to 724791b Compare January 30, 2025 12:43
@renovate renovate bot force-pushed the renovate/major-fabric8-kubernetes-client-monorepo branch from 724791b to 4d89ef1 Compare April 1, 2025 22:26
@renovate renovate bot force-pushed the renovate/major-fabric8-kubernetes-client-monorepo branch from 4d89ef1 to 9c0a20f Compare April 30, 2025 13:11
Copy link

coderabbitai bot commented Apr 30, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

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