Renku

Latest version: v2.9.4

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

Scan your dependencies

Page 44 of 70

0.30.1

------

Renku ``0.30.1`` is a small bugfix release that addresses a problem with the gateway Helm chart.

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

**🐞 Bug Fixes**

- **Gateway**: Remove duplicate environment variables in reverse proxy container
(`660 <https://github.com/SwissDataScienceCenter/renku-gateway/issues/660>`_).

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

0.30.0

for the core service. In addition, improvements and bug fixes are also included on the UI, as well as required changes for
enabling sticky sessions for the core service.

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

**🌟 New Features**

- 🔭 **UI**: Surface backend error message on dataset list page
(`2629 <https://github.com/SwissDataScienceCenter/renku-ui/issues/2629>`_).

**🐞 Bug Fixes**

- **UI**: Do not query for datasets if no backend is available for the project version
(`2636 <https://github.com/SwissDataScienceCenter/renku-ui/issues/2636>`_).

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

**🌟 New Features**

- **Gateway**: Add sentry to reverse-proxy
(`654 <https://github.com/SwissDataScienceCenter/renku-gateway/issues/654>`__)
- **Gateway**: Core-service sticky sessions
(`646 <https://github.com/SwissDataScienceCenter/renku-gateway/issues/646>`__)
- **Renku Core Service**: Horizontal scaling
(`3178 <https://github.com/SwissDataScienceCenter/renku-python/issues/3178>`_).
- **UI**: Handle responses from the new core versions endpoint
(`2134 <https://github.com/SwissDataScienceCenter/renku-ui/issues/2134>`_).

**🐞 Bug Fixes**

- **Renku Core Service**: Fixes importing private datasets in deployments with external gitlab
(`3523 <https://github.com/SwissDataScienceCenter/renku-python/issues/3523>`_).
- **UI**: Prevent API failures for projects on older metadata versions
(`2627 <https://github.com/SwissDataScienceCenter/renku-ui/issues/2627>`_).

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

0.29.3

0.29.0

------

Renku ``0.29.0`` introduces new UI features and a PostgreSQL DB for triples-generator.

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

**🌟 New Features**

- 📝 **UI**: Add a customizable message to the dashboard page
(`2592 <https://github.com/SwissDataScienceCenter/renku-ui/issues/2592>`_).

**🐞 Bug Fixes**

- **UI**: Restore deleting datasets
(`2607 <https://github.com/SwissDataScienceCenter/renku-ui/issues/2607>`_).
- **UI**: Improve showing the error details for sessions
(`2611 <https://github.com/SwissDataScienceCenter/renku-ui/issues/2611>`_).
- **UI**: Fix sessions not showing on dashboard
(`2608 <https://github.com/SwissDataScienceCenter/renku-ui/issues/2608>`_).
- **UI**: Allow up to 100 namespaces and sort them
(`2606 <https://github.com/SwissDataScienceCenter/renku-ui/issues/2606>`_).
- **UI**: Prevent crashes when handling markdown files
(`2597 <https://github.com/SwissDataScienceCenter/renku-ui/issues/2597>`_).

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

**✨ Improvements**

- **KG**: A PostgreSQL DB is added for the triples-generator (`values changelog <https://github.com/SwissDataScienceCenter/renku/blob/master/helm-chart/values.yaml.changelog.md#upgrading-to-renku-0290>`_).

**Bug Fixes**

- **Infrastructure**: properly generate PostgreSQL secrets on upgrade (`3137 <https://github.com/SwissDataScienceCenter/renku/issues/3137>`_).

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

0.28.1

------

Renku ``0.28.1`` resolves a minor bug that occurs when launching sessions when git submodules are used.

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

**Bug Fixes**

- 🛠 **Renku Notebooks**: do not fail session launch if Git submodules couldn't be pulled.


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

0.28.0

------

Renku ``0.28.0`` simplifies the project status update by making it available in the project settings tab and improves the information in the UI regarding the indexing processes. Thus, it enables new features for the command line interface related to sessions and exporting dataset keywords.

Read on for a full breakdown of all new features, improvements and bug fixes included in this release.


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

**🌟 New Features**

- 🐳️ **CLI**: Pass docker run args to session start (`3487 <https://github.com/SwissDataScienceCenter/renku-python/issues/3487>`_).
- 👩‍💻️ **CLI**: Shell completion for sessions (`3450 <https://github.com/SwissDataScienceCenter/renku-python/issues/3450>`_).
- 📎️ **CLI**: Export dataset keywords (`3454 <https://github.com/SwissDataScienceCenter/renku-python/issues/3454>`_).
- **KG**: Dataset Details API response enhanced with info about project specific dataset identifier (`1546 <https://github.com/SwissDataScienceCenter/renku-graph/issues/1546>`_).
- **KG**: ``slug`` as a copy of ``name`` on responses from all Dataset APIs (`1544 <https://github.com/SwissDataScienceCenter/renku-graph/issues/1544>`_).
- 🗑️ **UI**: Added a delete project button on the settings tab (`2416 <https://github.com/SwissDataScienceCenter/renku-ui/issues/2416>`_).

**✨ Improvements**

- 👩‍💻️ **UI**: Major rework and simplification of project status page (moved to Settings -> General) (`2315 <https://github.com/SwissDataScienceCenter/renku-ui/issues/2315>`_).

**🐞 Bug Fixes**

- 📎️ **CLI**: Fixed dataset update with external files (`3379 <https://github.com/SwissDataScienceCenter/renku-python/issues/3379>`_).
- 🛠️ **CLI**: Fixed special paths in workflow files and bump ``toil/cwltool`` (`3489 <https://github.com/SwissDataScienceCenter/renku-python/issues/3489>`_).
- 🖼️ **UI**: Made text not selectable in entity cards (`2546 <https://github.com/SwissDataScienceCenter/renku-ui/pull/2546>`_).
- 📎️ **UI**: Fixed the "add dataset to project" feature (`2549 <https://github.com/SwissDataScienceCenter/renku-ui/pull/2549>`_).
- 🔗️ **UI**: Fixed clicking on a file name on the dataset view wrongly leading to lineage and not contents (`1270 <https://github.com/SwissDataScienceCenter/renku-ui/issues/1270>`_).
- 🔗️ **UI**: Fixed getting a 404 page when switching from lineage view to contents (`2571 <https://github.com/SwissDataScienceCenter/renku-ui/issues/2571>`_).

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

**✨ Improvements**

- 🛠️ **Gateway**: Added new path to knowledge-graph webhooks
(`639 <https://github.com/SwissDataScienceCenter/renku-gateway/issues/639>`_).

**🐞 Bug Fixes**

- 🛠️ **Core**: Fixed working on branches in the ``core-svc`` (`3472 <https://github.com/SwissDataScienceCenter/renku-python/issues/3472>`_).
- 🛠️ **Core**: Return proper errors on migrations check (`3334 <https://github.com/SwissDataScienceCenter/renku-python/issues/3334>`_).

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

- `renku-python 2.5.0 <https://github.com/SwissDataScienceCenter/renku-python/releases/tag/v2.5.0>`_

Page 44 of 70

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.