From 170d311fc9aab51e0b45727ca2a05f1f6ff1ab3c Mon Sep 17 00:00:00 2001 From: Tasko Olevski Date: Tue, 12 Nov 2024 15:55:15 +0100 Subject: [PATCH] chore: update 0.61.0 changelog --- CHANGELOG.rst | 21 +++++++++++++++++++++ helm-chart/renku/values.yaml | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1d60874a6..2ae0c81e4 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,7 +3,28 @@ 0.61.0 ------ +Renku 0.61.0 introduces a new version of Amalthea that supports running sessions with Docker images +that do not contain Jupyter server. +NOTE to administrators: This upgrade introduces a brand new CRD for sessions. All services that support +sessions for Renku v2 will switch to this new CRD. Renku v1 sessions remain unchanged. +Therefore any old sessions for Renku v2 will not be visible to users after this upgrade. The sessions +themselves will not be immediately deleted and as long as users have saved links to their old sessions they +should be able to access their sessions and save data. However we recommend that administrators +notifiy users of the change and allow for enough time so that existing Renku v2 sessions can be saved and +cleaned up, rather than asking users to save the url to their sessions. + +Internal Changes +~~~~~~~~~~~~~~~~ + +**Bug Fixes** + +- **Gateway**: pass on session cookie to data services for anonymous session authentication + +Individual Components +~~~~~~~~~~~~~~~~~~~~~ + +- `renku-gateway 1.3.1 `_ 0.60.0 ------ diff --git a/helm-chart/renku/values.yaml b/helm-chart/renku/values.yaml index faefc3ea3..c28b3ae9a 100644 --- a/helm-chart/renku/values.yaml +++ b/helm-chart/renku/values.yaml @@ -1281,7 +1281,7 @@ gateway: secretKey: image: repository: renku/renku-gateway - tag: "1.3.0" + tag: "1.3.1" pullPolicy: IfNotPresent service: type: ClusterIP