Version 0.10.0
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
- add base image for batch execution (#173) (141a832), closes #172
- make images fully amalthea ready (1dd8154)
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.