-
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
[main] sync main from opendatahub-io:main #364
Commits on Aug 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d588eea - Browse repository at this point
Copy the full SHA d588eeaView commit details
Commits on Aug 13, 2024
-
Merge pull request opendatahub-io#628 from atheo89/RHOAIENG-9680-inje…
…ct-runtimes Inject rocm runtimes to runtime-images folder
Configuration menu - View commit details
-
Copy full SHA for 38a8d17 - Browse repository at this point
Copy the full SHA 38a8d17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33f6cf3 - Browse repository at this point
Copy the full SHA 33f6cf3View commit details -
Merge pull request opendatahub-io#665 from paulovmr/RHOAIENG-10972
RHOAIENG-10972: Create a script to automate library upgrades
Configuration menu - View commit details
-
Copy full SHA for d46ea66 - Browse repository at this point
Copy the full SHA d46ea66View commit details
Commits on Aug 15, 2024
-
RHOAIENG-11216: Add script to automate the creation of a new Python-b…
…ased image from an existing one (opendatahub-io#672) * Add script to automate the creation of a new Python-based image from an existing one * Add type annotations to function args * Add missing folders to blocklist * Removing redundant comment * Use dataclass in the Args class * Use context manager for logged_execution * Set encoding prop on subprocess.run * Improve log level help message * Return non-zero code for non-happy scenarios * Add type annotations to function return * Final adjustments * Code review request
Configuration menu - View commit details
-
Copy full SHA for c8c942b - Browse repository at this point
Copy the full SHA c8c942bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f88d643 - Browse repository at this point
Copy the full SHA f88d643View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce0822a - Browse repository at this point
Copy the full SHA ce0822aView commit details -
Merge pull request opendatahub-io#671 from paulovmr/RHOAIENG-11300
RHOAIENG-11300: Improve the library upgrade script for alternative sources
Configuration menu - View commit details
-
Copy full SHA for f77a020 - Browse repository at this point
Copy the full SHA f77a020View commit details -
Merge pull request opendatahub-io#674 from daniellutz/fix-readme-quay…
…-ref Fix reference to quay.io/repository/opendatahub on README file
Configuration menu - View commit details
-
Copy full SHA for f7a5a01 - Browse repository at this point
Copy the full SHA f7a5a01View commit details
Commits on Aug 16, 2024
-
Updated notebooks via odh-sync-updater-10418058789 GitHub action
Signed-off-by: codeflare-machine-account <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c8422b2 - Browse repository at this point
Copy the full SHA c8422b2View commit details -
RHOAIENG-4533: Add images based on Python 3.11 (opendatahub-io#659)
* Add images based on python 3.11 * Apply opendatahub-io#656 to Python 3.11 images * Fix expected TF vesion on the test file * Fix labels for Python 3.11 * Apply opendatahub-io#652 to Python 3.11 images * Update lock to fix debugpy package version * Apply opendatahub-io#635 to Python 3.11 images * Replace 3-9 -> 3-11 leftovers * Fix runtime rocm image name according to openshift/release * Apply opendatahub-io#667 to Python 3.11 images * Adapt test code for Python 3.11 images
Configuration menu - View commit details
-
Copy full SHA for 82cb2bf - Browse repository at this point
Copy the full SHA 82cb2bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for b1748de - Browse repository at this point
Copy the full SHA b1748deView commit details
Commits on Aug 18, 2024
-
Merge pull request opendatahub-io#675 from project-codeflare/odh-sync…
…-updater-10418058789 [Codeflare Action] Update notebook's pipfile to sync with Codeflare-SDK release 0.19.1
Configuration menu - View commit details
-
Copy full SHA for 97172ba - Browse repository at this point
Copy the full SHA 97172baView commit details -
Merge pull request opendatahub-io#593 from dibryant/amd-is
Updated image manifests with AMD images for pytorch and tensorflow
Configuration menu - View commit details
-
Copy full SHA for 5573f26 - Browse repository at this point
Copy the full SHA 5573f26View commit details
Commits on Aug 20, 2024
-
Update the codeflare-sdk version in manifest for the relevant images
This is a followup of the opendatahub-io#675 PR.
Configuration menu - View commit details
-
Copy full SHA for 4aca61d - Browse repository at this point
Copy the full SHA 4aca61dView commit details
Commits on Aug 21, 2024
-
[GHA] Pin kustomize version we use in our test to the particular version
Recently the kustomize test started to fail for us since the kustomize version 5.4 introduced some breaking changes for which we will need to update our manifests to be compatible. This work will be tracked in [1]. In the meantime, we should pin kustomize version in our GHA to the version that is used by the opendatahub-operator in runtime [2]. [1] https://issues.redhat.com/browse/RHOAIENG-11679 [2] https://github.com/red-hat-data-services/rhods-operator/blob/rhoai-2.12/go.mod#L30-L31
Configuration menu - View commit details
-
Copy full SHA for bd8c310 - Browse repository at this point
Copy the full SHA bd8c310View commit details -
Merge pull request opendatahub-io#682 from jstourac/pinKustomize
[GHA] Pin kustomize version we use in our test to the particular version
Configuration menu - View commit details
-
Copy full SHA for 3b67f97 - Browse repository at this point
Copy the full SHA 3b67f97View commit details -
Merge pull request opendatahub-io#679 from jstourac/codeflareManifest
Update the codeflare-sdk version in manifest for the relevant images
Configuration menu - View commit details
-
Copy full SHA for 1e851d9 - Browse repository at this point
Copy the full SHA 1e851d9View commit details -
Include searching and updating for rocm runtime images on runtime-dig…
…est-updater workflow
Configuration menu - View commit details
-
Copy full SHA for c813619 - Browse repository at this point
Copy the full SHA c813619View commit details -
Use the correct way of ROCm brand in user facing content
Signed-off-by: Harshad Reddy Nalla <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 975a5f7 - Browse repository at this point
Copy the full SHA 975a5f7View commit details
Commits on Aug 22, 2024
-
Merge pull request opendatahub-io#683 from atheo89/RHOAIENG-6445
Update runtime updater workflow to search for the new ROCm runtimes
Configuration menu - View commit details
-
Copy full SHA for ed61c20 - Browse repository at this point
Copy the full SHA ed61c20View commit details -
Merge pull request opendatahub-io#685 from harshad16/fix-branding
Use the correct way of ROCm brand in user facing content
Configuration menu - View commit details
-
Copy full SHA for f04b978 - Browse repository at this point
Copy the full SHA f04b978View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3eb1bf9 - Browse repository at this point
Copy the full SHA 3eb1bf9View commit details -
Merge pull request opendatahub-io#680 from paulovmr/RHOAIENG-11090
RHOAIENG-11090: Create a script to automate multiple library upgrades
Configuration menu - View commit details
-
Copy full SHA for 244d186 - Browse repository at this point
Copy the full SHA 244d186View commit details
Commits on Aug 28, 2024
-
Merge branch 'main' of https://github.com/opendatahub-io/notebooks in…
…to rsync-main
Configuration menu - View commit details
-
Copy full SHA for 49cf173 - Browse repository at this point
Copy the full SHA 49cf173View commit details -
chores: Fix the ci build issue with ci/ci/generate_code.sh
Signed-off-by: Harshad Reddy Nalla <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c614d8f - Browse repository at this point
Copy the full SHA c614d8fView commit details