Skip to content

Commit 0dd9c0b

Browse files
authored
Merge pull request #577 from element-hq/bbz/synapse-1.133.0
Upgrade Synapse to v1.133.0
2 parents fa0dec6 + 646ba68 commit 0dd9c0b

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.132.0') }}
85+
{{- sub_schema_values.image(registry='ghcr.io', repository='element-hq/synapse', tag='v1.133.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.132.0"
3604+
tag: "v1.133.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/577.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.133.0.
2+
3+
Highlights:
4+
* Add support for the [MSC4260 user report API](https://github.com/matrix-org/matrix-spec-proposals/pull/4260)
5+
6+
Full Changelog:
7+
* [v1.133.0](https://github.com/element-hq/synapse/releases/tag/v1.133.0)

0 commit comments

Comments
 (0)