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-2024a] sync 2024a branch with upstream opendatahub 2024a branch #289

Merged
merged 51 commits into from
Jun 28, 2024

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    2aa17ca View commit details
    Browse the repository at this point in the history
  2. Merge pull request opendatahub-io#561 from atheo89/update-owners

    Add new team members on the reviewer list
    openshift-merge-bot[bot] authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    b1031b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b641c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    25e91fc View commit details
    Browse the repository at this point in the history
  5. Merge pull request opendatahub-io#563 from opendatahub-io/digest-upda…

    …ter-9518733050
    
    [Digest Updater Action] Update Runtimes Images
    harshad16 authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    d9ffb60 View commit details
    Browse the repository at this point in the history
  6. Merge pull request opendatahub-io#564 from opendatahub-io/digest-upda…

    …ter-9519515213
    
    [Digest Updater Action] Update Runtimes Images
    harshad16 authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    ba487a9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    678ef0e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ac3b0d1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5447f35 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    be022e2 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Merge pull request opendatahub-io#565 from opendatahub-io/digest-upda…

    …ter-9521899465
    
    [Digest Updater Action] Update Notebook Images
    harshad16 authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    b990fb8 View commit details
    Browse the repository at this point in the history
  2. [CI] let's run params-env workflow also on push

    Let's run the params-env workflow that checks values in params.env
    and commit.env files also on push event and also on dispatch_workflow.
    jstourac committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    23fb67c View commit details
    Browse the repository at this point in the history
  3. [CI] enhance the check-params-env.sh to also check uniqueness of values

    Up to now, it only checked that variables used in params.env file are
    unique. This change checks also that the images referenced are unique as
    we don't expect any of the given variables to hold the same reference.
    jstourac committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    7983f1a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ce69e6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6a1f41e View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    26f9aad View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Merge pull request opendatahub-io#573 from atheo89/RHOAIENG-8469-is

    Update annotations for torch package on n-1 (2023b) version
    openshift-merge-bot[bot] authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    c93ff01 View commit details
    Browse the repository at this point in the history
  2. Merge pull request opendatahub-io#567 from jstourac/enhanceParamsEnvC…

    …heck
    
    [CI] Enhance params env check script
    openshift-merge-bot[bot] authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    8461fce View commit details
    Browse the repository at this point in the history
  3. [GHA] fix the regexp used for the latest image tag selection

    In case that there is an image tag subpart of another tag, there could
    be wrong tag chosen and as a result wrong SHA used for the manifest
    update. E.g. these two:
    
    * "rstudio-c9s-python-3.9-2024a-20240315-02193dd",
    * "cuda-rstudio-c9s-python-3.9-2024a-20240315-02193dd",
    
    Example of wrong update opendatahub-io#541 (3df148c).
    
    Together with this, I also updated the quay security analysis script
    where is the exact same issue.
    jstourac committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    bc0a54f View commit details
    Browse the repository at this point in the history
  4. [GHA] fix the missing habana image update record for the digest updater

    Example of the wrong update is opendatahub-io#565, where it had to be updated
    manually, see the be022e2.
    jstourac committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    e7db0aa View commit details
    Browse the repository at this point in the history
  5. [GHA] Minor refactoring

    * Get rid of shell check warnings
    * Make the code faster by caching skopeo output
    * Make skopeo to retry if it fails (3 times retry)
    jstourac committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    0c6aecc View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    a2b7ad5 View commit details
    Browse the repository at this point in the history
  2. Upgrade odh-elyra 3.16.7 for run_url update (opendatahub-io#578)

    Signed-off-by: Harshad Reddy Nalla <[email protected]>
    harshad16 authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    5b5aacb View commit details
    Browse the repository at this point in the history
  3. [2024a] [CI] Enhance params env check script (opendatahub-io#575)

    * let's run params-env workflow also on push
    
    Let's run the params-env workflow that checks values in params.env
    and commit.env files also on push event and also on dispatch_workflow.
    
    * enhance the check-params-env.sh to also check uniqueness of values
    
    Up to now, it only checked that variables used in params.env file are
    unique. This change checks also that the images referenced are unique as
    we don't expect any of the given variables to hold the same reference.
    
    * check-params-env.sh prints also time of creation of the checked image
    
    ---------
    
    Co-authored-by: Jan Stourac <[email protected]>
    openshift-cherrypick-robot and jstourac authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    71248ea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7fac00f View commit details
    Browse the repository at this point in the history
  5. Merge pull request opendatahub-io#580 from harshad16/sync-2024a

    [2024a] sync 2024a branch with main branch commits
    harshad16 authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    facbf89 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    401eba8 View commit details
    Browse the repository at this point in the history
  7. Merge pull request opendatahub-io#584 from opendatahub-io/digest-upda…

    …ter-9617991236
    
    [Digest Updater Action] Update Runtimes Images
    harshad16 authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    21e3fb6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    379077a View commit details
    Browse the repository at this point in the history
  9. Merge pull request opendatahub-io#585 from opendatahub-io/digest-upda…

    …ter-9617996797
    
    [Digest Updater Action] Update Runtimes Images
    harshad16 authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    af2a765 View commit details
    Browse the repository at this point in the history
  10. [Digest Updater Action] Update Notebook Images (opendatahub-io#586)

    * Update images for release N via digest-updater-9619315370 GitHub action
    
    * Update image commits for release N via digest-updater-9619315370 GitHub action
    
    * Update images for release N-1 via digest-updater-9619315370 GitHub action
    
    * Update image commits for release N via digest-updater-9619315370 GitHub action
    
    ---------
    
    Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and github-actions[bot] authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    f9970f5 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Configuration menu
    Copy the full SHA
    53d6383 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Set Telemetry level Off

    atheo89 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    61c2fd9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f2ed51 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    6ce17a4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request opendatahub-io#589 from caponetto/RHOAIENG-8784

    Add new GitHub workflow to sync branches through PR
    openshift-merge-bot[bot] authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    ec6c84e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7bfbf32 View commit details
    Browse the repository at this point in the history
  4. Merge pull request opendatahub-io#576 from atheo89/RHOAIENG-3348

    Set Telemetry level off
    harshad16 authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    6bdc233 View commit details
    Browse the repository at this point in the history
  5. Merge pull request opendatahub-io#566 from jstourac/fixDigestUpdaterR…

    …egexp
    
    [GHA] digest updater workflow fixes and updates
    openshift-merge-bot[bot] authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    ea7f467 View commit details
    Browse the repository at this point in the history
  6. ci: increase available disk space for GHA container image builds (ope…

    …ndatahub-io#577)
    
    * ci: increase available disk space for GHA container image builds
    
    This PR creates a LVM overlay,
    increasing the available disk space from previous 66GB to 82GB by default,
    and 106GB when building any amd/cude/pytorch/tensorflow image.
    
    * fixup from review, add intel
    jiridanek authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    088ab3c View commit details
    Browse the repository at this point in the history
  7. Merge pull request opendatahub-io#587 from atheo89/replace-spawn-fcgi

    feat(RHOAIENG-8298): Replace `spawn-fcgi` with `supervisord` in code-server and r-studio server
    openshift-merge-bot[bot] authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    bbba58c View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Setup build images for Pytorch & Tensorflow with base ROCm image (ope…

    …ndatahub-io#557)
    
    * Setup build images for AMD Pytorch & Tensorflow with base ROCm image
    * Commit piplock for amd pytorch
    * Update the pipfile.lock with AMD supported torch and tf
    * Update the Makefile to have AMD structure corrected
    
    ---------
    
    Signed-off-by: Diamond Bryant <[email protected]>
    Co-authored-by: atheo89 <[email protected]>
    Co-authored-by: Harshad Reddy Nalla <[email protected]>
    3 people authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    9f0a837 View commit details
    Browse the repository at this point in the history
  2. Merge pull request opendatahub-io#594 from opendatahub-io/sync__main_…

    …_2024a__20240627194556
    
    Sync `2024a` branch with `main` branch
    harshad16 authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    dca18d1 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Upgrade codeflare-sdk with the latest 0.16.4

    Signed-off-by: Harshad Reddy Nalla <[email protected]>
    harshad16 committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    d35ed71 View commit details
    Browse the repository at this point in the history
  2. Merge pull request opendatahub-io#595 from harshad16/fix-codeflare-sdk

    Upgrade codeflare-sdk with the latest 0.16.4
    harshad16 authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    c2c87a9 View commit details
    Browse the repository at this point in the history
  3. chores: Fix the makefile for amd calls and upgrade odh-elyra

    Signed-off-by: Harshad Reddy Nalla <[email protected]>
    harshad16 committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    5231a89 View commit details
    Browse the repository at this point in the history
  4. chores: Include the update to the build-notebook CI

    Signed-off-by: Harshad Reddy Nalla <[email protected]>
    harshad16 committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    02f9de3 View commit details
    Browse the repository at this point in the history
  5. Merge pull request opendatahub-io#596 from harshad16/chore-amd

    chores: Fix the makefile for amd calls and upgrade odh-elyra
    harshad16 authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    3f93529 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8c137e8 View commit details
    Browse the repository at this point in the history
  7. Merge pull request opendatahub-io#598 from harshad16/sync-2024a

    Sync 2024a branch with main branch
    harshad16 authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    42dac2d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    85ccf1a View commit details
    Browse the repository at this point in the history