What's Changed
- IFCB Dashboard 4.3.1 by @joefutrelle in #449
- single-ROI features legacy endpoint by @joefutrelle in #450
- 443: fix the map popup after switching bins by @joefutrelle in #452
- Read sample type from .hdr file by @joefutrelle in #451
- fix issue with spaces in dataset name when saving to cache by @joefutrelle in #453
- IFCB Dashboard 4.4.0 by @joefutrelle in #454
Full Changelog: v4.3.1...v4.4.0
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