All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Attempting to write the config file to the filesystem isn't a good idea when running in a container. We removed that.
- Automatic builds with github actions and automatic attestations through github
- First release reads config file and creates databases
- Retries the postgres connection every second for two minutes to give the posgres instance a chance to come up
- Relies on environment variables to find the postgres instance and connect to it