Skip to content

Commit 424599c

Browse files
committed
Upgrade Synapse to v1.143.0
1 parent a00c0af commit 424599c

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

charts/matrix-stack/source/synapse.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ logging:
8585
## levelOverrides:
8686
## synapse.util.caches.lrucache: WARNING
8787
levelOverrides: {}
88-
{{- sub_schema_values.image(registry='ghcr.io', repository='element-hq/synapse', tag='v1.142.0') }}
88+
{{- sub_schema_values.image(registry='ghcr.io', repository='element-hq/synapse', tag='v1.143.0rc2') }}
8989
{{- sub_schema_values.ingress() }}
9090
{{- sub_schema_values.labels() }}
9191
{{- sub_schema_values.workloadAnnotations() }}

charts/matrix-stack/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4040,7 +4040,7 @@ synapse:
40404040

40414041
## The tag of the container image to use.
40424042
## One of tag or digest must be provided.
4043-
tag: "v1.142.0"
4043+
tag: "v1.143.0rc2"
40444044

40454045
## Container digest to use. Used to pull the image instead of the image tag if set
40464046
## The tag will still be set as the app.kubernetes.io/version label

newsfragments/876.changed.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Upgrade Synapse to v1.143.0.
2+
3+
Highlights:
4+
- Update MSC4140 delayed event support, for separate endpoints.
5+
6+
ull Changelogs:
7+
- [v1.143.0](https://github.com/element-hq/synapse/releases/tag/v1.143.0)

0 commit comments

Comments
 (0)