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

Fix #802: Update Fabric8 Kubernetes Client to v5.10.1 #1120

Merged
merged 3 commits into from
Nov 17, 2021

Commits on Nov 17, 2021

  1. Fix eclipse-jkube#802: Update Fabric8 Kubernetes Client to v5.10.1

    + Update Fabric8 Kubernetes Client to v5.10.1
    + Remove GenericCustomResource from project and replace it with GenericKubernetesResource(provided by Fabric8 Kubernetes Client)
    + Refactor ApplyService#applyGenericKubernetesResource CustomResourceDefinition discovery logic to use genericKubernetesResources(apiVersion, kind) method instead
    + Update Framework CustomResourceDefinition manifest in Spring Boot CRD Quickstart to apiextensions.k8s.io/v1 from apiextensions.k8s.io/v1beta1
    
    Signed-off-by: Rohan Kumar <rohaan@redhat.com>
    rohanKanojia committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    9d9f505 View commit details
    Browse the repository at this point in the history
  2. OpenShiftBuildServiceIT: Switch back to OpenShiftServer @Rule from …

    …OpenShiftMockServer
    
    Signed-off-by: Rohan Kumar <rohaan@redhat.com>
    rohanKanojia committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    7a86827 View commit details
    Browse the repository at this point in the history
  3. chore: Update Docker Image used in Sonar workflows to eclipse-temurin:11

    Signed-off-by: Rohan Kumar <rohaan@redhat.com>
    rohanKanojia committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    cbdb089 View commit details
    Browse the repository at this point in the history