ESS Community Helm Chart 26.6.0 (2026-06-09)
Added
-
Support monitoring Redis.
Deploys a Redis Exporter sidecar and adds
ServiceMonitorsupport. (#1367)
Changed
-
Element Web now disables/enables link preview toggles based on Synapse configuration. (#1290)
-
Increased default MatrixRTC authoriser resources for increased stability. (#1334)
-
Upgrade Element Web to v1.12.21.
Highlights:
- Incoming Element Calls now trigger a regular OS notification
- Redesign user menu
- Add support for
m.recent_emojiaccount data event
Full Changelogs:
-
Upgrade Synapse to v1.154.0.
Highlights:
- Add support for MSC4452: Preview URL capabilities API
Full Changelogs:
(#1358)
-
Synapse: add
indexlabel to metrics. (#1364) -
Upgrade MatrixRTC SFU to v1.12.0.
Highlights:
- Fix UDP Turn URLs when ipv6 is enabled
- Fix local ip filtering from ICE candidates
Full Changelogs:
(#1366)
-
Upgrade Matrix Authentication Service to v1.18.0.
Highlights:
- Disable the device code auto-filling by default
- Add
oauth.device_code_grant_enabledconfiguration option
Full Changelogs:
(#1372)
-
Allow turning off of QR code login on deployments with Matrix Authentication Service.
Synapse additional configuration turning off the experimental feature is required:
synapse: additional: disable-qr-code-login.yaml: config: | experimental_features: msc4108_enabled: false
(#1383)