Skip to content

Commit 8cf14a7

Browse files
Merge pull request #664 from element-hq/gaelg/upgrade-synapse-v1.135.1
Upgrade synapse v1.135.2
2 parents 3cbd955 + f5538dd commit 8cf14a7

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
106106
- name: On upgrade, Synapse can restart, expect 429 to occur
107107
run: |
108-
echo "PYTEST_EXPECTED_HTTP_STATUS_CODES=429" >> "$GITHUB_ENV"
108+
echo "PYTEST_EXPECTED_HTTP_STATUS_CODES=429,502" >> "$GITHUB_ENV"
109109
if: ${{ matrix.test-from-ref != github.event.pull_request.head.sha }}
110110

111111
- name: Test with pytest (upgrade or idempotent setup)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ logging:
8484
## levelOverrides:
8585
## synapse.util.caches.lrucache: WARNING
8686
levelOverrides: {}
87-
{{- sub_schema_values.image(registry='ghcr.io', repository='element-hq/synapse', tag='v1.135.0') }}
87+
{{- sub_schema_values.image(registry='ghcr.io', repository='element-hq/synapse', tag='v1.135.2') }}
8888
{{- sub_schema_values.ingress() }}
8989
{{- sub_schema_values.labels() }}
9090
{{- sub_schema_values.workloadAnnotations() }}

charts/matrix-stack/values.yaml

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

37233723
## The tag of the container image to use.
37243724
## One of tag or digest must be provided.
3725-
tag: "v1.135.0"
3725+
tag: "v1.135.2"
37263726

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

newsfragments/664.changed.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Update Synapse to v1.135.2.
2+
3+
Highlights :
4+
- This is the Synapse portion of the [Matrix coordinated security release](https://matrix.org/blog/2025/07/security-predisclosure/). This release includes support for [room version](https://spec.matrix.org/v1.15/rooms/) 12 which fixes a number of security vulnerabilities, including [CVE-2025-49090](https://www.cve.org/CVERecord?id=CVE-2025-49090).
5+
- The default room version is not changed. Not all clients will support room version 12 immediately, and not all users will be using the latest version of their clients. Large, public rooms are advised to wait a few weeks before upgrading to room version 12 to allow users throughout the Matrix ecosystem to update their clients.
6+

0 commit comments

Comments
 (0)