Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/matrix-stack/source/synapse.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ logging:
## levelOverrides:
## synapse.util.caches.lrucache: WARNING
levelOverrides: {}
{{- sub_schema_values.image(registry='ghcr.io', repository='element-hq/synapse', tag='v1.133.0') }}
{{- sub_schema_values.image(registry='ghcr.io', repository='element-hq/synapse', tag='v1.134.0') }}
{{- sub_schema_values.ingress() }}
{{- sub_schema_values.labels() }}
{{- sub_schema_values.workloadAnnotations() }}
Expand Down
2 changes: 1 addition & 1 deletion charts/matrix-stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3601,7 +3601,7 @@ synapse:

## The tag of the container image to use.
## One of tag or digest must be provided.
tag: "v1.133.0"
tag: "v1.134.0"

## Container digest to use. Used to pull the image instead of the image tag if set
## The tag will still be set as the app.kubernetes.io/version label
Expand Down
7 changes: 7 additions & 0 deletions newsfragments/613.changed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Upgrade Synapse to v1.134.0.

Highlights:
* [MSC4267](https://github.com/matrix-org/matrix-spec-proposals/pull/4267) support - automatically forgetting rooms on leave
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should "Support for matrix-org/matrix-spec-proposals#4235: via query param for hierarchy endpoint." be mentioned? 🤔 Not blocking on this, just for consideration, seems like a good feature to highlight.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought about it but didn't know how best to describe it and it isn't implemented in the Element clients AFAIK so left it


Full Changelog:
* [v1.134.0](https://github.com/element-hq/synapse/releases/tag/v1.134.0)
Loading