Skip to content

Commit 6b42574

Browse files
committed
Upgrade Synapse to v1.135.0
1 parent 725c4b9 commit 6b42574

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

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.134.0') }}
85+
{{- sub_schema_values.image(registry='ghcr.io', repository='element-hq/synapse', tag='v1.135.0rc2') }}
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
@@ -3606,7 +3606,7 @@ synapse:
36063606

36073607
## The tag of the container image to use.
36083608
## One of tag or digest must be provided.
3609-
tag: "v1.134.0"
3609+
tag: "v1.135.0rc2"
36103610

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

newsfragments/639.changed.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Upgrade Synapse to v1.135.0.
2+
3+
Highlights:
4+
* Advertise support for Matrix v1.12
5+
* Add ability to limit amount of media uploaded by a user in a given time period
6+
* Support arbitrary profile fields
7+
8+
Full Changelog:
9+
* [v1.135.0](https://github.com/element-hq/synapse/releases/tag/v1.135.0)

0 commit comments

Comments
 (0)