Release Notes
Upgrade instructions
Django migration:
docker compose exec django ./manage.py migrate
Re-build containers:
docker compose build --no-cache && docker compose up -d
New Features
Compute worker
- Forbid the compute worker from pulling competition images
- Option to stop compute worker from sending logs and/or prediction files to Codabench
Instance
Improvements
- Raise RAM limit for Site Worker in docker-compose.yml
- Privacy link updated
- Add pagination to GET /api/competitions and fix participating_in leak
- Remove robot submissions and bot user feature
Bug Fixes
- Fix organization name not showing on leaderboard for multi-task competitions
- Submission API: Enforce phase start/end window on submission creation
- Queue creation error improved
- Fix Django migrations
- Switch to quay.io for mc and minio images
- Deny anonymous access to /api/submissions/ list and retrieve