IFCB Dashboard 4.3.1
What's Changed
- DRY in configuring dashboard and celery containers by @joefutrelle in #425
- list bins management command by @joefutrelle in #424
- Bump django from 4.2.16 to 4.2.17 by @dependabot in #426
- Bump django from 4.2.17 to 4.2.20 by @dependabot in #433
- prevent output buffering to help with docker logs by @mike-kaimika in #434
- adjust unique constraint to include 'kind' by @mike-kaimika in #432
- Bump gunicorn from 22.0.0 to 23.0.0 by @dependabot in #442
- Bump django from 4.2.20 to 4.2.21 by @dependabot in #448
- update to latest pyifcb and related library versions by @mike-kaimika in #430
Full Changelog: v4.3.0...v4.3.1
Upgrading
To upgrade to this release, modify your .env file and add this line:
IFCBDB_IMAGE=whoi/ifcb-dashboard:4.3.1
Before restarting, you may want to pull that image to reduce downtime.
docker pull whoi/ifcb-dashboard:4.3.1
Restart and run collectstatic and migrate
docker compose down
docker compose up -d
docker compose exec ifcbdb python manage.py migrate
docker compose exec ifcbdb python manage.py collectstatic --noinput