2023b-v1.13.0
We have completed the release for sprint 1.36 π π π₯³
Notable Changes
This release brings several noteworthy changes and improvements. Here's a summary of what you can expect:
-
VS-Code & RStudio: User can directly use the kustomize base to deploy vscode and Rstudio from this release. With OpenDatahub 2.4, the vscode and rstudio, were directly available on OOTB workbench. With this developer can deploy vscode and rstudio along with all the other OOTB on developer mode.
-
VS-Code: With this release, the user can utilize the code-server built on top of the UBI9 image.
Users can use the images with the prefix codeserver-ubi9 (ex:codeserver-ubi9-python-3.9-20231116-271208a
) from the image registry to utilize UBI9 base codeserver.- #319.
-
Annotation:
image-tag-outdated
: The user can use the annotation image-tag-outdated in the imagestream, to disable the tag from showing up in the Opendatahub Dashboard. This feature can be used in the upcoming Opendatahub version 2.5. With the older image would be disabled from selection and only be available for run in pre-existing workbenches. -
Annotation:
build-info
: With next release imagestream will have associated commit id added as annotations, so users can differentiate directly from imagestream, instead of looking up the images. -
Runtime-images: The base runtime-images supplied from the notebooks for Elyra pipeline, are adjusted to have all the elyra based-python package requirements to be pre-installed in them. The package no longer be installed during the runtime.
Improvements and Bug Fixes
We've addressed several critical issues and bugs that were affecting the performance and usability of our notebooks. These fixes enhance the overall stability and functionality of our notebooks as listed below.
-
Elyra validate : The elyra-validate command is fixed, in past version it was failing to validate pipeline if they contained pipeline properties.
-
jupyterlab notification disabled: The jupyterlab notification pop-up is now disabled.
What's Changed
- Move vscode and r-studio to the base layer in ODH by @atheo89 in #300
- [Fix] typo in some docker image labels
k9s
instead ofk8s
by @jstourac in #308 - feature: Included annotation to the outdated image tags by @harshad16 in #315
- chores: upgrade of libnghttp2 binary package in ubi8 by @harshad16 in #314
- adding build commit info annotations in imagestream by @dibryant in #307
- chores: Included template for issues creation by @harshad16 in #313
- [Fix] typo of the TensorFlow name in HabanaAI notebook manifest by @jstourac in #325
- Upgrade codeflare-sdk with the latest 0.12.0 by @harshad16 in #326
- fix: trustyai annotation and habana version to 2023.2 by @harshad16 in #328
- fix: disable announcement of jupyterlab notification by @harshad16 in #318
- Update Imagestreams in favor codeflare upgrade from 0.8 to 0.12 by @atheo89 in #333
- Rebase VSCode to UBI9 instead on C9S by @atheo89 in #319
- fix: add workaround patch for elyra validate by @rkpattnaik780 in #324
- feature: install package directly on runtime images by @harshad16 in #330
- Update runtime image on main based on the commit id: a721fda by @harshad16 in #360
- [Digest Updater Action] Update notebook's imageStreams image tag to digest format by @github-actions in #369
Full Changelog: v1.12.0...v1.13.0