Skip to content
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.

v0.5.0

Compare
Choose a tag to compare
@morganekmefjord morganekmefjord released this 29 Oct 10:55
· 274 commits to main since this release
76365e1

v0.5.0

New functionality

  • Apps and project templates added as separate folders (can be installed via CLI)
  • CLI has been refactored
  • Added support for MLflow
  • Default environments (images) added to "default" project template
  • Functionalities added to CLI, including "insecure" mode enabling local deployment without certificates
  • Support for setting app tags added
  • New static files for django admin site
  • Various updated to the UI for easier navigation and structure
  • Model cards added after model deployment, also support in CLI
  • Can now deploy STACKn in either debug mode with the develop server, or in production mode with gunicorn and serving static content with nginx
  • Reloader added for making updates on change on ConfigMaps and Secrets

Bug fixes

  • Fix in publishmodel object: onetoone project field to foreignkey
  • Keycloak resources now deleted properly when project is deleted
  • Random credentials are now generated when creating new projects from templates
  • Fix bug in celery worker deployment
  • Longer length of project names is now allowed
  • Deleting projects via CLI now works
  • Various bug fixes in UI
  • Various minor bug fixes

Other

  • master branch is archived, new default branch is main
  • README.md has been restructured (instructions for local deployment)