From 92e30db3eafb0efa51d24f914ac783fff6f5e9f6 Mon Sep 17 00:00:00 2001 From: RenkuBot <53332360+RenkuBot@users.noreply.github.com> Date: Mon, 28 Oct 2024 14:35:24 +0100 Subject: [PATCH] release 0.59.2 (#3824) * chore: create release 0.59.2 * fix: bump data-services to 0.24.2 (#3825) Fixes an issue where project editors could not edit projects in Renku 2.0 (from the "General Settings" form). --------- Co-authored-by: Flora Thiebaut --- CHANGELOG.rst | 31 +++++++++++++++++++++++++++++++ helm-chart/renku/values.yaml | 6 +++--- 2 files changed, 34 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f5ea1ede8..da523aa78 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,5 +1,36 @@ .. _changelog: +0.59.2 +------ + +Renku ``0.59.2`` is a bugfix release that fixes a bug in Renku 2.0 where project editors could not edit project information. + +User-Facing Changes +~~~~~~~~~~~~~~~~~~~ + +**🐞 Bug Fixes** + +- **Data services**: Allow project editors to send patches with the current namespace (`#483 `__). +- **Data services**: Allow project editors to send patches with the current visibility (`#484 `__). + +Internal Changes +~~~~~~~~~~~~~~~~ + +**Improvements** + +- **Data services**: Return 409 error when creating a project with a conflicting slug (`#471 `__). +- **Data services**: Change all serial id columns to be GENERATED AS IDENTITY (`#461 `__). +- **Data services**: Include ``is_admin`` in the self ``/user`` endpoint (`#472 `__). + +**Bug Fixes** + +- **Data services**: Handle spaces in ``provider_id`` for connected services (`#482 `__). + +Individual Components +~~~~~~~~~~~~~~~~~~~~~ + +- `renku-data-services 0.24.2 `__ + 0.59.1 ------ diff --git a/helm-chart/renku/values.yaml b/helm-chart/renku/values.yaml index 2d5769a9a..a7dc199d2 100644 --- a/helm-chart/renku/values.yaml +++ b/helm-chart/renku/values.yaml @@ -1579,14 +1579,14 @@ dataService: create: true image: repository: renku/renku-data-service - tag: "0.24.0" + tag: "0.24.2" pullPolicy: IfNotPresent backgroundJobs: events: resources: {} image: repository: renku/data-service-background-jobs - tag: "0.24.0" + tag: "0.24.2" pullPolicy: IfNotPresent total: resources: {} @@ -1639,7 +1639,7 @@ authz: secretsStorage: image: repository: renku/secrets-storage - tag: "0.24.0" + tag: "0.24.2" pullPolicy: IfNotPresent service: type: ClusterIP