Skip to content

Releases: SwissDataScienceCenter/renkulab-docker

Version 0.10.1

09 Sep 10:24
Compare
Choose a tag to compare

0.10.1 (2021-09-09)

Bug Fixes

  • allow rstudio to run in an iframe (6ac7fb8)
  • remove logic to avoid race condition in entrypoint (621e208)
  • use virtualenv manually instead of pipx for renku install (ba6cccc)

Images

Version 0.10.0

01 Sep 13:29
Compare
Choose a tag to compare

0.10.0 (2021-09-01)

This release makes all base-images compatible with Amalthea-based sessions (while still being compatible with Jupyterhub-based sessions), and adds a base image for batch execution.

Features

Breaking changes

  • Automatic cloning of renku-env repositories on session launch has been removed. People relying on this functionality can still achieve it by adding that clone to a post-init.sh script in their repository. A better solution for storing user configuration is currently being discussed.

Images

Version 0.9.0

10 Aug 10:01
35900b0
Compare
Choose a tag to compare

0.9.0 (2021-08-10)

This release tags the correct Python version in the Docker images, since Jupyter 3.0 now gives Python 3.9 as standard.

Bug fixes

  • update python version 3.8 to 3.9 (eb2d1f8)

Features

Version 0.8.0

09 Jul 13:26
11bfccd
Compare
Choose a tag to compare

0.8.0 (2021-07-09)

This release updates JupyterLab version to 3.0.x, which should result in improved UX for Jupyter users. Many underlying
libraries were also updated so some bugs have yet to be discovered.

Bug Fixes

Features

Version 0.7.7

10 Jun 07:27
fa9dcf1
Compare
Choose a tag to compare

0.7.7 (2021-06-10)

This release adds jq as standard to all the base images to process JSON files from Renku.

The VNC has been revamped to include Renku branding and clipboard features. Fonts and colours have been harmonised with the UI.

Bug Fixes

  • r: add star-notebook.sh script (2debcbe)

Features

Version 0.7.6

10 May 16:16
7df1a72
Compare
Choose a tag to compare

0.7.6 (2021-05-10)

This release updates the Julia Docker images to the latest version, 1.6.1.

The source for TigerVNC has been switched from bintray (obsolete) to sourceforge.

Features

  • updates Julia to 1.6.1 and VNC to sourceforge (#149)

Version 0.7.5

06 Apr 13:42
0a667be
Compare
Choose a tag to compare

0.7.5 (2021-04-06)

This release updates all of the base libraries and changes the underlying operating system to Ubuntu 20.04 as well as upgrades the python version to 3.8.

In addition, a new base-image extension is added that includes a full desktop server, which allows users to run linux desktop applications directly from their RenkuLab sessions.

Features

Version 0.7.4

10 Feb 15:51
991e99e
Compare
Choose a tag to compare

Features

Simplify installation of VSCode into the docker image via a packaged script.

Version 0.7.3

19 Nov 12:51
f3a7a37
Compare
Choose a tag to compare

0.7.3 (2020-11-12)

Bug Fixes

  • do the renku-env after git credentials are configured (#133) (f3a7a37)

Version 0.7.2

02 Nov 13:36
158d97a
Compare
Choose a tag to compare

0.7.2 (2020-11-02)

Bug Fixes