Skip to content

Releases: SwissDataScienceCenter/renku-notebooks

Version 1.7.0

17 May 07:20
f9fb4db
Compare
Choose a tag to compare

1.7.0 (2022-05-16)

Bug Fixes

  • app: eliminate unnecessary gitlab calls (#1035) (3ff58d5)
  • app: keep git-proxy alive on session shutdown (#951) (7589230)

Features

  • app: switch git proxy to golang (#993) (3f0f965)
  • app: update Amalthea to version 0.3.0

Breaking changes

The value securityContext.enabled in the notebook service values.yaml used to be used in much older versions and has since been deprecated. However, it may still be used in your values.yaml file. If this is the case it will cause problems when deploying because with this release the securityContext field is directly added as the security context for every container in the notebook service. You can correct this by simply removing this field from your values file along with its parent securityContext field, this will make the notebook service use the default security context which functions properly.

Version 1.6.2

10 Apr 18:20
1aa60d1
Compare
Choose a tag to compare

1.6.2 (2022-04-08)

Bug Fixes

  • chart: revert the removal of bash autosave script (#1011) (2f6f353)

Version 1.6.1

06 Apr 20:58
fcafb1e
Compare
Choose a tag to compare

1.6.1 (2022-04-06)

Bug Fixes

Version 1.6.0

05 Apr 11:04
7a4ea46
Compare
Choose a tag to compare

1.6.0 (2022-04-05)

Features

  • app: add endpoint to verify docker image availability (#990) (e1a9f73)
  • app: add sentry to git clone and autosaves (#963) (7d73cad)
  • app: use python for git clone and autosaves (#956) (e5a86eb)

Version 1.5.1

21 Mar 12:40
3d4c16a
Compare
Choose a tag to compare

1.5.1 (2022-03-21)

Bug Fixes

  • app: enable s3 flag in server options (#969) (18787aa)

Version 1.5.0

15 Mar 10:21
9a3ef97
Compare
Choose a tag to compare

1.5.0 (2022-03-15)

Features

BREAKING CHANGES

  • The status of the session is reported in a different more compact form in the API. This affects the /servers or /servers/<server_name> endpoints.
  • The logs from all containers in the session (including init containers) are returned, not just the logs from the jupyter-server container. This affects the /notebooks/logs/<server_name> endpoint.
  • The logs from /notebooks/logs/<server_name> are returned as a dictionary of strings where the key is the container name and the string is the log.

Version 1.4.1

18 Feb 13:40
0a8b42b
Compare
Choose a tag to compare

1.4.1 (2022-02-18)

Bug Fixes

  • app: remove S3 flag from server options (#940) (a2768d6)

Version 1.4.0

15 Feb 20:31
51bf8ed
Compare
Choose a tag to compare

1.4.0 (2022-02-15)

Features

  • chart: add anti-affinity to stateful set (#915) (67b3b80)

Bug Fixes

  • app: modify terminology for mounting S3 buckets (#922) (9f93dcf)
  • chart: allow mounting of S3 buckets to be enabled without installing Datashim (#922) (9f93dcf)

Breaking changes

The impact of the following breaking changes is minor because they only affect deployments that mount S3 buckets in user sessions. However as this is an experimental feature that was released very recently (and is turned off by default) it is very unlikely that any users are affected by this. Only users who have enabled S3 bucket mounting in sessions in 1.3.0 and are using this will be affected by this change.

  • the API endpoints that start user sessions or list them use cloudstorage in their request/response schemas rather than s3mounts
  • the values for the Helm chart related to mounting S3 buckets have also changed to use cloudstorage instead of s3mounts, and the setupt for mounting S3 buckets can be found under cloudstorage.s3

Version 1.3.0

08 Feb 10:07
4fdd116
Compare
Choose a tag to compare

1.3.0 (2022-02-08)

Bug Fixes

  • app: case insensitive project and namespace (#858) (56c2db4)
  • app: do not accept an empty anonymous user id (#845) (0fa71df)
  • app: return proper values for image and repository (#834) (39a6d96)

Features

  • app: enable age-based session culling (#848) (b92722d)
  • chart: modify for custom CA certificates (#788) (1a7f15c)
  • app: mount s3 buckets in sessions (#729) (808e767)
  • Upgrade Amalthea to 0.2.3

Version 1.2.1

01 Dec 08:50
e9a222e
Compare
Choose a tag to compare

1.2.1 (2021-12-01)

Bug Fixes

  • app: apply CPU limits to user sessions (#826) (29d44a2)
  • app: do not delete autosaves before restoring (#814) (32f6c5e)
  • app: use 3 scenarios for session cpu limits (#828) (ff7899d)
  • app: use pyjwt to decode token (#818) (4987db1)
  • app: user not authenticated and anonymous sessions not allowed (#829) (edb9c03)