Skip to content

Commit

Permalink
fix: bump renku-data-services to 0.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leafty committed Dec 19, 2024
1 parent f5a6305 commit a151631
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,21 @@
0.62.1
------

Renku 0.62.1 fixes a bug that prevented users to launch sessions with user secrets in Renku 1.0.


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

**🐞 Bug Fixes**

- **Data services**: Correctly map user secrets in Renku 1.0 sessions to use the provided filename.

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

- `renku-data-services 0.29.0 <https://github.com/SwissDataScienceCenter/renku-data-services/releases/tag/v0.29.0>`_

0.62.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 @@ -1459,14 +1459,14 @@ dataService:
create: true
image:
repository: renku/renku-data-service
tag: "0.28.0"
tag: "0.29.0"
pullPolicy: IfNotPresent
backgroundJobs:
events:
resources: {}
image:
repository: renku/data-service-background-jobs
tag: "0.28.0"
tag: "0.29.0"
pullPolicy: IfNotPresent
total:
resources: {}
Expand Down Expand Up @@ -1519,7 +1519,7 @@ authz:
secretsStorage:
image:
repository: renku/secrets-storage
tag: "0.28.0"
tag: "0.29.0"
pullPolicy: IfNotPresent
service:
type: ClusterIP
Expand Down

0 comments on commit a151631

Please sign in to comment.