Renku

Latest version: v2.9.4

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

Scan your dependencies

Page 19 of 70

2.9.1

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

Bug Fixes
~~~~~~~~~

- **svc:** fix migration not working with old template metadata
(`3687 <https://github.com/SwissDataScienceCenter/renku-python/issues/3687>`__)
(`398ec2e <https://github.com/SwissDataScienceCenter/renku-python/commit/398ec2ef35ec296aa55f3cdd568e35eaa360cd89>`__)

2.9.0

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


Features
~~~~~~~~

- add cloud storage support for session start
(`3629 <https://github.com/SwissDataScienceCenter/renku-python/issues/3629>`__)
(`ec3173a <https://github.com/SwissDataScienceCenter/renku-python/commit/ec3173a8601d8dbf93626778b3da0bdce68e9060>`__)
- **service:** date_published in datasets.list response
(`3648 <https://github.com/SwissDataScienceCenter/renku-python/issues/3648>`__)
(`a7f4a22 <https://github.com/SwissDataScienceCenter/renku-python/commit/a7f4a224a1cc2108c3b091b751187bf03ebb83e4>`__)

2.8.2

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

Bug Fixes
~~~~~~~~~

- **cli:** output proper session link and only check registry if logged
in
(`3660 <https://github.com/SwissDataScienceCenter/renku-python/issues/3660>`__)
(`12469f9 <https://github.com/SwissDataScienceCenter/renku-python/commit/12469f913d4a80662c2b7e2fe2e3f9f594900078>`__)
- **cli:** use lower case image names for sessions in upper-case
projects
(`3666 <https://github.com/SwissDataScienceCenter/renku-python/issues/3666>`__)
(`ec1e282 <https://github.com/SwissDataScienceCenter/renku-python/commit/ec1e2824e6604cd82e677fdfb5e70d3491b7df68>`__)
- prevent distutils warning
(`3663 <https://github.com/SwissDataScienceCenter/renku-python/issues/3663>`__)
(`5954aac <https://github.com/SwissDataScienceCenter/renku-python/commit/5954aacac6ab724a14458957ccc6e64137632592>`__)
- **service:** add proper error if a dataset can’t be found
(`3661 <https://github.com/SwissDataScienceCenter/renku-python/issues/3661>`__)
(`8afaedd <https://github.com/SwissDataScienceCenter/renku-python/commit/8afaedddba248a34a0bb175189f04cf1119034e6>`__)
- **service:** allow editing datasets without creator email
(`3664 <https://github.com/SwissDataScienceCenter/renku-python/issues/3664>`__)
(`d74cc72 <https://github.com/SwissDataScienceCenter/renku-python/commit/d74cc72467ce10d9330e4080aa3540697e6a2869>`__)
- **service:** allow setting keywords on project creation
(`3665 <https://github.com/SwissDataScienceCenter/renku-python/issues/3665>`__)
(`9377ac4 <https://github.com/SwissDataScienceCenter/renku-python/commit/9377ac4ab55f778c4ef1b505f4baeb0bc2378ebd>`__)
- **service:** fix clone depth not being respected
(`3678 <https://github.com/SwissDataScienceCenter/renku-python/issues/3678>`__)
(`0c523fa <https://github.com/SwissDataScienceCenter/renku-python/commit/0c523facd2647e04285430b4a5fc64c912df1b1f>`__)

Features
~~~~~~~~

- **service:** date_published in datasets.list response
(`3648 <https://github.com/SwissDataScienceCenter/renku-python/issues/3648>`__)
(`a7f4a22 <https://github.com/SwissDataScienceCenter/renku-python/commit/a7f4a224a1cc2108c3b091b751187bf03ebb83e4>`__)

2.8.1

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

Bug Fixes
~~~~~~~~~

- **core:** adapt to Zenodo jsonld changes; send referrer on Zenodo request
(`3643 <https://github.com/SwissDataScienceCenter/renku-python/issues/3643>`__)
(`41816d8 <https://github.com/SwissDataScienceCenter/renku-python/commit/41816d8178af0b057cca5bdd91330fbb265f9c03>`__)
- **service:** dataset import error
(`3670 <https://github.com/SwissDataScienceCenter/renku-python/issues/3670>`__)
(`1795cde <https://github.com/SwissDataScienceCenter/renku-python/commit/1795cde3e1a0cd849618175251f8feab997fecfc>`__)

2.8.0

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

Bug Fixes
~~~~~~~~~

- **cli:** do not error unnecessarily on session stop
(`3642 <https://github.com/SwissDataScienceCenter/renku-python/issues/3642>`__)
(`4726f66 <https://github.com/SwissDataScienceCenter/renku-python/commit/4726f660e33a6eb3706b20f661faa635fbe6356b>`__)
- **cli:** do not pass the force-build flag to docker
(`3641 <https://github.com/SwissDataScienceCenter/renku-python/issues/3641>`__)
(`ff5e8f6 <https://github.com/SwissDataScienceCenter/renku-python/commit/ff5e8f63b94691a65dfe5e44438c4f819819f7ee>`__)
- **cli:** do not start a session when in detached HEAD state
(`3636 <https://github.com/SwissDataScienceCenter/renku-python/issues/3636>`__)
(`80f70f5 <https://github.com/SwissDataScienceCenter/renku-python/commit/80f70f554ef552b67683ba2498959dbca4aa8200>`__)
- **core:** do not clone submodules in renku clone command
(`3630 <https://github.com/SwissDataScienceCenter/renku-python/issues/3630>`__)
(`e9986e0 <https://github.com/SwissDataScienceCenter/renku-python/commit/e9986e0d4a882cdf1b84603c9f08010d7f949972>`__)
- don’t fail on exotic git diff types
(`3632 <https://github.com/SwissDataScienceCenter/renku-python/issues/3632>`__)
(`160620c <https://github.com/SwissDataScienceCenter/renku-python/commit/160620c447f1ab7f6935ef63e3f92437c7537f98>`__)
- make usage of name and slug consistent
(`3620 <https://github.com/SwissDataScienceCenter/renku-python/issues/3620>`__)
(`b31ade0 <https://github.com/SwissDataScienceCenter/renku-python/commit/b31ade02eed873e09e790a46d92caaf2379871ce>`__)
- **service:** set job timeouts correctly
(`3651 <https://github.com/SwissDataScienceCenter/renku-python/issues/3651>`__)
(`db0f8cf <https://github.com/SwissDataScienceCenter/renku-python/commit/db0f8cf87d8f234e87aa48058eceaaf68283cedf>`__)
- warn user about old version of git when using mergetool
(`3637 <https://github.com/SwissDataScienceCenter/renku-python/issues/3637>`__)
(`5df0ce1 <https://github.com/SwissDataScienceCenter/renku-python/commit/5df0ce17e2264412ad081909d08a80f4e6523ae9>`__)

Features
~~~~~~~~

- add prometheus metrics
(`3640 <https://github.com/SwissDataScienceCenter/renku-python/issues/3640>`__)
(`d3eedb5 <https://github.com/SwissDataScienceCenter/renku-python/commit/d3eedb5e716cdc3299021f5e0c75d678c7c85da0>`__)
- **cli, service:** support for project image
(`3623 <https://github.com/SwissDataScienceCenter/renku-python/issues/3623>`__)
(`db9f93b <https://github.com/SwissDataScienceCenter/renku-python/commit/db9f93b83e077e62b0196305a82b860fcc2cad6b>`__)
- **cli:** session pause and resume
(`3633 <https://github.com/SwissDataScienceCenter/renku-python/issues/3633>`__)
(`f4b6480 <https://github.com/SwissDataScienceCenter/renku-python/commit/f4b648019cb0ef09e1591e34dbcdd56d2672f018>`__)
- **service:** accept commit SHA in read endpoints
(`3608 <https://github.com/SwissDataScienceCenter/renku-python/issues/3608>`__)
(`01a0798 <https://github.com/SwissDataScienceCenter/renku-python/commit/01a0798562357167944aab828e5e6b7967775f8a>`__)
- **svc:** rename git_url to template_git_url and return git_url on all
endpoints
(`3646 <https://github.com/SwissDataScienceCenter/renku-python/issues/3646>`__)
(`314786e <https://github.com/SwissDataScienceCenter/renku-python/commit/314786e8f685d2e202de801434bf1dceed9e17bf>`__)

2.7.0

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

Bug Fixes
~~~~~~~~~

- **cli:** do not freeze/unfreeze plan view model
(`3599 <https://github.com/SwissDataScienceCenter/renku-python/issues/3599>`__)
(`3c48cff <https://github.com/SwissDataScienceCenter/renku-python/commit/3c48cffe116db5c246beca2003c2f282fc38b465>`__)
- **cli:** ssh setup and key usage
(`3615 <https://github.com/SwissDataScienceCenter/renku-python/issues/3615>`__)
(`3fa737a <https://github.com/SwissDataScienceCenter/renku-python/commit/3fa737ab6cd6126047098957ff2e5f179e939339>`__)
- **core:** setting non-existing config property to null
(`3595 <https://github.com/SwissDataScienceCenter/renku-python/issues/3595>`__)
(`e0ff587 <https://github.com/SwissDataScienceCenter/renku-python/commit/e0ff587f507d049eeeb873e8488ba8bb10ac1a15>`__)
- **core:** skip fast cache migrations check for anonymous users
(`3577 <https://github.com/SwissDataScienceCenter/renku-python/issues/3577>`__)
(`9ee3176 <https://github.com/SwissDataScienceCenter/renku-python/commit/9ee3176ce379dd80d2955e858f5e11e1fb32b464>`__)
- **service:** normalize git url to avoid duplicate cache entries
(`3606 <https://github.com/SwissDataScienceCenter/renku-python/issues/3606>`__)
(`19142c6 <https://github.com/SwissDataScienceCenter/renku-python/commit/19142c6f58713cb9990b71f9ed738990987c3e16>`__)
- **cli:** adapt to changes in KG api for importing datasets
(`3549 <https://github.com/SwissDataScienceCenter/renku-python/issues/3549>`__)
(`020434a <https://github.com/SwissDataScienceCenter/renku-python/commit/020434a7dd6449755644a2e9ca849b8821900f72>`__)
- **service:** add branch to service cache path
(`3562 <https://github.com/SwissDataScienceCenter/renku-python/issues/3562>`__)
(`3800a38 <https://github.com/SwissDataScienceCenter/renku-python/commit/3800a3823515763c207b1b15f348df3b0cdd9831>`__)
- **service:** add support for using default values in template
parameters
(`3550 <https://github.com/SwissDataScienceCenter/renku-python/issues/3550>`__)
(`d162392 <https://github.com/SwissDataScienceCenter/renku-python/commit/d162392b3dc20dd3433be78b08f101e7f268ed7d>`__)

Features
~~~~~~~~

- **cli:** allow disabling automated parameter detection in renku run
(`3548 <https://github.com/SwissDataScienceCenter/renku-python/issues/3548>`__)
(`bcdeba1 <https://github.com/SwissDataScienceCenter/renku-python/commit/bcdeba1f286ad786edb4e19e21236c4408fa3ed7>`__)
- **service:** replace/refactor internal repository cache
(`3534 <https://github.com/SwissDataScienceCenter/renku-python/issues/3534>`__)
(`a9994a8 <https://github.com/SwissDataScienceCenter/renku-python/commit/a9994a8cb2541527ca9be731037cc60b03d62cea>`__)

Page 19 of 70

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.