Skip to content
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

Bump kubernetes-client-bom from 6.2.0 to 6.3.1 #29807

Merged
merged 3 commits into from Dec 21, 2022

Commits on Dec 20, 2022

  1. deps: Bump kubernetes-client-bom from 6.2.0 to 6.3.1

    Signed-off-by: Marc Nuri <marc@marcnuri.com>
    manusa committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    f85e79d View commit details
    Browse the repository at this point in the history
  2. fix: replace ServiceBinding with GenericKubernetesResource

    Since Fabric8 Kubernetes Client 6.3, types are no longer
    automatically registered for deserialization.
    For automatic type registration an
    `META-INF/services/io.fabric8.kubernetes.api.model.KubernetesResource`
    SPI definition file needs to be provided instead with the
    Kubernetes Resources (Objects -HasMadata impls-) that need to be
    automatically registered in the KubernetesDeserializer.
    
    fabric8io/kubernetes-client#3923
    Signed-off-by: Marc Nuri <marc@marcnuri.com>
    manusa committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    5b41418 View commit details
    Browse the repository at this point in the history
  3. fix: add all Kubernetes Client related SPI services

    Signed-off-by: Marc Nuri <marc@marcnuri.com>
    manusa committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    4c3c083 View commit details
    Browse the repository at this point in the history