Skip to content

Commit

Permalink
release 0.56.2 (#3739)
Browse files Browse the repository at this point in the history
* chore: create release 0.56.2

* bump data services to 0.19.0 (#3740)

* fix: typo in CHANGELOG.rst

---------

Co-authored-by: Ralf Grubenmann <[email protected]>
Co-authored-by: Alessandro Degano <[email protected]>
Co-authored-by: Rok Roškar <[email protected]>
  • Loading branch information
4 people authored Aug 23, 2024
1 parent b45f9fe commit 4aeae27
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 3 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
.. _changelog:

0.56.2
------

Renku ``0.56.2`` fixes a bug in renku-data-services where a background job would stop working
if a deleted project wasn't correctly removed from the authorization database.

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

**🌟 New Features**

- **Data Services**: Adds endpoint for saving storage credentials


**🐞 Bug Fixes**

- **Data Services**: Fixes background job not working with Authzed db in inconsistent state
- **Data Services**: Fixes query args validation for /api/data/user/secrets endpoint
- **Data Services**: Splits error into 401 and 403 depending on the error


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

- `renku-data-services 0.19.0 <https://github.com/SwissDataScienceCenter/renku-data-services/releases/tag/v0.19.0>`__


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

0 comments on commit 4aeae27

Please sign in to comment.