Skip to content

Releases: opendatahub-io/odh-dashboard

v2.9.1

19 Apr 20:50
15d6bf4
Compare
Choose a tag to compare

Notable Changes

  • Architectural information was added to the docs of the repo for added understanding of the infrastructure of the Dashboard for contributors
  • Improvements to quality; tests & a11y
  • Minor bug fixes in DS Projects

What's Changed

Full Changelog: v2.9.0...v2.9.1

v2.9.0

31 Mar 15:58
5786e1d
Compare
Choose a tag to compare

Notable Changes

  • We now detect if a user has self provisioner status and hide the DS Project create button if they do not
    • This should improve the UX for deployments whom grant projects to users and the users cannot provision their own
  • Promoted the Data Connection content to the top of the create Workbench form in DS Projects -- this was hidden before under the AWS Secret for env vars... however it is seen as a primary element in the DS Project details page, so it needed to share the same flow
  • Removed the odd PVC limit in DS Projects -- used to be x2 of what was done for Jupyter tile, but served no real purposes to be that way
  • Addressed a regression issue with Jupyter tile (when we migrated from JupyterHub) -- storage classes can now be provided for all PVCs created in the Jupyter tile
    • You'll need the user not to have a PVC for this to apply -- PVCs do not allow modification to their spec once created
    • You'll need to set it in the OdhDashboardConfig under .spec.notebookController.storageClassName, this is an override to using the default storage class
    • DS Projects will get an improved UI to this at a future date including proper Admin UI -- this was a stopgap for a regression we caused
  • Fixed other small issues with Model Serving & DS Projects
  • Development
    • We upgraded to node 18 -- anyone running locally will likely need to upgrade their env otherwise there is likely dep install issues
    • We added CI Storybook tests, so our PRs now run tests as part of their inclusion

What's Changed

Full Changelog: v2.8.0...v2.9.0

v2.8.0

10 Mar 15:38
a9513ae
Compare
Choose a tag to compare

Notable Changes

  • We have disabled Model Serving Metrics since the last release, there are undesirable outcomes involved and we need to rework it to provide more meaningful user experience
  • Continued to address A11y (accessibility) issues throughout the app
  • Improved security in some areas
  • Refresh your permission status every 30s to see if you have more or less permissions

What's Changed

New Contributors

Full Changelog: v2.7.0...v2.8.0

v2.7.0

17 Feb 19:19
01da86e
Compare
Choose a tag to compare

Notable Changes

  • Added Model Serving Metrics page
    • You'll need for ODH to setup the CR value spec.dashboardConfig.metricsNamespace to where you deploy the model metrics stack
    • This may still be influx at time of release from a monitoring stack point of view
  • Started addressing accessibility (aka. a11y) in the Dashboard -- will continued to improve this as time goes on
  • Fixed the styling issue with dropdown fields not having a border
  • Added the ability to enable GPUs for Model Serving -- requires the use of an override config
    • This is not a strongly supported path, but you can view #935 to know more about how it was setup
  • Improved misc issues and QoL items in Model Serving flows and the Data Science Projects flows

What's Changed

New Contributors

Full Changelog: v2.6.0...v2.7.0

v2.6.0

27 Jan 19:49
31aff2f
Compare
Choose a tag to compare

Notable Changes

  • Support for the overriding of the Model Server via the modelserving-config configmap in the Dashboard namespace
  • Misc bug fixes to Model Serving and Data Science Projects
  • Some CI/CD & Readme updates to the repo to help manage and explain the development cycle

What's Changed

Full Changelog: v2.5.2...v2.6.0

v2.5.2

09 Dec 18:21
b90244e
Compare
Choose a tag to compare

Notable Changes

  • QoL improvements to the Data Science Projects view
  • Further improvements to OAuth container token invalidation
  • Bug fixes around the Administrator tab in the KFNBC to allow stoping from that tab (vs viewing the desired notebook and clicking stop from there)

What's Changed

Full Changelog: v2.5.1...v2.5.2

v2.5.1

30 Nov 19:27
cf1666a
Compare
Choose a tag to compare

Notable Changes

  • Improvements to Model Serving to help it work through some edge cases and gaps
  • Re-enabled the auto refresh when OAuth token fails after a couple days -- will only auto refresh every hour or per initial browser session startup

What's Changed

Full Changelog: v2.5.0...v2.5.1

v2.5.0

18 Nov 22:01
5c217f4
Compare
Choose a tag to compare

Notable changes

  • Model Serving
  • DSG Improvements
  • Re-enable of the Administration Tab for Jupyter spawner page

What's Changed

Full Changelog: v2.4.0...v2.5.0

v2.4.0

31 Oct 19:12
e8ff744
Compare
Choose a tag to compare

Notable Changes

  • Data Science Groupings (DSG)
    • Optional feature -- enabled through the disableProjects (set to false) feature flag found in OdhDashboardConfig
    • When enabled it will grant access to users of the Dashboard the ability to create their own projects in OpenShift Console through the Dashboard interface
    • Within' projects, you'll be able to create the same Juypter Notebooks (now called Workbenches within' the DSG as to grow beyond Notebooks in time)
    • You'll have greater flexibility with what and how many storages you use
    • There is a greater create and management system in place as a foundation for what we will grow into
  • We also improved the performance behind the Jupyter tile in the hopes to make it easier on the network
  • GPU auto scaling detection work
  • GPU override to remove any detection and just always have a flat number (or if preferred to fully disable even when GPUs are available)
    • See the spec.notebookController.gpuSetting property in the OdhDashboardConfig CRD for a description on options

What's Changed

Full Changelog: v2.3.1...v2.4.0

v2.3.1

06 Oct 15:32
64da86e
Compare
Choose a tag to compare

Notable Changes

  • Some general UX improvements to the Tolerations Settings & Spawner Page validation
  • Improved security around the Spawner Page
  • Improved performance in on the Spawner Page

Release Milestone

What's Changed

New Contributors

Full Changelog: v2.3.0...v2.3.1