Skip to content

Version 0.4.1

Compare
Choose a tag to compare
@rokroskar rokroskar released this 08 Aug 13:58
· 1705 commits to master since this release
ff31cac

Released 08.08.2019

This release brings critical improvements primarily to the web UI, the performance of the notebook service, and the knowledge graph backend.

Notable improvements

  • notebooks can now be launched from any branch and/or commit 🚀
  • the file lineage view has been redone to highlight data inputs/outputs differently from executions 🔍
  • the lineage graph is zoomable 🎉
  • support for additional new project templates
  • ability to browse public projects anonymously 👾
  • project forking (with automatically triggering the image build) 🍴
  • import/export of datasets to zenodo via the CLI 🥇
  • managing datasets can be done on a “dirty” repo

For changes to individual components, check:

Upgrading from 0.4.0

In the deployment values, a new credential needs to be added:

graph:
  jena:
    admin:
      password: <generate with openssl rand -hex 32>
    renku:
      password: <same as the admin password before>

Also in the graph section, a new knowledgeGraph section is added:

graph:
...
  knowledgeGraph:
    services:
      renku:
        url: https://<renku instance gitlab URL>