Skip to content

Releases: opendatahub-io/odh-dashboard

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

v2.3.0

16 Sep 20:18
07188dd
Compare
Choose a tag to compare

Notable changes

  • Components including ISVs are now k8s resources and thus need an OdhApplication CR to show up
    • In addition to OdhApplication, we have OdhDocument and OdhQuickStarts now as CRs
  • There was notable improvements to the event system in the Start Spawner modal -- it should show less critical looking issues during scaling and within' the first moments of the Modal
  • Improved more on the security layer front
  • Jupyer/KFNBC now supports opening in a new tab

What's Changed

Full Changelog: v2.2.0...v2.3.0

v2.2.1

22 Sep 19:59
8aeb97d
Compare
Choose a tag to compare

Notable Changes

v2.2.0 had an issue with the liveness/readiness probe. This release is just one commit on top of v2.2.0 to fix that issue.

What's Changed

  • Update liveness/readiness probe with an endpoint without auth. by @cfchase in #543

Full Changelog: v2.2.0...v2.2.1

v2.2.0

12 Sep 20:37
7aef2ba
Compare
Choose a tag to compare

Notable changes

  • Lots of security fixes -- all end points are secured through the x-forwarded-access-token provided by the oauth container during setup
    • Users should not be able to request resources that are not theres (with the exception of admins)
  • Various QoL fixes to make the Dashboard smoother
  • Allow the admin to view the servers that are running from the Administration view

What's Changed

Full Changelog: v2.1.1...v2.2.0

v2.1.1

02 Sep 04:25
9bed7af
Compare
Choose a tag to compare

Primary Content

Bug fix release - 2.1.1 Milestone

What's Changed

Full Changelog: v2.1...v2.1.1

v2.1.0

25 Aug 15:12
5346d0b
Compare
Choose a tag to compare

Major content

  • KubeFlow NoteBook Controller (aka KFNBC, Jupyter, or notebook controller) got a lot more features since the last release
    • We have gone forward with suggesting it gets enabled now to replace the external component JupyterHub
    • Setting spec.notebookController.enabled to true in the OdhDashboardConfig will enable the UI to switch the component tile from JupyterHub over to Jupyter
    • JupyterLab has been configured to return back to the ODH Dashboard for the control panel
  • Admin UI got the ability to configure the users who have access to the Dashboard (aka Allowed Users) and who are Admins on the Dashboard
    • Allowed Users is just a distinction of who can make KFNBC Notebooks
    • It should be noted that the Dashboard is still read-only if you are not allowed but are authenticated to reach the Dashboard

For more details on what PRs have merged since the last release, see the What's Changed section below.

What's Changed

New Contributors

Full Changelog: v2.0...v2.1-rc