From 56629103c63236407739c1aeee4c9f6890d6e1a2 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Tue, 11 Nov 2025 16:18:28 +0200 Subject: [PATCH] Revert "chore(deps): update ghcr.io/element-hq/synapse docker tag to v1.142.0" This reverts commit c8c6a83eccc3a6ca34df453b67edc4a018601289. Synapse v1.142.0 is broken for Matrix Authentication Service deployments that use a path-prefix (e.g. `/auth`) such as ours. For such deployments, Synapse fails to contact MAS at the correct introspection endpoint (it keeps hitting `/oauth2/introspect`, instead of `/auth/oauth2/introspect`) and is not usable. Related to https://github.com/element-hq/synapse/commit/3595ff921f876ee6ccb03623ae93e21f723bd444 --- roles/custom/matrix-synapse/defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/custom/matrix-synapse/defaults/main.yml b/roles/custom/matrix-synapse/defaults/main.yml index 3125ac0ff..a21a85b4d 100644 --- a/roles/custom/matrix-synapse/defaults/main.yml +++ b/roles/custom/matrix-synapse/defaults/main.yml @@ -16,7 +16,7 @@ matrix_synapse_enabled: true matrix_synapse_github_org_and_repo: element-hq/synapse # renovate: datasource=docker depName=ghcr.io/element-hq/synapse -matrix_synapse_version: v1.142.0 +matrix_synapse_version: v1.141.0 matrix_synapse_username: '' matrix_synapse_uid: ''