Skip to content

Commit

Permalink
chore: update 0.61.0 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
olevski committed Nov 12, 2024
1 parent c1315f8 commit 170d311
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/SwissDataScienceCenter/renku-gateway/releases/tag/1.3.1>`_

0.60.0
------
Expand Down
2 changes: 1 addition & 1 deletion helm-chart/renku/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1281,7 +1281,7 @@ gateway:
secretKey:
image:
repository: renku/renku-gateway
tag: "1.3.0"
tag: "1.3.1"
pullPolicy: IfNotPresent
service:
type: ClusterIP
Expand Down

0 comments on commit 170d311

Please sign in to comment.