Skip to content

1.20.0

Choose a tag to compare

@ObadaS ObadaS released this 08 Aug 07:59
· 188 commits to master since this release
e6b85e8

Manual Intervention needed if upgrading

Codabench Instance

If you are upgrading from a previous version, you will need to run the following commands:

docker compose build && docker compose up -d
docker compose exec django ./manage.py makemigrations
docker compose exec django ./manage.py migrate
docker compose exec django ./manage.py collectstatic --noinput

Compute workers

If you have your own compute workers, you will also need to update them. You can simply do a docker compose pull && docker compose up -d if you are still using the latest tag inside the docker-compose.yml. Otherwise, change the tag to latest then run the previous command.

New Features

Changes

Bug Fixes

Full Changelog: 1.19.0...1.20.0