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

Release 0.12.0 main sync #224

Merged

Commits on May 30, 2024

  1. Upgrade kserve version to v0.12.1 in odh-model-controller

    Signed-off-by: Vaibhav Jain <[email protected]>
    vaibhavjainwiz committed May 30, 2024
    Configuration menu
    Copy the full SHA
    eb466e1 View commit details
    Browse the repository at this point in the history
  2. Remove dev files

    Signed-off-by: Vaibhav Jain <[email protected]>
    vaibhavjainwiz committed May 30, 2024
    Configuration menu
    Copy the full SHA
    412ca61 View commit details
    Browse the repository at this point in the history
  3. Use ubi9

    Signed-off-by: Vaibhav Jain <[email protected]>
    vaibhavjainwiz committed May 30, 2024
    Configuration menu
    Copy the full SHA
    50b4de8 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Configuration menu
    Copy the full SHA
    ffacbae View commit details
    Browse the repository at this point in the history
  2. fix tests

    Signed-off-by: Vaibhav Jain <[email protected]>
    vaibhavjainwiz committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    08e6839 View commit details
    Browse the repository at this point in the history
  3. Merge pull request opendatahub-io#210 from vaibhavjainwiz/update_kserve

    Upgrade kserve version to v0.12.1 in odh-model-controller
    openshift-merge-bot[bot] authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    ac9b149 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Fix performance issues in odh model controller

    Signed-off-by: Vaibhav Jain <[email protected]>
    vaibhavjainwiz committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    437876d View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. [RHOAIENG-7484] - make container builder configurable for odh-control…

    …ler operator
    
    chore:	Allow to set the engine for the make container build and push goals
    
    Signed-off-by: Spolti <[email protected]>
    spolti committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    c05ad72 View commit details
    Browse the repository at this point in the history
  2. Merge pull request opendatahub-io#207 from spolti/podman

    [RHOAIENG-7484] - make container builder configurable for odh-control…
    openshift-merge-bot[bot] authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    ead3013 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Use ServiceMeshMember resources to enroll namespaces to the service mesh

    Currently, odh-model-controller is editing the `ServiceMeshMemberRoll` resource to enroll and remove namespaces from the service mesh. Unfortunately, such resource is typically managed by a mesh administrator (it is unique per control plane), and it is not expected to be edited by 3rd parties.
    
    With these changes odh-model-controller will stop doing changes to the `ServiceMeshMemberRoll` resource. Instead, namespaces are enrolled to the mesh by using the `ServiceMeshMember` resource (no `Roll` suffix). This resource is created inside the namespace that is wanted to be enrolled to the mesh.
    
    Unfortunately, it is not possible to migrate previous setups to the `ServiceMeshMember` resource. Since the `ServiceMeshMemberRoll` resource is unique per mesh control plane, it is not possible to determine if a namespace was enrolled by odh-model-controller or if it was enrolled by the user. Thus, a migration is more risky than leaving the SMCP as is (i.e. there is the risk to remove namespaces where there are no InferenceServices, but the user enrolled and mesh features are needed there).
    
    Signed-off-by: Edgar Hernández <[email protected]>
    israel-hdez committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    36090ba View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Adding JSON files for Prometheus queries for Runtimes.

    Signed-off-by: Killian Golds <[email protected]>
    
    Updated Query titles and fixed Memory Utilization metric query.
    KillianGolds committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    9e57c2d View commit details
    Browse the repository at this point in the history
  2. Merge pull request opendatahub-io#219 from israel-hdez/j1043-smmr-to-smm

    Use ServiceMeshMember resources to enroll namespaces to the service mesh
    openshift-merge-bot[bot] authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    4ffbb33 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Merge pull request opendatahub-io#217 from vaibhavjainwiz/RHOAIENG-1006

    Fix performance issues in odh model controller
    openshift-merge-bot[bot] authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    4ff19c5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request opendatahub-io#209 from KillianGolds/ENG-7353

    Adding JSON files for Prometheus queries for Runtimes.
    openshift-merge-bot[bot] authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    4ff41e3 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Replace MODEL_ID with MODEL_NAME

    Signed-off-by: Christina Xu <[email protected]>
    christinaexyou committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    9c264fa View commit details
    Browse the repository at this point in the history
  2. Merge pull request opendatahub-io#218 from christinaexyou/add-caikit-…

    …standalone
    
    Add Caikit Standalone template
    openshift-merge-bot[bot] authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    77a24f4 View commit details
    Browse the repository at this point in the history
  3. runtime templates: make vLLM command explicit

    Signed-off-by: Daniele Trifirò <[email protected]>
    dtrifiro committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    c82bc85 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. runtime templates: remove probes for all runtimes

    the idea is to move probes to the InferenceService definitions instead
    
    Signed-off-by: Daniele Trifirò <[email protected]>
    dtrifiro committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    06c0cf3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14d7b8f View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into release-0.12.0

    Signed-off-by: Edgar Hernández <[email protected]>
    israel-hdez committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    de1cbed View commit details
    Browse the repository at this point in the history