Skip to content

Releases: codalab/codalab-worksheets

Version 1.5.1 (May 3, 2022)

03 May 16:52
Compare
Choose a tag to compare

Release notes

Frontend

  • Copy exclude-patterns when rerunning a bundle (#4077)
  • Remove unnecessary console.log (#4087)

CLI

None

Backend

None

Dev / docs / CI

  • Ensure mergify squashes PRs (rather than making merge commits) (#4069)
  • Update codalab_service.py (#4006)
  • Modify "Multiple-Bundle-Storage" docs and add doc for inferring store type (#4073)
  • Pin pygments==2.11.2 (#4080)
  • Improve documentation (#4072, #4086)

v1.5.0

18 Apr 14:56
Compare
Choose a tag to compare

Frontend

CLI

None

Backend

  • NFS-safe dependency manager that allows multiple workers to share the same dependency cache #3861
  • Support bundle checkpoint / preemptible workers #3882
  • Better logging for workers #4022
  • Fix bypass of blob storage downloads with custom bundle stores #3991
  • Fix/3911-cl-store infer storage type from url by @wwwjn in #4061

Dev / docs / CI

  • Worker manager documentation for Azure Batch and GKE by @teetone in #4002
  • Added additional troubleshooting steps to public worker manager doc #4050

New Contributors

Full Changelog: v1.4.6...v1.5.0

Version 1.4.6 (March 7, 2022)

08 Mar 01:40
Compare
Choose a tag to compare

Release notes

Frontend

  • Fix Stdout and File Section not working/refreshing #4029
  • Wrap long command #4033

CLI

None

Backend

None

Dev / docs / CI

  • Add jsx files to format #4032

v1.4.5 (February 22, 2022)

22 Feb 22:24
Compare
Choose a tag to compare

Release notes

Frontend

None

CLI

Backend

Dev / docs / CI

None

Diff:

v1.4.4...rc1.4.5

Version 1.4.4 (February 21, 2022)

21 Feb 16:39
Compare
Choose a tag to compare

Release notes

Frontend

  • Improve handling if user does not have access to the server (#3993)

Backend

  • Support separate GKE cluster for cpu and gpu worker managers (#4005)
  • Be able to control seconds between workers for gpu vs cpu worker managers (#4007)
  • Bump apache beam to 2.36.0 (#4011)

Dev / docs / CI

  • Support running 2 workers locally (#4003)

All changes

Full Changelog: v1.4.3...v1.4.4

Version 1.4.3 (February 9, 2022)

09 Feb 20:13
Compare
Choose a tag to compare

Release notes

Frontend

  • Fix bundle store display in bundle detail page (#3980)
  • Show bundle stores when running "cl info" (#3932)

Backend

  • Ensure unique uuid for slurm workers (#3978)
  • Better formatting of disk quota error message (#3820)

Dev / docs / CI

  • Allow configuring a default bundle store with CODALAB_DEFAULT_BUNDLE_STORE (#3972)
  • Fix typo in docs (#3969)

Version 1.4.2 (January 25, 2022)

25 Jan 18:33
Compare
Choose a tag to compare

Release notes

Frontend

  • Don't swallow errors when running interpret worksheet (#3950)
  • Fix Bundle Page (#3930)

Backend

  • Recreate deleted networks when starting codalab (#3929)
  • Fix building docker files from scratch (#3954)
  • Fixed Worker Manager Auth (#3941)
  • Update bundle locations endpoint to use schema dump (#3930)
  • Only let root add bundle stores (#3945)

Dev / docs / CI

  • Update mergify to get rid of deprecated strict mode (#3942)
  • Added documentation for AWS Batch (#3962)

Version 1.4.1 (December 15, 2021)

15 Dec 22:59
f35bb85
Compare
Choose a tag to compare

Release notes

Frontend

  • Revert "[frontend] Handling 403 error (#3877)"
  • Store info display (#3913)
  • Bundle store details page (#3860)

Backend

  • Allow hyphens in worker tags (#3917)
  • Support specifying --store with "cl run" (#3916)
  • Support GCS (#3905)
  • Bundle store CLI commands (#3828)
  • [Multi Bundle Store] Create new bundle store endpoints (#3850)

Dev / docs / CI

None

Version 1.4.0 (December 13, 2021)

13 Dec 22:04
Compare
Choose a tag to compare

Release notes

Frontend

  • Handling 403 error (#3877)
  • Change wordings of "My Profile" (#3902)

Backend

  • Revert "Switch to upstream ratarmount library (#3823)" (#3897)
  • Filter out non-cl-worker pods (#3903)
  • Multiple bundle location REST API (#3899)

Dev / docs / CI

None

Version 1.3.0 (12/1/2021)

01 Dec 17:06
Compare
Choose a tag to compare

Frontend

Fix worksheets display limit (#3885)
Fix login process doesn't remember the worksheets page (#3895)