Skip to content

Version 0.10.3

Compare
Choose a tag to compare
@pameladelgado pameladelgado released this 02 Dec 19:08
· 830 commits to master since this release
a41208a

This is a bugfix release that includes various fixes to user sessions and some improvements to the UI.

Improvements

  • Datasets: allow canceling a search before it completes.
  • User sessions: rearrange session menu options.
  • User sessions: update Renku commands cheat sheet.
  • UI: notify user when a new renkulab version is available.
  • File display: highlight code syntax in markdown files.
  • File display: support preview of Matlab files.
  • File display: add PDF file viewer.
  • File display: render LaTeX math.

Bug fixes

  • User sessions: CPU limit enforcement is now configurable. Admins should refer to the values documentation to configure this in a Renku deployment.
  • User sessions: keep auto-saved branches after restoring a session with a newer commit.
  • User sessions: a different package is used to decode sessions authorization token.
  • Anonymous sessions: not crash anonymous sessions if these are disabled in a deployment.

Individual components

For a full list of improvements and bug fixes in individual components, please check:

Upgrading from 0.10.2

  • A new secret is needed in redis.password, this can be generated randomly with openssl rand -hex 32 or similar.