Skip to content

Version 0.4.3 (October 6, 2019)

Compare
Choose a tag to compare
@Levilian Levilian released this 06 Oct 20:42
· 2345 commits to master since this release

Fixes

  • Fix size parameters for display image (#1441)
  • Set empty worksheet title name to "untitled" (#1443)
  • Upgrade database revision to the latest before any other operations during deployment (#1429)
  • Better dealing with nonexistent containers and container removal (#1159)
  • Add search field (host_worksheet) to cl help (#1446)
  • Add logic to prevent pushing images to dockerhub when user credential is not defined (#1439)
  • Update shebang line on codalab_service.py for cross-platform portability (#1471)

Cleanup

  • Name bundle containers by the UUIDs (#1437)
  • Change name of general worker docker network (#1438)
  • Create cl-server and cl-bundle-manager entry_points (#1445)
  • Refactor bundle model (#1453)
  • Remove the unused worker/update_bundle_metadata API endpoint and methods (#1468)
  • Add macOS instructions (#1451)