v4.2.1
What's Changed
- Bump django from 4.2.14 to 4.2.15 by @dependabot in #406
- restrict mosaic creation and coordinate calls to POST requests by @mike-kaimika in #405
- pin image version to 4.2.1 by @joefutrelle in #408
Full Changelog: v4.2.0...v4.2.1
Upgrading
To upgrade to this release, modify your .env
file and add this line:
IFCBDB_IMAGE=whoi/ifcb-dashboard:4.2.1
Before restarting, you may want to pull that image to reduce downtime.
docker pull whoi/ifcb-dashboard:4.2.1
Restart and run collectstatic
:
docker compose down
docker compose up -d
docker compose exec ifcbdb python manage.py collectstatic --noinput