Update Synapse (0.99.1.1 -> 0.99.2)

This commit is contained in:
Slavi Pantaleev 2019-03-02 09:37:35 +02:00
parent d360c67465
commit 041a1947b3
2 changed files with 3 additions and 1 deletions

View file

@ -42,3 +42,5 @@ If statistics reporting is enabled, the information that gets submitted to the m
- cache setting information
- CPU and memory statistics for the homeserver program
- database engine type and version

View file

@ -1,4 +1,4 @@
matrix_synapse_docker_image: "matrixdotorg/synapse:v0.99.1.1-py3"
matrix_synapse_docker_image: "matrixdotorg/synapse:v0.99.2-py3"
matrix_synapse_base_path: "{{ matrix_base_data_path }}/synapse"
matrix_synapse_config_dir_path: "{{ matrix_synapse_base_path }}/config"