v0.1.0
Very first release of the Synapse operator !
The main features included in this release are:
- Users can chose between:
- Let the Synapse operator generate a homeserver.yaml configuration file by providing the required values in the Synapse CRD.
- Or provide an existing homeserver.yaml.
- Users are able to request the deployment of a PostgreSQL DB to host the synapse database (relies on the postgres-operator).
- Users are able to request the deployment of the Heisenbridge.
This release also initializes the unit and integration test suite for the Synapse Operator.