-
Notifications
You must be signed in to change notification settings - Fork 7
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
[release-2024a] sync 2024a branch with upstream opendatahub 2024a branch #289
Commits on Jun 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2aa17ca - Browse repository at this point
Copy the full SHA 2aa17caView commit details -
Merge pull request opendatahub-io#561 from atheo89/update-owners
Add new team members on the reviewer list
Configuration menu - View commit details
-
Copy full SHA for b1031b9 - Browse repository at this point
Copy the full SHA b1031b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b641c3 - Browse repository at this point
Copy the full SHA 3b641c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25e91fc - Browse repository at this point
Copy the full SHA 25e91fcView commit details -
Merge pull request opendatahub-io#563 from opendatahub-io/digest-upda…
…ter-9518733050 [Digest Updater Action] Update Runtimes Images
Configuration menu - View commit details
-
Copy full SHA for d9ffb60 - Browse repository at this point
Copy the full SHA d9ffb60View commit details -
Merge pull request opendatahub-io#564 from opendatahub-io/digest-upda…
…ter-9519515213 [Digest Updater Action] Update Runtimes Images
Configuration menu - View commit details
-
Copy full SHA for ba487a9 - Browse repository at this point
Copy the full SHA ba487a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 678ef0e - Browse repository at this point
Copy the full SHA 678ef0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac3b0d1 - Browse repository at this point
Copy the full SHA ac3b0d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5447f35 - Browse repository at this point
Copy the full SHA 5447f35View commit details -
Configuration menu - View commit details
-
Copy full SHA for be022e2 - Browse repository at this point
Copy the full SHA be022e2View commit details
Commits on Jun 17, 2024
-
Merge pull request opendatahub-io#565 from opendatahub-io/digest-upda…
…ter-9521899465 [Digest Updater Action] Update Notebook Images
Configuration menu - View commit details
-
Copy full SHA for b990fb8 - Browse repository at this point
Copy the full SHA b990fb8View commit details -
[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.
Configuration menu - View commit details
-
Copy full SHA for 23fb67c - Browse repository at this point
Copy the full SHA 23fb67cView commit details -
[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.
Configuration menu - View commit details
-
Copy full SHA for 7983f1a - Browse repository at this point
Copy the full SHA 7983f1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ce69e6 - Browse repository at this point
Copy the full SHA 7ce69e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a1f41e - Browse repository at this point
Copy the full SHA 6a1f41eView commit details
Commits on Jun 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 26f9aad - Browse repository at this point
Copy the full SHA 26f9aadView commit details
Commits on Jun 19, 2024
-
Merge pull request opendatahub-io#573 from atheo89/RHOAIENG-8469-is
Update annotations for torch package on n-1 (2023b) version
Configuration menu - View commit details
-
Copy full SHA for c93ff01 - Browse repository at this point
Copy the full SHA c93ff01View commit details -
Merge pull request opendatahub-io#567 from jstourac/enhanceParamsEnvC…
…heck [CI] Enhance params env check script
Configuration menu - View commit details
-
Copy full SHA for 8461fce - Browse repository at this point
Copy the full SHA 8461fceView commit details -
[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.
Configuration menu - View commit details
-
Copy full SHA for bc0a54f - Browse repository at this point
Copy the full SHA bc0a54fView commit details -
[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.
Configuration menu - View commit details
-
Copy full SHA for e7db0aa - Browse repository at this point
Copy the full SHA e7db0aaView commit details -
* Get rid of shell check warnings * Make the code faster by caching skopeo output * Make skopeo to retry if it fails (3 times retry)
Configuration menu - View commit details
-
Copy full SHA for 0c6aecc - Browse repository at this point
Copy the full SHA 0c6aeccView commit details
Commits on Jun 21, 2024
-
consolidate the logs of python script into container logs (opendatahu…
…b-io#579) Signed-off-by: Harshad Reddy Nalla <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a2b7ad5 - Browse repository at this point
Copy the full SHA a2b7ad5View commit details -
Upgrade odh-elyra 3.16.7 for run_url update (opendatahub-io#578)
Signed-off-by: Harshad Reddy Nalla <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5b5aacb - Browse repository at this point
Copy the full SHA 5b5aacbView commit details -
[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]>
Configuration menu - View commit details
-
Copy full SHA for 71248ea - Browse repository at this point
Copy the full SHA 71248eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fac00f - Browse repository at this point
Copy the full SHA 7fac00fView commit details -
Merge pull request opendatahub-io#580 from harshad16/sync-2024a
[2024a] sync 2024a branch with main branch commits
Configuration menu - View commit details
-
Copy full SHA for facbf89 - Browse repository at this point
Copy the full SHA facbf89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 401eba8 - Browse repository at this point
Copy the full SHA 401eba8View commit details -
Merge pull request opendatahub-io#584 from opendatahub-io/digest-upda…
…ter-9617991236 [Digest Updater Action] Update Runtimes Images
Configuration menu - View commit details
-
Copy full SHA for 21e3fb6 - Browse repository at this point
Copy the full SHA 21e3fb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 379077a - Browse repository at this point
Copy the full SHA 379077aView commit details -
Merge pull request opendatahub-io#585 from opendatahub-io/digest-upda…
…ter-9617996797 [Digest Updater Action] Update Runtimes Images
Configuration menu - View commit details
-
Copy full SHA for af2a765 - Browse repository at this point
Copy the full SHA af2a765View commit details -
[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>
Configuration menu - View commit details
-
Copy full SHA for f9970f5 - Browse repository at this point
Copy the full SHA f9970f5View commit details
Commits on Jun 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 53d6383 - Browse repository at this point
Copy the full SHA 53d6383View commit details
Commits on Jun 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 61c2fd9 - Browse repository at this point
Copy the full SHA 61c2fd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f2ed51 - Browse repository at this point
Copy the full SHA 6f2ed51View commit details
Commits on Jun 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6ce17a4 - Browse repository at this point
Copy the full SHA 6ce17a4View commit details -
Merge pull request opendatahub-io#589 from caponetto/RHOAIENG-8784
Add new GitHub workflow to sync branches through PR
Configuration menu - View commit details
-
Copy full SHA for ec6c84e - Browse repository at this point
Copy the full SHA ec6c84eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bfbf32 - Browse repository at this point
Copy the full SHA 7bfbf32View commit details -
Merge pull request opendatahub-io#576 from atheo89/RHOAIENG-3348
Set Telemetry level off
Configuration menu - View commit details
-
Copy full SHA for 6bdc233 - Browse repository at this point
Copy the full SHA 6bdc233View commit details -
Merge pull request opendatahub-io#566 from jstourac/fixDigestUpdaterR…
…egexp [GHA] digest updater workflow fixes and updates
Configuration menu - View commit details
-
Copy full SHA for ea7f467 - Browse repository at this point
Copy the full SHA ea7f467View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 088ab3c - Browse repository at this point
Copy the full SHA 088ab3cView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for bbba58c - Browse repository at this point
Copy the full SHA bbba58cView commit details
Commits on Jun 27, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 9f0a837 - Browse repository at this point
Copy the full SHA 9f0a837View commit details -
Merge pull request opendatahub-io#594 from opendatahub-io/sync__main_…
…_2024a__20240627194556 Sync `2024a` branch with `main` branch
Configuration menu - View commit details
-
Copy full SHA for dca18d1 - Browse repository at this point
Copy the full SHA dca18d1View commit details
Commits on Jun 28, 2024
-
Upgrade codeflare-sdk with the latest 0.16.4
Signed-off-by: Harshad Reddy Nalla <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d35ed71 - Browse repository at this point
Copy the full SHA d35ed71View commit details -
Merge pull request opendatahub-io#595 from harshad16/fix-codeflare-sdk
Upgrade codeflare-sdk with the latest 0.16.4
Configuration menu - View commit details
-
Copy full SHA for c2c87a9 - Browse repository at this point
Copy the full SHA c2c87a9View commit details -
chores: Fix the makefile for amd calls and upgrade odh-elyra
Signed-off-by: Harshad Reddy Nalla <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5231a89 - Browse repository at this point
Copy the full SHA 5231a89View commit details -
chores: Include the update to the build-notebook CI
Signed-off-by: Harshad Reddy Nalla <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 02f9de3 - Browse repository at this point
Copy the full SHA 02f9de3View commit details -
Merge pull request opendatahub-io#596 from harshad16/chore-amd
chores: Fix the makefile for amd calls and upgrade odh-elyra
Configuration menu - View commit details
-
Copy full SHA for 3f93529 - Browse repository at this point
Copy the full SHA 3f93529View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c137e8 - Browse repository at this point
Copy the full SHA 8c137e8View commit details -
Merge pull request opendatahub-io#598 from harshad16/sync-2024a
Sync 2024a branch with main branch
Configuration menu - View commit details
-
Copy full SHA for 42dac2d - Browse repository at this point
Copy the full SHA 42dac2dView commit details -
Merge branch '2024a' of https://github.com/opendatahub-io/notebooks i…
…nto rsync-2024a
Configuration menu - View commit details
-
Copy full SHA for 85ccf1a - Browse repository at this point
Copy the full SHA 85ccf1aView commit details