Skip to content

Commit 88cdb18

Browse files
authored
Merge pull request #613 from element-hq/bbz/synapse-1.134
Upgrade Synapse to v1.134.0
2 parents eca1dc1 + d5b2c71 commit 88cdb18

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ logging:
8282
## levelOverrides:
8383
## synapse.util.caches.lrucache: WARNING
8484
levelOverrides: {}
85-
{{- sub_schema_values.image(registry='ghcr.io', repository='element-hq/synapse', tag='v1.133.0') }}
85+
{{- sub_schema_values.image(registry='ghcr.io', repository='element-hq/synapse', tag='v1.134.0') }}
8686
{{- sub_schema_values.ingress() }}
8787
{{- sub_schema_values.labels() }}
8888
{{- sub_schema_values.workloadAnnotations() }}

charts/matrix-stack/values.yaml

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

36023602
## The tag of the container image to use.
36033603
## One of tag or digest must be provided.
3604-
tag: "v1.133.0"
3604+
tag: "v1.134.0"
36053605

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

newsfragments/613.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.134.0.
2+
3+
Highlights:
4+
* [MSC4267](https://github.com/matrix-org/matrix-spec-proposals/pull/4267) support - automatically forgetting rooms on leave
5+
6+
Full Changelog:
7+
* [v1.134.0](https://github.com/element-hq/synapse/releases/tag/v1.134.0)

0 commit comments

Comments
 (0)