File tree Expand file tree Collapse file tree 4 files changed +9
-5
lines changed
Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1- VERSION =v1.142.1
1+ VERSION =v1.146.0
22
33all : build-main push-main build-e2e push-e2e
44
Original file line number Diff line number Diff line change 11---
22name : synapse
3- version : 0.42.4
3+ version : 0.43.0
Original file line number Diff line number Diff line change @@ -206,6 +206,7 @@ data:
206206 {{- end }}
207207 media_instance_running_background_jobs: media-repository-background-jobs-0
208208 media_store_path: /tmp/media_store
209+ enable_local_media_storage: false
209210 metrics_flags: ~
210211 oidc_providers: {{ $oidc_providers | toYaml | nindent 6 }}
211212 old_signing_keys: ~
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ synapse:
1515 repository : " ghcr.io/code-tool/matrix-stack/synapse"
1616 # this is patched version of mainstream synamse
1717 # please find patches by link: https://github.com/code-tool/matrix-stack/tree/main/build
18- # also this ghcr contains synapse:v1.142.1 -e2e-optimized with e2e_room_key query patches
19- tag : " v1.142.1 "
18+ # also this ghcr contains synapse:v1.146.0 -e2e-optimized with e2e_room_key query patches
19+ tag : " v1.146.0 "
2020 pullPolicy : IfNotPresent
2121 autoscaling :
2222 enabled : true
@@ -288,6 +288,9 @@ ingress:
288288 masterRoutes :
289289 - " /_matrix/"
290290 - " /_synapse/"
291+ # TODO:
292+ # cancellableDelayedEventsRoutes: # msc4140
293+ # - "/_matrix/client/unstable/org.matrix.msc4140/delayed_events/.*/restart$" # https://github.com/element-hq/synapse/blob/develop/docs/upgrade.md#upgrading-to-v11440
291294 federationSenderRoutes :
292295 # Federation requests
293296 - " /_matrix/federation/v1/version$"
@@ -502,7 +505,7 @@ matrixAuthentication:
502505 # maxUnavailable: 1
503506 image :
504507 repository : ghcr.io/element-hq/matrix-authentication-service
505- tag : 1.6 .0
508+ tag : 1.10 .0
506509 pullPolicy : IfNotPresent
507510 resources : {}
508511 # limits:
You can’t perform that action at this time.
0 commit comments