Skip to content

Commit

Permalink
release 0.59.2 (#3824)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
RenkuBot and leafty authored Oct 28, 2024
1 parent ba04c4e commit 92e30db
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 3 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -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 <https://github.com/SwissDataScienceCenter/renku-data-services/pull/483>`__).
- **Data services**: Allow project editors to send patches with the current visibility (`#484 <https://github.com/SwissDataScienceCenter/renku-data-services/pull/484>`__).

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

**Improvements**

- **Data services**: Return 409 error when creating a project with a conflicting slug (`#471 <https://github.com/SwissDataScienceCenter/renku-data-services/pull/471>`__).
- **Data services**: Change all serial id columns to be GENERATED AS IDENTITY (`#461 <https://github.com/SwissDataScienceCenter/renku-data-services/pull/461>`__).
- **Data services**: Include ``is_admin`` in the self ``/user`` endpoint (`#472 <https://github.com/SwissDataScienceCenter/renku-data-services/pull/472>`__).

**Bug Fixes**

- **Data services**: Handle spaces in ``provider_id`` for connected services (`#482 <https://github.com/SwissDataScienceCenter/renku-data-services/pull/482>`__).

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

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

0.59.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 @@ -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: {}
Expand Down Expand Up @@ -1639,7 +1639,7 @@ authz:
secretsStorage:
image:
repository: renku/secrets-storage
tag: "0.24.0"
tag: "0.24.2"
pullPolicy: IfNotPresent
service:
type: ClusterIP
Expand Down

0 comments on commit 92e30db

Please sign in to comment.