Skip to content

Commit

Permalink
release 0.52.2 (#3661)
Browse files Browse the repository at this point in the history
  • Loading branch information
Panaetius authored Jun 5, 2024
1 parent e2580eb commit 21376e1
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 3 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
.. _changelog:

0.52.2
------

Renku ``0.52.2`` fixes a bug in Data Service.


Internal Changes
~~~~~~~~~~~~~~~~

**🌟 New Features**

- **Data services**: Add endpoint for repository permissions for connected services.

**🐞 Bug Fixes**

- **Data service**: Fix typing issue preventing the service from starting when sentry is enabled.
- **Data service**: Prevent removing all owners from Renku 2.0 resources.

Individual Components
~~~~~~~~~~~~~~~~~~~~~

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


0.52.1
------

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.13.0"
tag: "0.14.0"
pullPolicy: IfNotPresent
backgroundJobs:
events:
resources: {}
image:
repository: renku/data-service-background-jobs
tag: "0.13.0"
tag: "0.14.0"
pullPolicy: IfNotPresent
total:
resources: {}
Expand Down Expand Up @@ -1658,7 +1658,7 @@ authz:
secretsStorage:
image:
repository: renku/secrets-storage
tag: "0.13.0"
tag: "0.14.0"
pullPolicy: IfNotPresent
service:
type: ClusterIP
Expand Down

0 comments on commit 21376e1

Please sign in to comment.