Skip to content

Releases: SwissDataScienceCenter/renku-python

v2.9.3

09 Apr 06:34
0012737
Compare
Choose a tag to compare

2.9.3 (2024-04-08)

Bug Fixes

  • make doctor fix for workflow ids also update oid and derived_from (#3723) (050ed61)

v2.9.2

12 Feb 10:53
Compare
Choose a tag to compare

2.9.2 (2024-02-06)

Bug Fixes

  • cli: don't fail on workflows without inputs/outputs and print approriate warnings (#3694) (33a29aa)
  • core: migrate Dockerfile after metadata (#3690) (e98f112)
  • service: properly return cli_version in api version (#3699) (50e20e1)

Features

  • cli: allow ignoring template rendering errors (#3697) (088ce15)

v2.9.1

19 Jan 07:21
ae3618c
Compare
Choose a tag to compare

2.9.1 (2024-01-18)

Bug Fixes

  • svc: fix migration not working with old template metadata (#3687) (398ec2e)

v2.9.0

17 Jan 16:13
af89ce6
Compare
Choose a tag to compare

2.9.0 (2024-01-17)

Features

  • add cloud storage support for session start (#3629) (ec3173a)
  • service: date_published in datasets.list response (#3648) (a7f4a22)

v2.8.1

18 Dec 15:16
2502aaf
Compare
Choose a tag to compare

2.8.1 (2023-12-18)

Bug Fixes

  • core: adapt to Zenodo jsonld changes. Send referrer on Zenodo request (#3643) (41816d8)
  • service: dataset import error (#3670) (1795cde)

v2.8.0

18 Dec 15:14
Compare
Choose a tag to compare

2.8.0 (2023-11-17)

Bug Fixes

  • cli: do not error unneccesarily on session stop (#3642) (4726f66)
  • cli: do not pass the force-build flag to docker (#3641) (ff5e8f6)
  • cli: do not start a session when in detached HEAD state (#3636) (80f70f5)
  • core: do not clone submodules in renku clone command (#3630) (e9986e0)
  • don't fail on exotic git diff types (#3632) (160620c)
  • make usage of name and slug consistent (#3620) (b31ade0)
  • service: set job timeouts correctly (#3651) (db0f8cf)
  • warn user about old version of git when using mergetool (#3637) (5df0ce1)

Features

  • add prometheus metrics (#3640) (d3eedb5)
  • cli, service: support for project image (#3623) (db9f93b)
  • cli: session pause and resume (#3633) (f4b6480)
  • service: accept commit SHA in read endpoints (#3608) (01a0798)
  • svc: rename git_url to template_git_url and return git_url on all endpoints (#3646) (314786e)

v2.7.0

10 Aug 08:57
74ccfb7
Compare
Choose a tag to compare

2.7.0 (2023-08-09)

Bug Fixes

  • cli: adapt to changes in KG api for importing datasets (#3549) (020434a)
  • cli: fix overwriting dataset tags (#3497) (17a49ae)
  • service: add branch to service cache path (#3562) (3800a38)
  • service: add support for using default values in template parameters (#3550) (d162392)

Features

  • cli: allow disabling automated parameter detection in renku run (#3548) (bcdeba1)
  • service: replace/refactor internal repository cache (#3534) (a9994a8)

v2.6.2

23 Aug 08:22
Compare
Choose a tag to compare

Bug Fixes

v2.6.1

13 Jul 15:43
4288ada
Compare
Choose a tag to compare

This is a hotfix release that fixes an issue with the new scaling feature of the core service, where in some cases users would get routed to the wrong core-service, which would then fail requests due to erroneous cache hits.

See #3555 for more details.

v2.6.0

22 Jun 14:43
a2f2df4
Compare
Choose a tag to compare

2.6.0 (2023-06-20)

Bug Fixes

  • service: fixes importing private datasets in deployments with external gitlab (#3523) (d64c179)

Features