Skip to content

v2.9.0

Compare
Choose a tag to compare
@andrewballantyne andrewballantyne released this 31 Mar 15:58
· 2541 commits to main since this release
5786e1d

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