Skip to content

Commit ed3c58f

Browse files
authored
Synapsev1.146 (#18)
* synapsev1.146
1 parent 509ed65 commit ed3c58f

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=v1.142.1
1+
VERSION=v1.146.0
22

33
all: build-main push-main build-e2e push-e2e
44

charts/synapse/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
---
22
name: synapse
3-
version: 0.42.4
3+
version: 0.43.0

charts/synapse/templates/synapse-configmap.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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: ~

charts/synapse/values.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)