Renku

Latest version: v2.9.4

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

Scan your dependencies

Page 20 of 70

2.6.2

-------------------------------------------------------------------------------------------------------

Bug Fixes
~~~~~~~~~

- **cli:** correct bad plan ID format
(`3594 <https://github.com/SwissDataScienceCenter/renku-python/issues/3594>`__)
(`c418c17 <https://github.com/SwissDataScienceCenter/renku-python/commit/c418c178d03a5caac126d14cc089064ee13f2747>`__)
- **cli:** fix overwriting dataset tags
(`3497 <https://github.com/SwissDataScienceCenter/renku-python/issues/3497>`__)
(`ef6d214 <https://github.com/SwissDataScienceCenter/renku-python/commit/ef6d214e165ba877b5acc26427d5663366aaaa29>`__)
- **cli:** parse security_opt as list not tuple so that session launches from the CLI work
(`3587 <https://github.com/SwissDataScienceCenter/renku-python/issues/3587>`__)
(`d74d35f <https://github.com/SwissDataScienceCenter/renku-python/commit/d74d35ff3428118945a1df1b2f52eebcfcf31132>`__)
- **core:** properly formatted dataset image IDs
(`3596 <https://github.com/SwissDataScienceCenter/renku-python/issues/3596>`__)
(`f624b2b <https://github.com/SwissDataScienceCenter/renku-python/commit/f624b2bf261d97b07c88243f674f544613753e28>`__)
- **service:** speed up cache.migration_check endpoint
(`3597 <https://github.com/SwissDataScienceCenter/renku-python/issues/3597>`__)
(`20b5589 <https://github.com/SwissDataScienceCenter/renku-python/commit/20b5589ea2639b4ff017fc390a9b685842c9685d>`__)
- **service:** serialize project versions as integer
(`3591 <https://github.com/SwissDataScienceCenter/renku-python/issues/3591>`__)
(`5624573 <https://github.com/SwissDataScienceCenter/renku-python/commit/5624573160c2820770093f8752d1975a18e785e6>`__)

2.6.1

-------------------------------------------------------------------------------------------------------

Bug Fixes
~~~~~~~~~

- **service:** fixes issues with the scaling of the core service
(`3555 <https://github.com/SwissDataScienceCenter/renku-python/pull/3555>`__)
(`4288ada <https://github.com/SwissDataScienceCenter/renku-python/commit/4288ada0b4ec658089b25d12add8a1d16955498a>`__)

2.6.0

-------------------------------------------------------------------------------------------------------

Bug Fixes
~~~~~~~~~

- **service:** fixes importing private datasets in deployments with
external gitlab
(`3523 <https://github.com/SwissDataScienceCenter/renku-python/issues/3523>`__)
(`d64c179 <https://github.com/SwissDataScienceCenter/renku-python/commit/d64c179857d0f1faa08c11a0cf0149eec97b4e46>`__)

Features
~~~~~~~~

- **service:** add support for horizontal scaling
(`3178 <https://github.com/SwissDataScienceCenter/renku-python/issues/3178>`__)
(`fab2b58 <https://github.com/SwissDataScienceCenter/renku-python/commit/fab2b583f3c36fa179b6388ca7a28fa68b2aad8b>`__)

2.5.1

2.5.0

-------------------------------------------------------------------------------------------------------

Bug Fixes
~~~~~~~~~

- **cli:** fix dataset update with external files
(`3379 <https://github.com/SwissDataScienceCenter/renku-python/issues/3379>`__)
(`e02e5bf <https://github.com/SwissDataScienceCenter/renku-python/commit/e02e5bf846f8e63e3e2b116edb1bc7ee54bacdbc>`__)
- **cli:** fix special paths in workflow files and bump `toil` / `cwltool`
(`3489 <https://github.com/SwissDataScienceCenter/renku-python/issues/3489>`__)
(`28086cf <https://github.com/SwissDataScienceCenter/renku-python/commit/28086cf1361c86109c8e0e1c59c5704a5a663f30>`__)
- **cli:**: fix wrong plan ids in plans coming from workflow files
(`3511 <https://github.com/SwissDataScienceCenter/renku-python/pull/3511>`__)
- **service:** fix working with branches
(`3472 <https://github.com/SwissDataScienceCenter/renku-python/issues/3472>`__)
(`0eaf204 <https://github.com/SwissDataScienceCenter/renku-python/commit/0eaf204365d38bbf82bd2d0df357abbf61c18548>`__)
- **service:** return proper errors on migrations check endpoint
(`3334 <https://github.com/SwissDataScienceCenter/renku-python/issues/3334>`__)
(`6237dc7 <https://github.com/SwissDataScienceCenter/renku-python/commit/6237dc71eb894cfef2b013d2c3fd5dd7defd6499>`__)

Features
~~~~~~~~

- **core:** pass docker run args to session start
(`3487 <https://github.com/SwissDataScienceCenter/renku-python/issues/3487>`__)
(`9cbb465 <https://github.com/SwissDataScienceCenter/renku-python/commit/9cbb46591a48720e04d0adc03e0305855f3fe836>`__)
- **core:** shell completion for sessions
(`3450 <https://github.com/SwissDataScienceCenter/renku-python/issues/3450>`__)
(`9fa63dd <https://github.com/SwissDataScienceCenter/renku-python/commit/9fa63dd869f4424b076e12c9ed351c6e0e7c7c47>`__)
- **dataset:** export dataset keywords
(`3454 <https://github.com/SwissDataScienceCenter/renku-python/issues/3454>`__)
(`feb3f14 <https://github.com/SwissDataScienceCenter/renku-python/commit/feb3f1435e9de0e75a6e01075c13b1bc58f70989>`__)

2.4.1

-------------------------------------------------------------------------------------------------------

Bug Fixes
~~~~~~~~~

- **cli:** export removed datasets in graph export –full
(`3422 <https://github.com/SwissDataScienceCenter/renku-python/issues/3422>`__)
(`59771e5 <https://github.com/SwissDataScienceCenter/renku-python/commit/59771e5993d2a35de38e2407d47e9684b5361f0d>`__)
- **core:** fix error in metadata loading and v10 migration
(`3399 <https://github.com/SwissDataScienceCenter/renku-python/issues/3399>`__)
(`5c2cfb4 <https://github.com/SwissDataScienceCenter/renku-python/commit/5c2cfb40d8212a05e319967b4c206eeae4a4dde5>`__)
- **core:** fix trying to pull external files from LFS, prohibit
external files in workflows
(`3390 <https://github.com/SwissDataScienceCenter/renku-python/issues/3390>`__)
(`0aac292 <https://github.com/SwissDataScienceCenter/renku-python/commit/0aac292e45df62489d92db142e8f843a05c06b80>`__)

Features
~~~~~~~~

- **cli:** pretty session list output with additional fields
(`3397 <https://github.com/SwissDataScienceCenter/renku-python/issues/3397>`__)
(`d8feb83 <https://github.com/SwissDataScienceCenter/renku-python/commit/d8feb8395052382018e0ad6c6a0f57bed77bde1d>`__)
- **core:** do not update template if Dockerfile is modified
(`3396 <https://github.com/SwissDataScienceCenter/renku-python/issues/3396>`__)
(`00a1963 <https://github.com/SwissDataScienceCenter/renku-python/commit/00a1963fe190f583e2b4a41935b7761a8ec588ed>`__)
- **core:** raise proper errors when Renku metadata is corrupt
(`3393 <https://github.com/SwissDataScienceCenter/renku-python/issues/3393>`__)
(`bb0a39a <https://github.com/SwissDataScienceCenter/renku-python/commit/bb0a39a60502688a9962876aac91f19e20900854>`__)
- **dataset:** default dataset add action in configuration
(`3398 <https://github.com/SwissDataScienceCenter/renku-python/issues/3398>`__)
(`4f10d5f <https://github.com/SwissDataScienceCenter/renku-python/commit/4f10d5faec461152be4cc790c0cfc780593fc2c4>`__)
- **service:** allow setting default CLI version for project creation
(`3415 <https://github.com/SwissDataScienceCenter/renku-python/issues/3415>`__)
(`9f16b0a <https://github.com/SwissDataScienceCenter/renku-python/commit/9f16b0a3fffaa3887ee869e104e9cebaa85de2b2>`__)

Page 20 of 70

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.