Skip to content

Commit 5f22371

Browse files
committed
Upgrade Synapse (1.49.2 -> 1.50.0)
1 parent 1b151a5 commit 5f22371

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

roles/matrix-synapse/defaults/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ matrix_synapse_docker_image_name_prefix: "{{ 'localhost/' if matrix_synapse_cont
1515
# amd64 gets released first.
1616
# arm32 relies on self-building, so the same version can be built immediately.
1717
# arm64 users need to wait for a prebuilt image to become available.
18-
matrix_synapse_version: v1.49.2
19-
matrix_synapse_version_arm64: v1.49.2
18+
matrix_synapse_version: v1.50.0
19+
matrix_synapse_version_arm64: v1.50.0
2020
matrix_synapse_docker_image_tag: "{{ matrix_synapse_version if matrix_architecture in ['arm32', 'amd64'] else matrix_synapse_version_arm64 }}"
2121
matrix_synapse_docker_image_force_pull: "{{ matrix_synapse_docker_image.endswith(':latest') }}"
2222

roles/matrix-synapse/templates/synapse/homeserver.yaml.j2

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
# Server admins can expand Synapse's functionality with external modules.
1414
#
15-
# See https://matrix-org.github.io/synapse/develop/modules.html for more
15+
# See https://matrix-org.github.io/synapse/latest/modules/index.html for more
1616
# documentation on how to configure or create custom modules for Synapse.
1717
#
1818
modules:
@@ -1519,6 +1519,7 @@ room_prejoin_state:
15191519
# - m.room.encryption
15201520
# - m.room.name
15211521
# - m.room.create
1522+
# - m.room.topic
15221523
#
15231524
# Uncomment the following to disable these defaults (so that only the event
15241525
# types listed in 'additional_event_types' are shared). Defaults to 'false'.

0 commit comments

Comments
 (0)