Skip to content

v0.7.0

Compare
Choose a tag to compare
@carlosms carlosms released this 26 Sep 14:28
· 32 commits to master since this release
c7e95a2

Changed

  • Make celery workers run as separate containers (#269).

    This is a breaking change in the way the container is deployed. Now it requires to be deployed as two containers, one with the environment SUPERSET_ENV=production and the other one with SUPERSET_ENV=celery.

Internal

  • Improve documentation about development mode to run source{d} with hot reloading. Previous documentation didn't explain how to build the sourced-ui development image.