@@ -6,6 +6,76 @@ SPDX-License-Identifier: AGPL-3.0-only
66
77<!-- towncrier release notes start -->
88
9+ # ESS Community Helm Chart 25.6.2 (2025-06-19)
10+
11+ ### Fixed
12+
13+ - matrix-tools: Skip any completed pods when scaling down synapse pods in syn2mas migration. (#546 )
14+ - Fix Matrix RTC's SFU constructing an invalid Service if given too wide a nodePort range. (#549 )
15+ - Fix comments around the image tag and digest in the values file. (#553 )
16+ - Fix certificate name inconsistencies between setup docs and values file fragments. (#555 )
17+ - Fix MatrixRTC RTCSession Error if a ` push-rules ` Synapse worker is enabled. (#557 )
18+ - Fix ` extraEnv ` with duplicate keys not being correctly merged. (#559 )
19+ - Document the need for removal of generated secrets & deployment marker configmap when uninstalling. (#567 )
20+
21+ ### Changed
22+
23+ - Omit the UDP port range metadata for Matrix RTC's SFU if the range is larger than 100 ports. (#549 )
24+ - Remove warning about deprecated ` prometheus_port ` config value in Matrix RTC SFU. (#550 )
25+ - Upgrade Matrix RTC SFU to v1.9.0.
26+
27+ Full changelogs:
28+ * [ v1.8.0] ( https://github.com/livekit/livekit/releases/tag/v1.8.0 )
29+ * v1.8.1 - no changelog
30+ * v1.8.2 - no changelog
31+ * [ v1.8.3] ( https://github.com/livekit/livekit/releases/tag/v1.8.3 )
32+ * [ v1.8.4] ( https://github.com/livekit/livekit/releases/tag/v1.8.4 )
33+ * [ v1.9.0] ( https://github.com/livekit/livekit/releases/tag/v1.9.0 )
34+
35+ (#552 )
36+ - Document ` extraEnv ` in ` values.yaml ` for every workload. (#559 )
37+ - Consistently handle user provided ` extraEnv ` versus chart configured ` env ` .
38+
39+ Chart configured ` env ` should win. (#559 )
40+ - Upgrade Matrix Authentication Service to v0.17.1.
41+
42+ Highlights:
43+ * Support Registration Tokens
44+
45+ Full changelog:
46+ * [ v0.17.0] ( https://github.com/element-hq/matrix-authentication-service/releases/tag/v0.17.0 )
47+ * [ v0.17.1] ( https://github.com/element-hq/matrix-authentication-service/releases/tag/v0.17.1 )
48+
49+ (#564 )
50+ - Upgrade Element Web to v1.11.104.
51+
52+ Highlights:
53+ * Implement [ MSC4155] ( https://github.com/matrix-org/matrix-spec-proposals/pull/4155 ) invite filtering
54+ * Add ` /share?msg= ` endpoint using the forward message dialogue
55+
56+ Full changelog:
57+ * [ v1.11.104] ( https://github.com/element-hq/element-web/releases/tag/v1.11.104 )
58+
59+ (#565 )
60+ - Upgrade Synapse to v1.132.0.
61+
62+ Highlights:
63+ * Implement [ MSC4155] ( https://github.com/matrix-org/matrix-spec-proposals/pull/4155 ) invite filtering
64+ * Successful requests to ` /_matrix/app/v1/ping ` will now force Synapse to reattempt delivering transactions to appservices.
65+
66+ Full changelog:
67+ * [ v1.132.0] ( https://github.com/element-hq/synapse/releases/tag/v1.132.0 )
68+
69+ (#566 )
70+
71+ ### Internal
72+
73+ - CI: Test upgrades against the nearest reachable tag and not the most recently created. (#547 )
74+ - CI: Enhance dyff jobs output to print yaml manifests in a single block code. (#548 )
75+ - Ensure example ` NodePort ` values use ports within ` kind ` 's ` NodePort ` range. (#551 )
76+ - Run integration tests with ` kind ` 0.29.0. (#563 )
77+
78+
979# ESS Community Helm Chart 25.6.1 (2025-06-10)
1080
1181### Security
0 commit comments