ESS Community Helm Chart 25.6.2 (2025-06-19)
Fixed
- matrix-tools: Skip any completed pods when scaling down synapse pods in syn2mas migration. (#546)
- Fix Matrix RTC's SFU constructing an invalid Service if given too wide a nodePort range. (#549)
- Fix comments around the image tag and digest in the values file. (#553)
- Fix certificate name inconsistencies between setup docs and values file fragments. (#555)
- Fix MatrixRTC RTCSession Error if a
push-rulesSynapse worker is enabled. (#557) - Fix
extraEnvwith duplicate keys not being correctly merged. (#559) - Document the need for removal of generated secrets & deployment marker configmap when uninstalling. (#567)
Changed
-
Omit the UDP port range metadata for Matrix RTC's SFU if the range is larger than 100 ports. (#549)
-
Remove warning about deprecated
prometheus_portconfig value in Matrix RTC SFU. (#550) -
Upgrade Matrix RTC SFU to v1.9.0.
Full changelogs:
(#552)
-
Document
extraEnvinvalues.yamlfor every workload. (#559) -
Consistently handle user provided
extraEnvversus chart configuredenv.Chart configured
envshould win. (#559) -
Upgrade Matrix Authentication Service to v0.17.1.
Highlights:
- Support Registration Tokens
Full changelog:
(#564)
-
Upgrade Element Web to v1.11.104.
Highlights:
- Implement MSC4155 invite filtering
- Add
/share?msg=endpoint using the forward message dialogue
Full changelog:
(#565)
-
Upgrade Synapse to v1.132.0.
Highlights:
- Implement MSC4155 invite filtering
- Successful requests to
/_matrix/app/v1/pingwill now force Synapse to reattempt delivering transactions to appservices.
Full changelog:
(#566)
Internal
- CI: Test upgrades against the nearest reachable tag and not the most recently created. (#547)
- CI: Enhance dyff jobs output to print yaml manifests in a single block code. (#548)
- Ensure example
NodePortvalues use ports withinkind'sNodePortrange. (#551) - Run integration tests with
kind0.29.0. (#563)