Releases: opendatahub-io/notebooks
Releases · opendatahub-io/notebooks
2024a-v1.22.0
What's Changed
- RHOAIENG-10783: fix(rocm): de-vendor the bundled rocm libraries from pytorch by @jiridanek in #652
- chore(ci): Re-enable Trivy image scan for ROCm Pytorch image by @caponetto in #664
- RHOAIENG-9822: chore(Makefile): allow not pushing built images in Makefile and allow skipping building dependent images by @jiridanek in #657
- RHOAIENG-10783: fix(Dockerfiles): combine
fix-permissions
RUN with the preceding RUN when possible by @jiridanek in #635 - [GHA] Print also images digests after the image build in GitHub repo by @jstourac in #666
- RHOAIENG-11087 Fix: Remove install of package in bootstrapper as pre-installed by @harshad16 in #667
- Inject rocm runtimes to runtime-images folder by @atheo89 in #628
- RHOAIENG-10972: Create a script to automate library upgrades by @paulovmr in #665
- RHOAIENG-11216: Add script to automate the creation of a new Python-based image from an existing one by @caponetto in #672
- RHOAIENG-11300: Improve the library upgrade script for alternative sources by @paulovmr in #671
- Fix reference to quay.io/repository/opendatahub on README file by @daniellutz in #674
- RHOAIENG-4533: Add images based on Python 3.11 by @caponetto in #659
- [Codeflare Action] Update notebook's pipfile to sync with Codeflare-SDK release 0.19.1 by @codeflare-machine-account in #675
- Updated image manifests with AMD images for pytorch and tensorflow by @dibryant in #593
- [GHA] Pin kustomize version we use in our test to the particular version by @jstourac in #682
- Update the codeflare-sdk version in manifest for the relevant images by @jstourac in #679
- Update runtime updater workflow to search for the new ROCm runtimes by @atheo89 in #683
- Use the correct way of ROCm brand in user facing content by @harshad16 in #685
- RHOAIENG-11090: Create a script to automate multiple library upgrades by @paulovmr in #680
- Update the kfp package version in image manifest to match the reality by @jstourac in #688
- Update runtimes workflow to don't break when a file doe not exists by @atheo89 in #690
- [Digest Updater Action] Update Notebook Images by @github-actions in #693
- [Digest Updater Action] Update Runtimes Images by @github-actions in #694
New Contributors
- @daniellutz made their first contribution in #674
Full Changelog: v1.21.0...v1.22.0
2024a-v1.21.0
What's Changed
- Add new GitHub workflow to sync branches through PR by @caponetto in #589
- Limit PR checks to build only the modified images by @jiridanek in #558
- Set Telemetry level off by @atheo89 in #576
- [GHA] digest updater workflow fixes and updates by @jstourac in #566
- ci: increase available disk space for GHA container image builds by @jiridanek in #577
- feat(RHOAIENG-8298): Replace
spawn-fcgi
withsupervisord
in code-server and r-studio server by @atheo89 in #587 - Setup build images for Pytorch & Tensorflow with base ROCm image by @dibryant in #557
- Upgrade codeflare-sdk with the latest 0.16.4 by @harshad16 in #595
- chores: Fix the makefile for amd calls and upgrade odh-elyra by @harshad16 in #596
- Add daily check for vulnerability issues using Trivy by @caponetto in #600
- ci: start podman.socket and pass it to trivy to avoid unnecessary pulls by @jiridanek in #605
- ci: implement ghcr.io expiration for images and cache layers by @jiridanek in #601
- ci: get a list of changed files using git diff instead of GitHub APIv4 by @jiridanek in #602
- fix tensorflow rocm resolution by installing it from .whl file by @atheo89 in #609
- RHOAIENG-9473: Optionally enable Trivy for pull requests by @caponetto in #607
- ci: use a smarter
git status
check for uncommitted files by @jiridanek in #612 - RHOAIENG-1751: Bump
jinja2
lib to3.1.4
by @paulovmr in #613 - Enable all severities on the Trivy daily report by @caponetto in #614
- RHOAIENG-1249: Bump
requests
lib to2.31.0
by @caponetto in #608 - Update of the TrustyAI version in the Jupyter TrustyAI notebook by @jstourac in #615
- RHOAIENG-9741: Add Tensorflow/PyTorch version compatibility files by @caponetto in #618
- ci: initial implementation of top-level pytest tests by @jiridanek in #433
- Update OWNERS file with adding more approvers by @jstourac in #611
- Show
podman images
information on the CI by @caponetto in #622 - RHOAIENG-9168: Remove unused images from notebooks repo by @paulovmr in #621
- feat(ci): add helpful error when check-generated-code gha workflow fails by @jiridanek in #627
- Switch base image to UBI for AMD rocm install by @harshad16 in #620
- fix(selftests): update target names in selftests for github action scripting by @jiridanek in #632
- Combine
RUN
commands to reduce rocm image size by @caponetto in #634 - [Digest Updater Action] Update Runtimes Images by @github-actions in #644
- Incorporate rocm-pytorch and rocm-tensorflow runtime images by @atheo89 in #626
- Pinned down jupyter-server-proxy for cve fixes by @harshad16 in #630
- chore(ci): Run Trivy scan
fs
instead ofimage
for rocm+pytorch image due to resource constraints by @caponetto in #637 - chore(ci): Sanitize ref name before using it as container tag by @caponetto in #651
- Upgrade codeflare-sdk 0.18.0 for py3.9 content by @harshad16 in #646
- Update the ROCm versions installed from 6.0 to 6.1 to make it in sync with what we use in Dockerfile by @jstourac in #656
- [Digest Updater Action] Update Runtimes Images by @github-actions in #660
- [Digest Updater Action] Update Notebook Images by @github-actions in #662
- set the annotation with codeflare-sdk 0.18.0 by @harshad16 in #663
New Contributors
- @caponetto made their first contribution in #589
- @paulovmr made their first contribution in #613
Full Changelog: v1.20.0...v1.21.0
2024a-v1.20.0
What's Changed
- Update ODH notebooks maintainer list by @jiridanek in #546
- [Codeflare Action] Update notebook's pipfile to sync with Codeflare-SDK release 0.16.2 by @codeflare-machine-account in #542
- [CI] Add
kubectl kustomize
run to check our manifests definition by @jstourac in #545 - Check commit id from commit.env file for the images in params.env file by @jstourac in #525
- [Digest Updater Action] Update Runtimes Images by @github-actions in #550
- Run the static code checks on push and when manually triggered by @jiridanek in #547
- Intel AI Tools Images rebased by @sharvil10 in #544
- RHOAIENG-8255: Fix spawn-fcgi-1.6.3-23.fc37.x86_64.rpm download location by @jiridanek in #553
- RHOAIENG-8299: Fix CentOS Stream 8 download location by @jiridanek in #554
- RHOAIENG-7525: Build opendatahub-io/notebooks in GitHub Action with caching by @jiridanek in #543
- Fix issue with Run and Debug on code-server workbench by @atheo89 in #556
- [Codeflare Action] Update notebook's pipfile to sync with Codeflare-SDK release 0.16.3 by @codeflare-machine-account in #552
- Add new team members on the reviewer list by @atheo89 in #561
- [Digest Updater Action] Update Runtimes Images by @github-actions in #564
- [Digest Updater Action] Update Notebook Images by @github-actions in #565
- Update annotations for torch package on n-1 (2023b) version by @atheo89 in #573
- [CI] Enhance params env check script by @jstourac in #567
- consolidate the logs of python script into container logs by @harshad16 in #579
- Upgrade odh-elyra 3.16.7 for run_url update by @harshad16 in #578
- [Digest Updater Action] Update Runtimes Images by @github-actions in #584
- [Digest Updater Action] Update Notebook Images by @github-actions in #586
Full Changelog: v1.19.0...v1.20.0
2024a-v1.19.0
What's Changed
- Update expected values for the Habana 2024a and 2023b images in CI by @jstourac in #523
- Adding Dockerfile for AMD based on Centos9 by @dibryant in #507
- [Codeflare Action] Update notebook's pipfile to sync with Codeflare-SDK release 0.16.1 by @codeflare-machine-account in #531
- Extend CI image check to also runtime images by @jstourac in #522
- Allow code-server extensions to be installed while the build time by @atheo89 in #532
- Upgrade odh-elyra 3.16.6 that includes pod toleration, label and anno… by @harshad16 in #534
- Specify version id to 9.3 on intel repository by @atheo89 in #519
- Patch elyra kfp template with latest change for TensorFlow by @harshad16 in #535
- [Digest Updater Action] Update Runtimes Images by @github-actions in #538
- [Digest Updater Action] Update Notebook Images by @github-actions in #541
Full Changelog: v1.18.0...v1.19.0
2024a-v1.18.0
What's Changed
- [Codeflare Action] Update notebook's pipfile to sync with Codeflare-SDK release 0.16.0 by @codeflare-machine-account in #512
- Patch elyra kfp template to fix kfp-kubernetes issue by @harshad16 in #509
- Fix the failing E2E tests by @jstourac in #510
- Update trustyAI test_notebooks by @atheo89 in #517
- Allow runtime script to cp the package from bin to Rpackage default path by @dibryant in #518
- Fix/Unify naming of the variables used for the images by @jstourac in #524
- [Digest Updater Action] Update Runtimes Images by @github-actions in #527
- [Digest Updater Action] Update Notebook Images by @github-actions in #529
- Update coddeflare-sdk on imagestream annotations by @atheo89 in #515
Full Changelog: v1.17.0-1...v1.18.0
2024a-v1.17.0-1
What's Changed
- Intel oneAPI basekit installation by @sharvil10 in #483
- [Codeflare Action] Update notebook's pipfile to sync with Codeflare-SDK release 0.15.1 by @codeflare-machine-account in #506
- Add piplock-renewal workflow for the 2024a release by @atheo89 in #505
- [Digest Updater Action] Update Runtimes Images by @github-actions in #508
- [Digest Updater Action] Update Notebook Images by @github-actions in #513
Full Changelog: v1.17.0...v1.17.0-1
2024a-v1.17.0
What's Changed
- Remove kfp LocalClient lib from datascience notebook testing since it… by @atheo89 in #482
- Install R-Packages with version lock by @dibryant in #405
- Update Habana ImageStream with the 1.13 version and adding several documentation fixes by @atheo89 in #481
- Upgrade odh-elyra to version 3.16.2 for kfp v2 support by @harshad16 in #485
- Update notebook's pipfile to sync with Codeflare-SDK release 0.15.0 by @harshad16 in #488
- [Digest Updater Action] Update Runtimes Images by @github-actions in #490
- [Digest Updater Action] Update Notebook Images by @github-actions in #492
- Upgrade odh-elyra to version 3.16.3 with image-pull-policy fix by @harshad16 in #494
- Upgrade odh-elyra 3.16.4 as 3.16.3 is yanked by @harshad16 in #496
- Upgrade odh-elyra 3.16.5 with pod_toleration removal by @harshad16 in #499
- [Digest Updater Action] Update Notebook Images by @github-actions in #501
Full Changelog: v1.16.0...v1.17.0
2024a-v1.16.0
Notable Changes
New sets of Workbench images are available with this release.
The new sets of images have updated python packages and are named 2024a.
https://github.com/opendatahub-io/notebooks/wiki/Workbenches
Intel-based workbenchs are available with this release.
The intel-ml, intel-pytorch, intel-tensorflow are available under the manifests/overlays.
What's Changed
- Update README.md by @braultatgithub in #457
- Update notebooks-digest-workflow in favor 2024a release by @atheo89 in #451
- Remove explicit mention of architecture for oc download by @mkumatag in #458
- Update VS Code Server Notebook by @atheo89 in #452
- Update Imagestream objects with the N version and drop the old n-2 (n-3) version by @atheo89 in #456
- Update RStudio Server Notebook by @atheo89 in #453
- Intel® PyTorch notebook container by @sharvil10 in #428
- Upgrade runtime images and test jupyter notebooks by @atheo89 in #455
- 2024a version Package upgrades across all images. by @dibryant in #449
- Update CUDA layer to 12.1 by @atheo89 in #454
- Intel® TensorFlow notebook container by @sharvil10 in #422
- Intel® optimized ML notebook container by @sharvil10 in #434
- remove the r-studio n-2 reference from the manifests by @harshad16 in #461
- Fix runtime PyTorch with python 3.8 by @harshad16 in #465
- Upgrade: Update runtime image on release-2024a based on the commit id: 02193dd by @harshad16 in #466
- Upgrade Elyra with odh-elyra for kfp v2 support by @harshad16 in #467
- [Digest Updater Action] Update notebook's imageStreams image tag to digest format by @github-actions in #469
- Update the annotation with upgrade new value of 2024a upgrade by @harshad16 in #470
- Update GH actions to use Node20 by @jstourac in #463
- [CI] fix the expected metadata of the images by @jstourac in #462
- Update Makefile: Add OS dependant generation of date, selection of proper cmd to locate container engine and automatically select available container engine by @devcoons in #473
- Add Habana 1.13 notebook by @Xaenalt in #380
- Update habana 1.13 packages to align with the 2024a release by @atheo89 in #477
- updating Anaconda dependencies by @trujillm in #476
- Remove kfp_tekton from the testing notebooks by @atheo89 in #478
- Update Readme.md by @atheo89 in #479
- Include the Intel based ML, PyTorch, TensorFlow Images to Workbenches… by @harshad16 in #480
- Update digest updater workflow by @atheo89 in #474
New Contributors
- @braultatgithub made their first contribution in #457
- @mkumatag made their first contribution in #458
- @sharvil10 made their first contribution in #428
- @devcoons made their first contribution in #473
- @trujillm made their first contribution in #476
Full Changelog: v1.15.0...v1.16.0
2023b-v1.15.0
What's Changed
- R studio fixes by @atheo89 in #402
- ci: add workflow to check for vulnerabilities in images by @rkpattnaik780 in #381
- Remove the pre-install R packages by @dibryant in #403
- Revert the patch of pipeline_version_id as pipeline_id by @harshad16 in #406
- Fix naming on R Studio by @atheo89 in #407
- Add more test cases for R Studio notebook by @atheo89 in #392
- [CI] Fix for the yaml files that contain multiple definitions. by @jstourac in #414
- Add RStudio user guide documentation by @atheo89 in #409
- fix name on the path for extension installations by @atheo89 in #416
- Fix package library path on the ressesion.conf file by @atheo89 in #417
- Incorporate settings.json file on vscode server workbench by @atheo89 in #415
- [Digest Updater Action] Update notebook's pipfile to sync with Codeflare-SDK release by @codeflare-machine-account in #420
- Add a GitHub action to perform validation of
params.env
file by @jstourac in #429 - Add hadolint checks for Dockerfiles by @jstourac in #430
- chore: bump version of nbconvert by @rkpattnaik780 in #418
- [gh-actions] Make yamllint strict and other changes by @jstourac in #432
- [Digest Updater Action] Update notebook's pipfile to sync with Codeflare-SDK release by @codeflare-machine-account in #436
- correcting the SHA by @dchourasia in #437
- Upgrade urllib3 version by @dibryant in #419
- Upgrade: Update runtime image on main based on the commit id: 016b3d9 by @harshad16 in #443
- [Digest Updater Action] Update notebook's imageStreams image tag to digest format by @github-actions in #446
- Update the annotation with new codeflare-sdk value by @harshad16 in #447
New Contributors
- @codeflare-machine-account made their first contribution in #420
- @dchourasia made their first contribution in #437
Full Changelog: v1.14.0...v1.15.0
2023b-v1.14.0
What's Changed
- Fix the references to openshift-ai by @harshad16 in #352
- hot-fix: set the workbench-image-recommended anno to false for 2023.1 by @harshad16 in #376
- Update of Anaconda deps... finally by @Xaenalt in #377
- Pre-install some extensions on code-server notebook by @atheo89 in #347
- automation of the hash update on the annotation with digest updater by @dibryant in #375
- pre-install minimal requirment python packages on vscode by @atheo89 in #374
- Add documentation on how you can install db client on code-server by @atheo89 in #379
- Fix: update the typo of ubi9 on trusty ai notebook by @harshad16 in #384
- [Fix] of typo of the code-server package in the relevant manifest by @jstourac in #388
- Use Titlecase for annotation naming by @harshad16 in #389
- Fix: Use code-server reference in all the files by @harshad16 in #390
- Adding Preinstall packages on R Studio workbench by @dibryant in #386
- Upgrade: update codeflare-sdk package to latest version 0.13.0 by @harshad16 in #394
- Fix the typo and keep code-server case-sensitive by @harshad16 in #395
- Upgrade: Update runtime image on main based on the commit id: 2c69d58 by @harshad16 in #399
- [Digest Updater Action] Update notebook's imageStreams image tag to digest format by @github-actions in #401
Full Changelog: v1.13.0...v1.14.0