Renku

Latest version: v2.9.4

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

Scan your dependencies

Page 52 of 70

0.14.2

Not secure
----------------------------------------------------------------------------------------------------------

Highlights
~~~~~~~~~~

- Ability to update local project from its template and to update the Dockerfile
to install the current version of renku-python using `renku migrate`.
- Support for Unicode paths in `renku run` (including emojis).

Bug Fixes
~~~~~~~~~

- **cli:** fix renku rerun/update with unicode input/output paths
(`1963 <https://github.com/SwissDataScienceCenter/renku-python/issues/1963>`__)
(`9859b62 <https://github.com/SwissDataScienceCenter/renku-python/commit/9859b622e14c74a59964be67f5b2bcbe6e8e35f2>`__)
- **service:** fix project_clone with git ref specified
(`2008 <https://github.com/SwissDataScienceCenter/renku-python/issues/2008>`__)
(`c072286 <https://github.com/SwissDataScienceCenter/renku-python/commit/c072286e029210a881765c686e589984385e4c36>`__)

Features
~~~~~~~~

- **cli:** support template and docker migration
(`2019 <https://github.com/SwissDataScienceCenter/renku-python/issues/2019>`__)
(`ed87770 <https://github.com/SwissDataScienceCenter/renku-python/commit/ed87770eb79c346892a68d0a3b614c5cd597775d>`__)
- **dataset:** support moving files between datasets with renku ``mv``
(`1993 <https://github.com/SwissDataScienceCenter/renku-python/issues/1993>`__)
(`a715b70 <https://github.com/SwissDataScienceCenter/renku-python/commit/a715b709b3b63667963a7726629edb2670f7a13e>`__)

0.14.1

Not secure
----------------------------------------------------------------------------------------------------------

Bug Fixes
~~~~~~~~~

- **core:** Add error handling if push of temporary branch fails
(`1979 <https://github.com/SwissDataScienceCenter/renku-python/issues/1979>`__)
(`f8d7285 <https://github.com/SwissDataScienceCenter/renku-python/commit/f8d7285ddf45f153785d5a5f552184e045d84006>`__)
- **core:** fix handling of '' in filenames
(`1982 <https://github.com/SwissDataScienceCenter/renku-python/issues/1982>`__)
(`41316b4 <https://github.com/SwissDataScienceCenter/renku-python/commit/41316b477547b5d414e590decd3e2703635730b3>`__)
- **core:** fix template update if same filename was added locally
(`1974 <https://github.com/SwissDataScienceCenter/renku-python/issues/1974>`__)
(`5b47ddc <https://github.com/SwissDataScienceCenter/renku-python/commit/5b47ddc92972baa8f3b295b57b93028cf5ac8af4>`__)
- **core:** fixes save and push to correctly handle merge conflicts
(`1925 <https://github.com/SwissDataScienceCenter/renku-python/issues/1925>`__)
(`fdac171 <https://github.com/SwissDataScienceCenter/renku-python/commit/fdac1711c0aa29d091e947c4d158c25d8b5332ef>`__)
- **service:** sync service cache with remote before operations to prevent
cache getting out of sync
(`1972 <https://github.com/SwissDataScienceCenter/renku-python/issues/1972>`__)
(`34ec5d6 <https://github.com/SwissDataScienceCenter/renku-python/commit/34ec5d6f1098161fc2483c86f4eb6d8d5299a79e>`__)

Features
~~~~~~~~

- **dataset:** dataset import enhancements
(`1970 <https://github.com/SwissDataScienceCenter/renku-python/issues/1970>`__)
(`b3df7b8 <https://github.com/SwissDataScienceCenter/renku-python/commit/b3df7b838ad676176d5da50599a5c6e55622b28f>`__)
- **service:** renku service ``up``/``down``/``ps``/``restart``/``logs`` commands
(`1899 <https://github.com/SwissDataScienceCenter/renku-python/issues/1899>`__)
(`d9e49ae <https://github.com/SwissDataScienceCenter/renku-python/commit/d9e49aee19ce89efacf516b1d6426124c38f6a7b>`__)
- **service:** add support for storing remote dataset images in the repo
(`1878 <https://github.com/SwissDataScienceCenter/renku-python/issues/1878>`__)
(`3862c2e <https://github.com/SwissDataScienceCenter/renku-python/commit/3862c2e5089d6420fc243a1cded3aaa92b72859f>`__)

0.14.0

Not secure
----------------------------------------------------------------------------------------------------------

Bug Fixes
~~~~~~~~~

- **core:** call git commands for batches of files to prevent hitting argument length limits
(`1893 <https://github.com/SwissDataScienceCenter/renku-python/issues/1893>`__)
(`deaf055 <https://github.com/SwissDataScienceCenter/renku-python/commit/deaf055ced01a3e2d354234336d961b8dc226418>`__)
- **dataset:** change renku dataset import to move temporary files and become more resilient to errors
(`1894 <https://github.com/SwissDataScienceCenter/renku-python/issues/1894>`__)
(`279407e <https://github.com/SwissDataScienceCenter/renku-python/commit/279407e97e9491ba537eb9fe5536897c277cca93>`__)
- **service** correctly address HTTP server errors
(`1872 <https://github.com/SwissDataScienceCenter/renku-python/issues/1872>`__)
(`2fd5052 <https://github.com/SwissDataScienceCenter/renku-python/commit/2fd5052b6c2dd07e644961d6a9384292e0a6e89e>`__)
- **service** correctly handle ref on project.clone
(`1888 <https://github.com/SwissDataScienceCenter/renku-python/issues/1888>`__)
(`7f30404 <https://github.com/SwissDataScienceCenter/renku-python/commit/7f30404979f4a934264c87cc404aa0a7523b8688>`__)
- **service** use project_id as part of project filesystem path
(`1754 <https://github.com/SwissDataScienceCenter/renku-python/issues/1754>`__)
(`391a14a <https://github.com/SwissDataScienceCenter/renku-python/commit/391a14a560f10e232b776e5b310f6608d548168f>`__)

Features
~~~~~~~~

- **cli:** add renku storage migrate command to migrate git files to lfs
(`1869 <https://github.com/SwissDataScienceCenter/renku-python/issues/1869>`__)
(`bed1358 <https://github.com/SwissDataScienceCenter/renku-python/commit/bed1358740531898b0b19aaf9c7f0b7effdd7de6>`__)
- **cli:** add service component management commands
(`1867 <https://github.com/SwissDataScienceCenter/renku-python/issues/1867>`__)
(`928baf9 <https://github.com/SwissDataScienceCenter/renku-python/commit/928baf9a4caa18354917bfc25e7f83d2243b47d8>`__)
- **core:** exclude renku metadata from being added to git lfs
(`1898 <https://github.com/SwissDataScienceCenter/renku-python/issues/1898>`__)
(`8046edb <https://github.com/SwissDataScienceCenter/renku-python/commit/8046edbfa0236a45c9e79e8754dac3014768c41e>`__)
- **core:** add oauth authentication for KG access
(`1881 <https://github.com/SwissDataScienceCenter/renku-python/issues/1881>`__)
(`a568d31 <https://github.com/SwissDataScienceCenter/renku-python/commit/a568d3168b67edabf4632861bf26ca68926accba>`__)
- **dataset:** improve naming for imported datasets
(`1900 <https://github.com/SwissDataScienceCenter/renku-python/issues/1900>`__)
(`9beb654 <https://github.com/SwissDataScienceCenter/renku-python/commit/9beb6549716ca4561ff55d53bec2d7fe4f411ef1>`__)
- **service:** add build graph endpoint
(`1571 <https://github.com/SwissDataScienceCenter/renku-python/issues/1571>`__)
(`a7bfe3d <https://github.com/SwissDataScienceCenter/renku-python/commit/a7bfe3d4b2b34100286fe461830d277ffd13d5e1>`__)
- **service:** add renku config endpoints
(`1834 <https://github.com/SwissDataScienceCenter/renku-python/issues/1834>`__)
(`c09ca6b <https://github.com/SwissDataScienceCenter/renku-python/commit/c09ca6b0f86c32b61a0232a7d69bde1c5c87420d>`__)
- **service:** add helm 3 values schema to chart
(`1835 <https://github.com/SwissDataScienceCenter/renku-python/issues/1835>`__)
(`57f6aee <https://github.com/SwissDataScienceCenter/renku-python/commit/57f6aee24818d9465e5f79ceeb0cecc40df61073>`__)
- **service** add root redirect to swagger docs
(`1871 <https://github.com/SwissDataScienceCenter/renku-python/issues/1871>`__)
(`1abd4f6 <https://github.com/SwissDataScienceCenter/renku-python/commit/1abd4f6e4ee54c52ec16e177e6432e06434f0ac3>`__)
- **service:** add support for adding images to datasets
(`1850 <https://github.com/SwissDataScienceCenter/renku-python/issues/1850>`__)
(`c3caafd <https://github.com/SwissDataScienceCenter/renku-python/commit/c3caafd71c08b36f15de70eb733f20d482e8ad28>`__)

0.13.1

0.13.0

Not secure
----------------------------------------------------------------------------------------------------------

Bug Fixes
~~~~~~~~~

- **core:** fix renku save with deleted files
(`1849 <https://github.com/SwissDataScienceCenter/renku-python/issues/1849>`__)
(`93348f9 <https://github.com/SwissDataScienceCenter/renku-python/commit/93348f992eaf2b27b3eccf1460e1dd333d2fab77>`__)
- **core:** migration error when multiple outputs bind to the same input
(`1832 <https://github.com/SwissDataScienceCenter/renku-python/issues/1832>`__)
(`bb19b47 <https://github.com/SwissDataScienceCenter/renku-python/commit/bb19b4786054f3e56ba64967a276906a393f6d74>`__)
- **core:** output git lfs error messages when there is an error
(`1838 <https://github.com/SwissDataScienceCenter/renku-python/issues/1838>`__)
(`e2b5421 <https://github.com/SwissDataScienceCenter/renku-python/commit/e2b54215a60e7431d97e1f1e2e981f41008390c1>`__)
- **service:** reset cache after failed push
(`1836 <https://github.com/SwissDataScienceCenter/renku-python/issues/1836>`__)
(`f41df17 <https://github.com/SwissDataScienceCenter/renku-python/commit/f41df17766c90d7ab43a21a1acea42a4333b9a81>`__)

Features
~~~~~~~~

- **cli:** add dataset show command
(`1798 <https://github.com/SwissDataScienceCenter/renku-python/issues/1798>`__)
(`31e87f7 <https://github.com/SwissDataScienceCenter/renku-python/commit/31e87f7024bbdb96c685315a9ed6e87e9ae6a3a5>`__)
- **core:** cache for workflow migrations
(`1853 <https://github.com/SwissDataScienceCenter/renku-python/issues/1853>`__)
(`f240d95 <https://github.com/SwissDataScienceCenter/renku-python/commit/f240d95d95475373046cc9199987fcdc095a9547>`__)
- **service:** gzip decompression support
(`1784 <https://github.com/SwissDataScienceCenter/renku-python/issues/1784>`__)
(`59db473 <https://github.com/SwissDataScienceCenter/renku-python/commit/59db4735d12ffe84969d48e44ea1b6266908f052>`__)
- **service:** use jwt sub claim as user-id
(`1793 <https://github.com/SwissDataScienceCenter/renku-python/issues/1793>`__)
(`06f815a <https://github.com/SwissDataScienceCenter/renku-python/commit/06f815a55d1c1cd41203c37b0f569d542c1cbec0>`__)

0.12.17

-------

This release introduces improvements and fixes bugs related to user sessions.

Features
~~~~~~~~~~

* **User sessions**: allow specifying files in auto start links

Bug fixes
~~~~~~~~~~

* **User sessions**: fix a situation where the session start gets stuck in an endless progress spinner
* **User sessions**: fix handling of S3 buckets that are not hosted on AWS

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

Page 52 of 70

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.