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

v0.2.0

Compare
Choose a tag to compare
@dstoyanova dstoyanova released this 02 Nov 13:56
c7aa19e

New functionality

  • Introduced ownership for Lab Sessions
  • Asynchronous allocation of Project resources with Celery tasks
  • Added API permission classes
  • Added Cron Jobs under Experiments
  • Introduced Project Activity log
  • Added resource limits for deployments
  • Introduced basic monitoring overview
  • Defined default project structure through
stackn init
  • Added new commands in the CLI client
stackn project add members ...

stackn --version

stackn lab create -flavor ... -environment ...

stackn lab list all

stackn create/get/delete dataset ...
  • STACKn local deploy (instructions available for macOS and Linux)

Bug fixes

  • Only the Project owner can grant access to it
  • Cleaned up obsolete k8s jobs from the kubernetes cluster
  • Optimized Django migrations management