Council Data Project is a backend, frontend, and cookiecutter deployment for creating a whole database, storage system, and website, for archiving, exploring, and tracking municipal council action.
This library, `cdp-backend` maintains the pipelines, database models, infrastructure configuration, etc.
This version of `cdp-backend` is meant to fix the currently broken infrastructure deployment system. We are ripping out all of Pulumi and using gcloud, gsutil, and firebase CLI tooling to achieve the same result (which are all first-party tools so _should be_ better supported).
:warning: :warning:
This release is a "breaking" change for instances. Instance maintainers will want to update the instance with `make update-from-cookiecutter`.
:warning: :warning:
What's Changed
* admin/upgrade-packaging-standards by evamaxfield in https://github.com/CouncilDataProject/cdp-backend/pull/201
* bugfix/infra-stack by evamaxfield in https://github.com/CouncilDataProject/cdp-backend/pull/202
**Full Changelog**: https://github.com/CouncilDataProject/cdp-backend/compare/v3.1.3...v3.2.0