Skip to content

v0.1.0

Compare
Choose a tag to compare
@mgoerens mgoerens released this 06 Apr 10:02
· 87 commits to master since this release

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.