Beginning with this release, we will use [semantic versioning](https://semver.org/spec/v2.0.0.html) for version releases, meaning that breaking changes will require a major version bump.
Breaking changes
The gcp-batch worker manager has been renamed to the kubernetes worker manager. This means that when starting your own servers, the following config variables need to be renamed / changed:
CODALAB_WORKER_MANAGER_TYPE=gcp-batch -> CODALAB_WORKER_MANAGER_TYPE=kubernetes
CODALAB_WORKER_MANAGER_GCP_CLUSTER_HOST -> CODALAB_WORKER_MANAGER_KUBERNETES_CLUSTER_HOST
CODALAB_WORKER_MANAGER_GCP_AUTH_TOKEN -> CODALAB_WORKER_MANAGER_KUBERNETES_AUTH_TOKEN
CODALAB_WORKER_MANAGER_GCP_CERT_PATH -> CODALAB_WORKER_MANAGER_KUBERNETES_CERT_PATH
Frontend
None
Backend
- Worker to retry downloading dependencies to deal with transient errors (3663)
- Include error information in "invalid archive upload" error (3666)
- Add test and fix for disappearing dependency issue 3627 (3669)
Dev / docs / CI
- Fix blob upload issue for large files (3671)
- Prevent excessive logging for blob storage (3674)