0.4.6 - 10/28/2022
Changes:
- Updated base branch from master to main
- Added pre-commit
- Applied pre-commit changes to all files for activated hooks
- Added Github Action workflow
- Hooks
- Trailing whitespace
- Check AST
- Check YAML
- Check XML
- Debug statements
- End of file fixer
- Check docstring
- Large files
- Blackdoc
- Flake8
- isort
- Black
- PyUpgrade
- Add trailing comma
- Bandit
- Gitleaks
- Shellcheck
- Django Upgrade
- Dependency Updates
- Github Actions
- Setup Docker Buildx from 2.0.0 to 2.2.1
- Docker login from 2.0.0 to 2.1.0
- Docker Build Push from 3.0.0 to 3.2.0
- Sentry release from 1.1.6 to 1.2.0
- Python from 3.9.6 to 3.10.8
- Django from 4.0 to 4.1
- Django CORS headers from 3.12 to 3.13
- Django Debug toolbar from 3.4 to 3.7
- Django REST Framework from 3.13 to 3.14
- NetCDF from 1.5.8 to 1.6.0
- Psycopg2-binary from 2.9.3 to 2.9.5
- Sentry SDK from 1.5.11 to 1.8.0
- VCRpy from 4.1 to 4.2
- Whitenoise from 6.0 to 6.2
- Pandas from 1.4.2 to 1.4.3
- Prefect from 1.2.1 to 1.2.3
- IPython from 8.3 to 8.4
- Apt
- Binutils from 2.31.1 to 2.35.2
- Libproj from 5.2.0 to 7.2.1
- Gdal Bin from 2.4.0 to 3.2.2
- Build essentials from 12.6 to 12.9
- Updated Postgis from 10 to 15
- This may require dumping and reloading the DB and updating the auth method.
See #639
- This may require dumping and reloading the DB and updating the auth method.
- Github Actions
Fixes:
make down
now also stops any leftover test environment containers
What's Changed
- Bump whitenoise from 6.0.0 to 6.1.0 in /app by @dependabot in #578
- Bump sentry-sdk from 1.5.11 to 1.5.12 in /app by @dependabot in #577
- Bump ipython from 8.3.0 to 8.4.0 in /app by @dependabot in #581
- Bump celery from 5.2.6 to 5.2.7 in /app by @dependabot in #580
- Bump django from 4.0.4 to 4.0.5 in /app by @dependabot in #582
- Bump sentry-sdk from 1.5.12 to 1.6.0 in /app by @dependabot in #587
- Bump numpy from 1.21.1 to 1.22.0 in /app by @dependabot in #586
- Bump django-cors-headers from 3.12.0 to 3.13.0 in /app by @dependabot in #583
- Bump whitenoise from 6.1.0 to 6.2.0 in /app by @dependabot in #584
- Bump prefect from 1.2.1 to 1.2.2 in /app by @dependabot in #579
- Bump pandas from 1.4.2 to 1.4.3 in /app by @dependabot in #589
- Bump django-debug-toolbar from 3.4.0 to 3.5.0 in /app by @dependabot in #588
- Bump netcdf4 from 1.5.8 to 1.6.0 in /app by @dependabot in #590
- Bump vcrpy from 4.1.1 to 4.2.0 in /app by @dependabot in #591
- Bump django from 4.0.5 to 4.0.6 in /app by @dependabot in #592
- Bump prefect from 1.2.2 to 1.2.3 in /app by @dependabot in #593
- Bump sentry-sdk from 1.6.0 to 1.7.1 in /app by @dependabot in #596
- Bump getsentry/action-release from 1.1.6 to 1.2.0 by @dependabot in #599
- Bump sentry-sdk from 1.7.1 to 1.8.0 in /app by @dependabot in #600
- Bump docker/setup-buildx-action from 2.0.0 to 2.1.0 by @dependabot in #635
- Bump docker/setup-buildx-action from 2.1.0 to 2.2.1 by @dependabot in #636
- Add pre-commit hook by @abkfenris in #638
- Bump docker/build-push-action from 3.0.0 to 3.2.0 by @dependabot in #633
- Bump docker/login-action from 2.0.0 to 2.1.0 by @dependabot in #634
- Bump Django and PostGIS by @abkfenris in #639
- Bump Python to 3.10 by @abkfenris in #640
Full Changelog: v0.4.5...v0.4.6