Skip to content

Releases: opendatahub-io/odh-dashboard

v2.24.0

19 Jun 19:19
c9ec3f9
Compare
Choose a tag to compare

Note, this was released late but is of the commits from last Friday.

Notable Changes

  • DS Pipelines v2 Artifact & Execution rendering is available
    • More work expanding existing functionality around collapsing/expanding groups in the graphs of Pipelines & Runs
  • Improvements to work in progress features
    • Model Registry
    • KServe Metrics
  • Misc bug fixes & improvements

What's Changed

Full Changelog: v2.23.0...v2.24.0

v2.23.0

31 May 20:22
a7032c6
Compare
Choose a tag to compare

Notable Changes

  • New Home Page
  • Having an Internal Image Registry should not be a requirement anymore
  • Improvements to the DS Pipelines v2 Runs
    • Groups are now supported in the visualization
    • Artifacts are more designed visually part of the visualization
  • Improvements to work in progress features, behind feature flags
    • Model Registry
    • DS Pipelines v2 Artifact & Execution rendering
  • Misc Improvements

What's Changed

Read more

v2.22.2-odh

10 May 20:40
Compare
Choose a tag to compare

Notable Changes

  • Continued progress on Distributed Workload bugs, Model Registry feature, and Data Science Pipelines v2 effort
  • Misc improvements

What's Changed

New Contributors

Full Changelog: v2.22.1-incubation...v2.22.2-odh

v2.22.1-incubation

19 Apr 17:12
Compare
Choose a tag to compare

Notable changes

  • v2.22.0 release
  • Continue improvements on DSPv2
  • Added more work for default-disabled new features (Home, Model Registry)
  • Other misc improvements

What's Changed

New Contributors

Full Changelog: v2.22.0...v2.22.1-incubation

v2.22.0

12 Apr 19:18
a0e5d7f
Compare
Choose a tag to compare

Notable Changes

  • Data Science Pipelines (DSP) v2
    • We merged in a v2 DSP API and drop v1 DSP API in the Dashboard
    • Pipelines that exist in your cluster on the old v1 API will not work going forward in the Dashboard, Workbenches & direct API access should continue to work
  • DS Projects Redesign
    • The DS Projects view has gotten a redesign: New tab based UI & Overview tab
  • Distributed Workload Metrics
    • New feature enabled, visualize your workloads and metrics of distributed workload in the dashboard
  • Token Authorization in KServe
  • Misc improvements and some under feature flag work continues to be done

What's Changed

Read more

v2.21.2-incubation

28 Mar 21:12
Compare
Choose a tag to compare

Notable Changes

  • Data Science Pipelines (DSP) v2
    • We merged in a v2 DSP API and drop v1 DSP API in the Dashboard
    • Pipelines that exist in your cluster on the old v1 API will not work going forward in the Dashboard, Workbenches & direct API access should continue to work
  • DS Projects Redesign
    • The DS Projects view has gotten a redesign: New tab based UI & Overview tab
    • There are still some issues, but we are looking through getting those resolved asap
  • Misc improvements and some under feature flag work continues to be done

What's Changed

Read more

v2.21.1-incubation

08 Mar 15:13
Compare
Choose a tag to compare

Details

Moving forward we are reducing our overhead and doing away with the incubation concept. As we move forward we will just be "early releasing" our code into ODH based on what we have actively being developed in our main branch. This has some added benefits of making one stream of code and fixes so there is less "how do we get this for ODH vs RHOAI". This also has the added benefit of working to get all our early access work on RHOAI features to ODH as we develop them

We are at the same time looking to do away with our feature branches -- we will clean these up in the near future, everything should be locked behind feature flags (which will also be getting a facelift soon)

If you have any questions about this process, feel free to log a question ticket and we'll get back to you asap

It should be noted, there is a lossy effect with this release.

  • We dropped Service Mesh support & the feature flag
  • We may have lost some small feature that we were unaware of
  • This is a reset on main with community features brought over
  • If you have any knowledge of a loss of a feature and want it back, please let us know with a question ticket

What's Changed

New Contributors

Full Changelog: v2.21.0...v2.21.1-incubation

v2.21.0

04 Mar 13:31
bab4396
Compare
Choose a tag to compare

Noteable Changes

  • A workaround for the lack of a default storage class -- using the spec.notebookController.storageClassName field in the OdhDashbaordConfig will allow you to set one for the DS Projects (only if there is no default storage class -- does nothing for DS Projects if you do have one)
  • Initial Distributed Workloads work (disabled by default) - more will be said the further along we get
  • Enable GRPC support for model serving routes
  • Misc bug fixes & improvements

What's Changed

New Contributors

Full Changelog: v2.20.0...v2.21.0

v2.20.0

09 Feb 21:45
ea16972
Compare
Choose a tag to compare

Notable Changes

  • Pipeline features
    • Pipeline Logs
      • The ability to view the logs behind each step of a task in the details page of Pipeline Runs
    • Pipeline Versions
      • The support for Pipeline Versions in the Pipelines page (this replaced the pre-existing last 5 runs)
      • You should be able to filter on runs associated with each version
    • Pipeline resources are now entirely server-side manageed
      • This has changed the filtering and sorting mechanisms of the various tables
      • You can now paginate through all the various resources to see all your data (largely this will improve viewing runs)
    • We are working on release v2 of Pipelines, and thus there is now a deprecation notice on v1
      • After you update to the v2 release (aimed at next release) your Pipeline UI will no longer be usable inside the Dashboard due to incompatibility in the API versions
      • API is still directly available (until you delete your DSPA)
      • Elyra notebook usage is still available (until you delete your DSPA)
  • Other misc fixes & improvements

What's Changed

Read more

v2.19.1-incubation

01 Feb 18:32
Compare
Choose a tag to compare

Features Incubating

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

  • 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/pipelines-enhancements: Pipelines Logs, Pipelines Versions & other improvements for DS Pipelines (eg. server side paging requests)

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.