Skip to content

Commit ec3462b

Browse files
authored
Merge pull request #566 from element-hq/bbz/synapse-1.132.0
Synapse 1.132.0
2 parents 8b7d5b5 + 48072fd commit ec3462b

3 files changed

Lines changed: 10 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.131.0') }}
85+
{{- sub_schema_values.image(registry='ghcr.io', repository='element-hq/synapse', tag='v1.132.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
@@ -3599,7 +3599,7 @@ synapse:
35993599

36003600
## The tag of the container image to use.
36013601
## One of tag or digest must be provided.
3602-
tag: "v1.131.0"
3602+
tag: "v1.132.0"
36033603

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

newsfragments/566.changed.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Upgrade Synapse to v1.132.0.
2+
3+
Highlights:
4+
* Implement [MSC4155](https://github.com/matrix-org/matrix-spec-proposals/pull/4155) invite filtering
5+
* Successful requests to `/_matrix/app/v1/ping` will now force Synapse to reattempt delivering transactions to appservices.
6+
7+
Full changelog:
8+
* [v1.132.0](https://github.com/element-hq/synapse/releases/tag/v1.132.0)

0 commit comments

Comments
 (0)