Skip to content

Releases: opendatahub-io/odh-dashboard

v2.18.1-incubation

07 Dec 14:11
Compare
Choose a tag to compare

Features Incubating

These are based on the latest release to main (Release Notes for v2.18.0) + some bug fixes fixes

  • Reworks the incubation branch to include our component library upversion, Patternfly (v5)
  • f/storage-class: A workaround for not having a default Storage Class set on your cluster
  • f/ossm: Initial implementation of Service Mesh & Istio Proxy
  • f/mserving-metrics: Additional features for Model Serving - TrustyAI Bias, Performance Metrics, UWM support
  • f/accelerator-admin-support: Admin flows for adding Accelerator Profiles
  • f/pipelines-enhancements: Logs & other improvements for DS Pipelines

What's Incubation?

Read more about incubation in our docs.

If you have any questions regarding incubation, please log a question-based issue. We look forward to improving the flow and adding more clarity.

v2.18.0

17 Nov 19:28
e8b1c06
Compare
Choose a tag to compare

Notable Changes

  • OpenShift Console & DS Projects Improvements
    • Projects created in OpenShift Console can now be read in by the Dashboard
    • There is a dropdown on the DS Projects list view that allows you to switch between DS only Projects and all projects your user has RBAC access to
    • There is a limiting nature to some of the projects shown here, but they should only impact the cluster-admin user (you will not be able to see the openshift- and kube- prefixed projects that you can in OpenShift Console, for instance)
    • We remember this setting for convenience
    • Data Science flows should work fine in these projects
  • KServe feature in the Operator's DataScienceCluster (DSC) is now available in the Dashboard
    • Single model (KServe) & multi-model (Model Mesh) are now supported in the Dashboard
    • New installs will favour single model Model Serving
    • Existing installs should continue running on the multi-model Model Serving
  • "Area" Checks now auto hide Dashboard flows
    • If you disable a resource in the DSC (managementState: Removed), it should hide the corresponding section in the UI
    • Feature flags exist for the same set of DSC resources (in addition to several flows specific to the UI -- like Projects View)
      • This is intended to give extra flexibility in hiding UI flows but keeping on-cluster resources for GitOps or other API driven flows
    • Disabling either DSC managementState status or the feature flag will hide that area in the Dashboard
      • If the area is reliant on another area that is disabled, the flows for that area should hide as well
    • For more details on how the relationship is constructed, see our Areas map
  • General bug improvements

What's Changed

New Contributors

Full Changelog: v2.17.0...v2.18.0

v2.17.0-incubation

27 Oct 14:37
Compare
Choose a tag to compare

Features Incubating

These are based on the latest release to main (Release Notes)

  • Model Serving Metrics - #1128
  • Model Bias/Explainability - #1127
  • Pipeline Experiments (Modals / Table / Run creation flows) - #1115
  • Pipeline Enhancements - #1651
    • Logs
    • Better param handling
    • Duplicating a run copies last run input parameters
  • Default-less Storage Class Clusters for DS Projects - #1919

    Edge case support for no storage class default on your cluster
    Make use of this by using the spec.notebookController.storageClassName field

What's Incubation?

Read more about incubation in our docs.

If you have any questions regarding incubation, please log a question-based issue. We look forward to improving the flow and adding more clarity.

v2.17.0

27 Oct 14:33
265b0b2
Compare
Choose a tag to compare

Notable Changes

  • Improved our Admin Custom Notebook Image flow
    • Should be easier to find your resource now in OpenShift Console -- a popover is next to the image name with a copy feature
    • There is better detection on create
    • Improved the software and package flows when adding metadata to your images
  • Bug fixes

What's Changed

Full Changelog: v2.16.0...v2.17.0

v2.16.0

06 Oct 14:08
b9f4a84
Compare
Choose a tag to compare

Notable Changes

  • AcceleratorProfiles (and Habana support) are now available
    • Accelerators are the group term for GPUs & AI specific chips that don’t include the Graphics (“G” in GPU) aspect
    • An AcceleratorProfile is a way to describe the backing resource
    • AcceleratorProfiles have “identifier” to speak nvidia.com/gpu or any brand that a Node would understand and be able to schedule
      • Each profile has the ability to come with a description & and display name to curate it for your users
      • Tolerations can not be specified more openly for existing Nvidia GPU and any future accelerators you want to support
    • Since this is the grouping term for our existing support of Nvidia GPUs, a couple things are updated in this area
      • On upgrade, if you have GPUs installed, we should detect that and create you a migrated-gpu AcceleratorProfile
      • If you have any problems with this, an AcceleratorProfile can be created in the application namespace (where the Dashboard is deployed)
    • We welcome all feedback, please log an issue if you see gaps in our flow for your use-cases
  • Bug fixes

What's Changed

New Contributors

Full Changelog: v2.15.0...v2.16.0

v2.15.0-incubation

15 Sep 16:44
Compare
Choose a tag to compare

Note: This is our first official tagged release for incubation -- we are working through the details, should improve moving forward.

Known Issues

  • #1795 - This did not make this release and will be in the next one.

Features Incubating

These are based on the latest release to main -- v2.15.0 Release Notes

  • Model Serving Metrics - #1128
  • Model Bias/Explainability - #1127
  • Improvements to Notebook Images - #1254
  • Habana Support - #1450
  • Pipeline Experiments (Modals / Table / Run creation flows) - #1115
  • Pipeline Enhancements - #1651
    • Logs
    • Better param handling
    • Duplicating a run copies last run input parameters

What's Incubation?

We are working to document this flow more clearly, but for the first release notes associated to it -- here is a quick summary / understanding of it.

  • The items listed above are development completed & tested internally items, but not fully reviewed for edge cases (QA) or if it meets the requirement we set out to provide with the given feature (users really dictate the use-cases / direction of a feature)
  • An ODH release -- comes from the incubation branch not main
    • This means that main is Stable, incubation is bleeding edge
  • Each release of incubation (releases like this) should contain a release note of the last stable release
  • This release will be our official contribution to the ODH Manifests (this is changing soon, keep an eye out for an update)
  • What if I find a bug or want to ask for a future enhancement on what you provide here? Same as always, log an issue
    • The Bug issue template has an option for you to say ODH release or incubation branch if you want
    • The Feature issue template does not -- but that's okay, effectively you're still asking for "something", just detail out your request
  • What are the issues associated in the list above? They are our trackers, our "grouping" of items. Each Tracker has a branch, we intend to release these items in these groupings of work (this will be cleaned up soon to offer more information)

If you have any questions regarding incubation, please log a question-based issue. We look forward to improving the flow and adding more clarity.

v2.15.0

15 Sep 12:31
b4d723e
Compare
Choose a tag to compare

Known Issues

  • #1795 - This did not make this release and will be in the next one. We hot-fixed it specifically for RHODS as it was tied to their automation.

Notable Changes

  • Improved our Workbench notifications for cases where the details would not represent if there was an issue starting the Pod
  • Improved the Deploy Model folder path field to more accurately represent the requires of the path
  • Arrowheads have been added to the Pipeline graphs, indicating a left-to-right direction more clearly
  • Added SME documentation for the community & PR Authors to be able to ping more accurately the designers and developers
  • Added an Input Parameters tab to the bottom drawer in Pipeline Runs to showcase the fields entered on the create run page
  • Added shm value to the Model Serving server on creation (ServingRuntime resource)
  • Other misc improvements

What's Changed

New Contributors

Full Changelog: v2.14.1...v2.15.0

v2.14.1

16 Aug 18:24
d61c590
Compare
Choose a tag to compare

Notable Changes

  • Small release for minor bug fixes

What's Changed

Full Changelog: v2.14.0...v2.14.1

v2.14.0

03 Aug 22:28
88206c9
Compare
Choose a tag to compare

Notable changes

  • Bug fixes
  • Deprecate kfdefs applications

What's Changed

New Contributors

Full Changelog: v2.13.0...v2.14.0

v2.13.0

14 Jul 19:33
672b772
Compare
Choose a tag to compare

Notable Changes

  • OAuth Proxy upversioned to v4.10
  • Bug fixes

What's Changed

New Contributors

Full Changelog: v2.12.0...v2.13.0