Releases: SwissDataScienceCenter/renku-notebooks
Releases · SwissDataScienceCenter/renku-notebooks
Version 1.2.0
1.2.0 (2021-11-15)
Bug Fixes
- app: check out the correct branch instead of always master(#802) (5a9ffbe)
- chart: use current fallback renku image (#803) (30df71b)
Features
- chart: add session tolerations, affinity, nodeSelector (#806) (49a2d54)
- app: new Amalthea version - 0.2.1
Version 1.1.1
1.1.1 (2021-11-08)
Bug Fixes
- add ingress annotation to each session so iframes work (#794) (f854d34)
Version 1.1.0
1.1.0 (2021-11-02)
Bug Fixes
- app: displaying gpu resources in API responses (#786) (6784504)
- app: use the right storage class name parameter in Jupyter server manifest (#769) (0481561)
- app: when a gitlab project does not exist log a warning instead of error (#763) (ce7af2a)
Features
- app: option to not limit size of user session emptyDir (#785) (3a0eae8)
Version 0.8.20
0.8.20 (2021-10-13)
Bug Fixes
- app: reduce load on hub by caching responses (#776) (e5063d0)
Version 0.8.19
0.8.19 (2021-10-05)
Bug Fixes
- app: make size limit optional for empty dir user session storage (#771) (abf9a24e)
Version 1.0.0
1.0.0 (2021-09-16)
Features
- app use Amalthea to run sessions through a K8s operator (#668) (f808ac0)
Bug Fixes
- tests pin setuptools version in test image build (60fb7df)
- app use jupyter notebook as arg for launching a server (2894bee)
Breaking changes
- The use of Amalthea and removal of Jupyterhub will require some changes. Namely:
- All references to Jupyterhub in the
values.yaml
have been removed and are not required anymore.
- Amalthea is installed from a separate helm chart which is now a dependency of the
renku-notebooks
helm chart.
- Several new sections have been added to the
values.yaml
file which are required by Amalthea. These include amalthea
, oidc
, sessionIngress
, culling
and tests
.
- Some older images with Rstudio will open Rstudio in a directory one level above the repository. This can be fixed by upgrading to a newer version of the base image in the Dockerfile in the relevant renku project.
- This version is not backward compatible with the user sessions from older versions. Therefore before deploying the admin should notify users to save their work and shut down all active sessions. During the deployment the admin should clean up all remaining user sessions and then deploy this version.
Version 0.8.18
0.8.18 (2021-08-11)
Bug Fixes
- app: bugs with mistyped variable and missing branches in autosaves (#723) (cebb39d)
- app: listing sessions when a project has been deleted (#718) (2c65ede)
Version 0.8.17
0.8.17 (2021-07-29)
Bug Fixes
- app: fix failing on pvcs created with old 0.8.4 renku verison pvc naming (fb7e318)
Version 0.8.16
0.8.16 (2021-07-28)
Bug Fixes
- app: upper case letters in pvc name (f6cfb8b)
Version 0.8.15
0.8.15 (2021-07-23)
Bug Fixes
- app: properly display the storage space requested from a user session (#708) (9aa1df6)