Renku

Latest version: v2.9.4

Safety actively analyzes 724020 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 43 of 70

0.34.1

------

Renku ``0.34.1`` fixes Project names in the UI and the Knowledge Graph API.

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

**🐞 Bug Fixes**

- **Knowledge Graph**: The Knowledge Graph APIs return wrong names, especially for Projects that are forks.
(`1662 <https://github.com/SwissDataScienceCenter/renku-graph/issues/1662>`_).

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

0.34.0

------

Renku ``0.34.0`` comes with improvements in the Infrastructure.

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

**New Features**

- **Infrastructure**: add support for ingress class name

**Improvements**

- **Documentation**: refactor certificate management part to show how to make use of
cert-manager and manually created certificates in both development and production
contexts.

0.33.1

------

Renku ``0.33.1`` introduces bug fixes and addition of a warning field when listing servers in the Notebook service.
The minor change in the Notebook service API are fully backwards compatible.
It also brings some improvements and bug fixes in the Knowledge Graph.

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

**✨ Improvements**

- 🔎 **Knowledge Graph**: all the APIs return a new Project `slug` property.
The `path` property although still available will be removed in the future.
(`1641 <https://github.com/SwissDataScienceCenter/renku-graph/issues/1641>`_).

**🐞 Bug Fixes**

- **Knowledge Graph**: Cross-Entity Search cannot find projects by creator.
(`1656 <https://github.com/SwissDataScienceCenter/renku-graph/issues/1656>`_).

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

- **Renku Notebooks:** add session warnings to jupyter server API responses
(`1482 <https://github.com/SwissDataScienceCenter/renku-notebooks/issues/1482>`__)
(`b463980 <https://github.com/SwissDataScienceCenter/renku-notebooks/commit/b46398032e6361ef1b69fb4909d2ed87afc583eb>`__)

**Bug Fixes**

- **Renku Notebooks:** parse old server options in request to start sessions
(`1570 <https://github.com/SwissDataScienceCenter/renku-notebooks/issues/1570>`__)
(`8b3e5c0 <https://github.com/SwissDataScienceCenter/renku-notebooks/commit/8b3e5c091507446080fd468d84c4bd4b8d134b60>`__)

- **Renku Notebooks:** properly recover LFS files from autosave branches
(`1568 <https://github.com/SwissDataScienceCenter/renku-notebooks/issues/1568>`__)
(`8f34b09 <https://github.com/SwissDataScienceCenter/renku-notebooks/commit/8f34b09ab73913bfbba4acbe28b00c53ad576367>`__)

- **Knowledge Graph**: fix for an infinite retry loop while sending certain types of internal events.
(`1650 <https://github.com/SwissDataScienceCenter/renku-graph/issues/1650>`_).

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

0.33.0

------

Renku ``0.33.0`` introduces improvements and bug fixes in the UI and Knowledge Graph.

The UI benefits from better error handling and overall behavior, including improved
handling of common R file extensions. Regarding the Knowledge Graph, the
Cross-Entity Search improves significantly its performance and project visibility
can be changed through a dedicated API.

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

**🌟 New Features**

- 🫣 **Knowledge Graph**: Add a new Project Update API for changing Project visibility
(`1611 <https://github.com/SwissDataScienceCenter/renku-graph/issues/1611>`_).

**✨ Improvements**

- 🔎 **Knowledge Graph**: The Cross-Entity Search returns a new ``dateModified`` property for
Project and Dataset entities
(`1612 <https://github.com/SwissDataScienceCenter/renku-graph/issues/1612>`_) and
(`1595 <https://github.com/SwissDataScienceCenter/renku-graph/issues/1595>`_).
- 〽️ **Knowledge Graph**: Improved performance of the Cross-Entity Search while searching for
datasets
(`1591 <https://github.com/SwissDataScienceCenter/renku-graph/issues/1591>`_).
- 🔙 **UI**: Add a global error page for fatal errors preventing blank pages
(`2604 <https://github.com/SwissDataScienceCenter/renku-ui/issues/2604>`_).
- 📄 **UI**: Support previewing additional common R file extensions
(`2639 <https://github.com/SwissDataScienceCenter/renku-ui/issues/2639>`_).

**🐞 Bug Fixes**

- **UI**: Prevent showing endless loader when migration errors occur
(`2650 <https://github.com/SwissDataScienceCenter/renku-ui/issues/2650>`_).
- **UI**: Do not expand folders by default in dataset view when dataset contains
large number of elements
(`2628 <https://github.com/SwissDataScienceCenter/renku-ui/issues/2628>`_).
- **UI**: Render Rstudio components correctly -- sometimes columns were collapsed
(`2660 <https://github.com/SwissDataScienceCenter/renku-ui/issues/2660>`_).
- **UI**: Prevent losing work when editing datasets
(`2628 <https://github.com/SwissDataScienceCenter/renku-ui/issues/2628>`_).

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

**New Features**

- **Renku Notebooks**: Use a new version of Amalthea which adds fields for hibernating sessions in the CRD.

**Bug Fixes**

- **Knowledge Graph**: Fixed the problem of concurrent writes to the Triples Store causing data
integrity violations
(`1577 <https://github.com/SwissDataScienceCenter/renku-graph/issues/1577>`_).


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

0.32.0

------

Renku ``0.32.0`` introduces improvements in the KG services, enhancing KG overall performance.

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

**✨ Improvements**

- 🔁 **KG**: ``updatedAt`` renamed to ``dateModified`` on the Project Details API (`1582 <https://github.com/SwissDataScienceCenter/renku-graph/issues/1582>`_).
- 📖 **KG**: Improved performance of the Project Status API (`1554 <https://github.com/SwissDataScienceCenter/renku-graph/issues/1554>`_).

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

** Improvements**

- **KG**: A new process to synchronize various project properties between GitLab and Triples Store (`1569 <https://github.com/SwissDataScienceCenter/renku-graph/issues/1569>`_).

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

0.31.0

Renku administrators to manage access to specific computing resources. The
service exposes an HTTP API for the administrators to interact with. In this
way, Renku administrators can create, update or delete resource pools, and can
add to or remove users from resource pools. Please note that a user interface
for the CRC has not been added yet but it will be added in a future release.
Currently, the only way for administrators to interact with the CRC service is
through the swagger page which can be found at the path
``/swagger/?urls.primaryName=crc%20service`` appended to the base URL of a Renku
deployment. A Renku administrator is any user who has the `renku-admin` realm
role. Assigning users to this role can be performed by the Keycloak
administrator via the Keycloak UI or API.

The CRC service also brings changes to the user interface for launching
sessions, specifically when it comes to selecting compute resources for a
specific session. With this version we have grouped different pre-set
configurations of memory, CPU, RAM and GPU in resource classes. Resource classes
are further grouped in resource pools and users are asked to select the resource
pool and class they wish to use when they launch a session rather than
separately specify memory, CPU, RAM and GPU requirements. The selection for the
amount of disk storage required is also changed but now has more freedom than
before. Users can now select disk storage with a slider that only has a maximum
limit and no pre-set steps. For projects where the users have specified resource
requests in the project settings the UI will provide hints as to which resource
classes are suitable based on the settings. When the quick launch button is used
to start a session the closest equal or greater resource class based on the
project settings will be automatically selected.

Apart from the changes needed to support compute resource access features,
support has also been added for common R file extensions.

This release also includes a hotfix for an issue with the horizontal scaling of
the core-service where users could get redirected to the wrong service instance
and subsequent requests to the core-service would fail due to partial cache
misses.

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

**🌟 New Features**

- 🧑‍💻 **UI**: Update session start options and project settings to use compute resource pools
(`2484 <https://github.com/SwissDataScienceCenter/renku-ui/issues/2484>`_).

**🐞 Bug Fixes**

- 〽️ **UI**: Support common R file extensions
(`2638 <https://github.com/SwissDataScienceCenter/renku-ui/issues/2638>`_).
- 🛠 **Renku Core Service**: Isolates core-service cache per instance, improves cache cleanup.
(`3555 <https://github.com/SwissDataScienceCenter/renku-python/pull/3555>`_).

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

**🌟 New Features**

- **Infrastructure**: Add the compute resource control service.
- **Renku Notebooks**: Use the compute resource control (CRC) service.

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

Page 43 of 70

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.