Skip to content

Version 0.4.2

Compare
Choose a tag to compare
@rokroskar rokroskar released this 28 Aug 12:46
· 1699 commits to master since this release
09e7387

Released 28.08.2019

This is a relatively minor update.

Notable improvements

⭐️ on launching an interactive environment, the user is shown the status of the image build - no more guessing whether the Docker image is there!
⭐️ the source of project templates is now configurable so a platform admin can provide custom templates if needed
⭐️ data and code nodes are styled differently in the graph view
⭐️ the base user images have been updated, notably the R image is now based on Rocker instead of conda

For individual component changes:

Upgrading from 0.4.1

In the deployment values, some credentials need to be indented.
From (0.4.1):

graph:
  jena:
    admin:
      password: <credential>
    renku:
      password: <credential>

to (0.4.2):

graph:
  jena:
    users:
      admin:
        password: <credential>
      renku:
        password: <credential>