What's Changed
- 411: add unique constraint on data directory path by @mike-kaimika in #412
- Handle missing position by @jonatanmindroad in #418
- Bump django from 4.2.15 to 4.2.16 by @dependabot in #416
- default to version 4.3.0 by @joefutrelle in #422
- only include ports for csrf trusted origins if they are non-standard by @mike-kaimika in #420
- adding new instructions for ARM postgis support by @joefutrelle in #423
- 417: Allow default map settings to be configurable by @mike-kaimika in #421
New Contributors
- @jonatanmindroad made their first contribution in #418
Full Changelog: v4.2.1...v4.3.0
Upgrading
To upgrade to this release, modify your .env
file and add this line:
IFCBDB_IMAGE=whoi/ifcb-dashboard:4.3.0
Before restarting, you may want to pull that image to reduce downtime.
docker pull whoi/ifcb-dashboard:4.3.0
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