Skip to content

Releases: project-codeflare/codeflare-cli

4.4.0

04 Apr 13:43
Compare
Choose a tag to compare

4.4.0 (2023-04-04)

Features

  • allow workdirs to point to github to pick up the source (7a88067)

4.3.2

04 Apr 01:17
Compare
Choose a tag to compare

4.3.2 (2023-04-04)

Bug Fixes

  • avoid events in dashboard UI for line (184074c)

4.3.1

03 Apr 19:53
Compare
Choose a tag to compare

4.3.1 (2023-04-03)

Bug Fixes

  • bump store to pick up relpath and macos 3.9.6 fixes (fbb362d)
  • pull in another relpath to workdir fix (d7768b9)

4.3.0

03 Apr 15:00
Compare
Choose a tag to compare

4.3.0 (2023-04-03)

Features

4.2.2

02 Apr 16:16
Compare
Choose a tag to compare

4.2.2 (2023-04-02)

Bug Fixes

  • codeflare db has extra newline at top in alt buffer mode (23130a4)
  • for now, don't show application logs in dashboard (cd881dc)
  • use a priority heap to choose most important events to display (ca10943)

4.2.1

01 Apr 21:09
Compare
Choose a tag to compare

4.2.1 (2023-04-01)

Bug Fixes

  • add codeflare dump path to print out location of files (dac71c1)
  • add gpu stats to dashboard (f315efc)
  • also accept codeflare db (c6c18d9)
  • bump store to pick up fix for installing arm32 kubectl on arm64 systems (3fa32c4)
  • bump [email protected] to pick up fix for formatting issue in gpu stream (4700ef4)
  • bump [email protected] to pick up env.json capture (38536df)
  • codeflare dashboard -1 was not working (c8e33c9)
  • codeflare dump should support -f/--follow (e925f53)
  • dashboard should not show gpu grids for runs not using gpus (8a3cdb3)
  • improve grid legend 'mem' -> 'Memory' (9a76acc)
  • increase min grid size from 2 to 6 (cd17bbb)
  • pull in improved gpu utilization format from [email protected] (f94cfc2)
  • support arranging dashboard grids into rows (bf8d1f5)
  • update dashboard grid to use space-between rather than space-around for grid-of-grids row (0c4c94c)
  • update dashboard to support pod Evicted state (605cdb8)
  • use colorbrewer theme for status (3d79c2f)

4.2.0

31 Mar 17:05
Compare
Choose a tag to compare

4.2.0 (2023-03-31)

Bug Fixes

  • codeflare dashboard should default to all (b65ebc3)
  • disable use of securityContext in ray pod specs (cb14b5e)
  • improvements to s3 profile/bucket scanning (ccf4858)
  • pick up fix for profile import --force (183393d)
  • pick up improved signal handling fixes from store and madwizard (71d98ee)
  • pick up improved signal handling fixes from store and madwizard (35330f2)
  • tweaks to support running tests locally on apple silicon; probably arm generally (f89e4e2)

Features

  • do not automatically bring down cluster on ctrl+c (d4d7877)
  • new console-based dashboard (95e1919)

4.1.0

21 Mar 18:25
Compare
Choose a tag to compare

4.1.0 (2023-03-21)

Bug Fixes

Features

  • bump to madwizard@7 to pick up multiselect autocomplete (b0e4e4c)

4.0.0

20 Mar 15:55
Compare
Choose a tag to compare

4.0.0 (2023-03-20)

Bug Fixes

  • torchx runs always emit verbose command line execution text (8563cba)

Features

  • pull in autocomplete support from [email protected] (03f3195)
  • support for selecting multiple s3 buckets to be mounted (a23ac94)
  • update ray resources to match the newer/cleaner torchx resources form (35260c2)

BREAKING CHANGES

  • this updates s3/choose/bucket from single-select to multi-select, which may require re-selecting this choice
  • this changes the structure of the ray form; tests may need updates. Also, any automated -y runs will require an update.

3.1.2

17 Mar 01:05
Compare
Choose a tag to compare

3.1.2 (2023-03-17)

Bug Fixes

  • madwizard multi-select fails if options include dashes (d224f8b)
  • torchx run fails to delete helm chart (faa4563)