Skip to content

Commit

Permalink
fix: upgrade renku data service to 0.15.1
Browse files Browse the repository at this point in the history
Fixes a bug where group members cannot access all projects that are part
of the group because the group permissions did not fully cascade to
projects.
  • Loading branch information
olevski committed Jul 1, 2024
1 parent 808d35e commit f0c1ef7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,21 @@
0.54.1
------

Renku ``0.54.1`` introduces a bug fix to an issue where sessions with users secrets could not be properly
resumed after hibernation.
Renku ``0.54.1`` introduces a few bug fixes in the notebooks and data services components.

User-Facing Changes
~~~~~~~~~~~~~~~~~~~

**🐞 Bug Fixes**

- **Notebooks**: Patch the correct environment variables when a session is resumed after being hibernated
- **Data Services**: Assign the correct project permissions to group members

Individual components
~~~~~~~~~~~~~~~~~~~~~~

- `renku-notebooks 1.25.3 <https://github.com/SwissDataScienceCenter/renku-notebooks/releases/tag/1.25.3>`_
- `renku-data-services 0.15.1 <https://github.com/SwissDataScienceCenter/renku-data-services/releases/tag/v0.15.1>`__
- `renku-notebooks 1.25.3 <https://github.com/SwissDataScienceCenter/renku-notebooks/releases/tag/1.25.3>`__


0.54.0
Expand Down
6 changes: 3 additions & 3 deletions helm-chart/renku/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1603,14 +1603,14 @@ platformInit:
dataService:
image:
repository: renku/renku-data-service
tag: "0.15.0"
tag: "0.15.1"
pullPolicy: IfNotPresent
backgroundJobs:
events:
resources: {}
image:
repository: renku/data-service-background-jobs
tag: "0.15.0"
tag: "0.15.1"
pullPolicy: IfNotPresent
total:
resources: {}
Expand Down Expand Up @@ -1663,7 +1663,7 @@ authz:
secretsStorage:
image:
repository: renku/secrets-storage
tag: "0.15.0"
tag: "0.15.1"
pullPolicy: IfNotPresent
service:
type: ClusterIP
Expand Down

0 comments on commit f0c1ef7

Please sign in to comment.