Skip to content

Releases: SwissDataScienceCenter/renku-python

v1.8.0

16 Oct 10:27
fe21509
Compare
Choose a tag to compare

1.8.0 (2022-10-14)

Bug Fixes

  • cli: make file size display consistent (#3111) (21b70c1)
  • core: logging wrong chunk attribute (#3140) (a187aec)
  • service: fix working dir when cloning outside of project_clone view (#3164) (9dd6a2d)

Features

  • api: query command builder (#3085) (cc7f90b)
  • cli: set list of custom metadata for project and dataset (#3165) (739ec47)
  • core: use current renku version when setting template for old projects (#3162) (945e27a)

v1.7.1

06 Sep 13:20
038c114
Compare
Choose a tag to compare

Bug Fixes

  • cli: fix bug with adding file to dataset that's already in its data directory #3090

Features

  • cli: add existing data directory files to dataset on creation #3090

v1.7.0

05 Sep 11:58
8358a0e
Compare
Choose a tag to compare

Bug Fixes

  • cli: allow display of ssh password prompt in clone operations (#3075) (aa8772d)

Features

  • cli: change renku mv to respect datasets' datadir (#3071) (525aca9)
  • cli: enable renku dataset update to pick up files in datasets data directory (#3062) (791fa09)
  • core: allow per dataset data directory (#3027) (aecc180)
  • core: copy/move/symlink files to datadir on add (#3049) (d7be929)
  • dataset: add data from s3 (#3063) (b3735e6)
  • dataset: allow mounting s3 data (#3106) (d16e1fc)
  • dataset: dataset creation with s3 storage backend (#3047) (316f7a6)
  • dataset: make dataset providers plugins (#3055) (b68a8bb)
  • dataset: pull data from s3 storage (#3066) (289b1af)
  • service: add support for dataset data directory in endpoints (#3089) (c2ae2bf)
  • svc: make timeout configurable on project.lock_status endpoint (#3097) (6939653)
  • add meaningful data to auto branch names (#3077) (efc735b), closes #2374
  • workflow: add dot output on workflow visualize (#3032) (c85790b), closes #2376

v1.6.0

22 Jul 13:46
6251e93
Compare
Choose a tag to compare

Bug Fixes

  • cli: fix mergetool committing more than just .gitattributes (#3013) (3905d78)
  • cli: fix mergetool not working with OOBuckets (#3023) (71f0d4a)
  • cli: prevent deletion of plans that are still used in composite plans (#2993) (f013bb6)
  • cli: prevent removed plans from being used in workflow commands (#2998) (493f4c5)
  • core: persist activity catalog in metadata (#2994) (8ef503f)

Features

  • cli: add RDFGraph to API (#3031) (b8784d5)
  • cli: inform users about 'renku login' in related errors (#3000) (ec91b31)
  • cli: add option to skip metadata update when executing workflows (#3025) (c89aba7)
  • cli: use existing remote image when starting sessions (#2991) (b09805c)

v1.5.0

04 Jul 07:45
6c697a6
Compare
Choose a tag to compare

Bug Fixes

  • service: correctly use project namespace when generating project id (#2958) (6995098)

Features

v1.4.0

10 Jun 16:38
af139c4
Compare
Choose a tag to compare

Bug Fixes

  • core: automatically cleanup dangling git processes (#2928) (56b06b5)

Features

  • api: add activity support to Renku api (#2911) (37d50ae)
  • cli: show dataset metadata for tag (#2919) (713b4a4)
  • cli: add support for setting custom metadata on Plans (#2929) (c99659f)
  • cli: add pager support to renku log (#2932) (31f9514)
  • cli: add renku template validate command (#2936) (bc56b8b)
  • cli: improve renku run error messages (#2915) (5cc006c)
  • core: add remote Renku instance session provider (#2880) (f554f19)
  • core: use oauth 2.0 device auth grant for renku login (#2722) (eae254e)
  • dataset: import dataset at specific tags (#2926) (c948a77)

v1.3.1

25 May 08:30
Compare
Choose a tag to compare

Bug Fixes

  • ci: pin poetry-dynamic-versioning to 0.17.1 (#2920) (239ef76)

Features

  • cli: show spinner when cloning repo for dataset import/update (#2914) (46508af)

v1.3.0

20 May 13:58
659baf1
Compare
Choose a tag to compare

Bug Fixes

  • cli: add git user configuration to local session (#2877) (089488b)
  • service: create dummy metadata.yml when creating a project for backwards compatibility(#2901) (ddd757d)
  • service: clean up old scheduled jobs (#2890) (396651a)
  • service: cleanup project when origin is out of sync (#2878) (6f3387a), closes #2826
  • service: remove additional exception (#2891) (b5438cf)

Features

  • api: add plan support in Renku API (#2909) (e6cb2d3)
  • api: add project status support in Renku API (#2893) (9d49de4)
  • cli: add a custom git merge tool for renku metadata (#2867) (2021e76)
  • core: add a minimum version check to support breaking forward compatibility (#2840) (42dc84c)

v1.2.4

09 May 07:49
11f753c
Compare
Choose a tag to compare

Bug Fixes

  • core: fix using float values in renku workflow iterate (#2875) (07934a8)
  • service: set oauth token when using gitlab APIs (#2884) (11a69d7)

Features

  • core: preserve staged files when editing renku config (#2871) (3c3cc66)

v1.2.3

29 Apr 15:34
a5d96a8
Compare
Choose a tag to compare

Bug Fixes

  • cli: inform user if a dataset wasn't found in dataset show
    (#2830)
    (046a756)
  • core: tests for renku session sub-commands
    (#2814)
    (a1a07c7)
  • dataset: correct dataset image id after migration to v1.0.0
    (#2842)
    (c2e08c8)
  • service: fix project_id not being auto-generated if missing in
    request schema
    (#2828)
    (ab46cd5)

Features

  • cli: added renku gc command for cleaning up renku cache
    (#2866)
    (0d3c176)
  • core: add support for template variables for workflow parameters
    (#2704)
    (7e6e0da)
  • core handle migration errors from the template
    (#2819)
    (1ddc16e),
    closes
    #2769
  • service: restore optimized migration check
    (#2854)
    (7e2a3d4),
    closes
    #2546
  • service: update template schema and errors
    (#2845)
    (905d1ae),
    closes
    #2729
  • workflow: option to ignore deleted outputs in status/update
    (#2832)
    (fe1c2c7)