Skip to content

New Infrastructure Management and Admin Updates

Compare
Choose a tag to compare
@evamaxfield evamaxfield released this 18 Aug 22:17
· 65 commits to main since this release

Council Data Project v3.2.0

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, cookiecutter-cdp-deployment is a cookiecutter template to deploy a whole new CDP infrastructure.

The recent changes to 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).

Those changes mean that the template also needed to be updated to utilize the new infrastructure deployment strategy.

⚠️ ⚠️
This release is a "breaking" change for instances. Instance maintainers will want to update the instance with make update-from-cookiecutter.
⚠️ ⚠️

What's Changed

Full Changelog: v3.1.1...v3.2.0