ESS Community Helm Chart 26.9.0 (2026-09-02)
Removed / Breaking Changes
- Restrict MatrixRTC authoriser to 1 replica for reliable delayed events support. (#1546)
Added
-
Add support for
emptyDir.mediumconfigurability. (#1554) -
Add
ephemeralStoragesconfiguration to all components havingemptyDirvolumes. This allows to configuresizeLimitfor all of those volumes.Note that
matrixToolsrelated volumes likerendered-configare handled globally atmatrixTools.ephemeralStorages.renderedConfig. (#1545)
Changed
-
Upgrade
matrix-toolsto to 0.10.0.- Introduces a new
randbytesinit-secrets generator, which replaces thehex32generator. - Introduces a new
x25519init-secrets generator, supportingderandpaddedBase64outputs.
- Introduces a new
-
Upgrade Element Web to v1.12.27.
Highlights:
- Room list: add settings to consider activity as unread
- Render knock membership events in notifications
Full Changelogs:
(#1531)
-
Upgrade HAProxy to v3.4.
Full Changelogs:
(#1536)
-
Upgrade Postgres Exporter to v0.20.1.
Full Changelogs:
(#1537)
-
Upgrade Redis Exporter to v1.90.0.
Full Changelogs:
-
Upgrade MatrixRTC SFU to v1.13.6.
Full Changelogs:
(#1539)
-
Make clearer which requests and limits are set by default vs omitted by default. (#1544)
-
Remove
/tmpemptyDir from Synapse pods. If your modules or configuration need a read-write access to /tmp, you should now usesynapse.extraVolumesandsynapse.extraVolumeMountsto add this mount point. (#1545) -
Make the
dbidSynapse uses in Redis explicit. (#1555) -
Configure Redis against the MatrixRTC SFU given it is now deployed for MatrixRTC. (#1555)
-
Configure Redis against the MatrixRTC authoriser to prevent calls from failing after restarting it.
Using an external Redis with the MatrixRTC authoriser is not yet supported. (#1555)
-
Move Hookshot to a distinct
dbidon the shared Redis. (#1555)
Fixed
- Fix manifests rendering empty
annotationsfields when no pod annotations are configured. (#1540, #1542)
Internal
- Use
element-io.synapse.ingress.additionalPathshelper instead ofsynapse.ingress.additionalPathsinhaproxy-partial.cfg. (#1534) - Remove leading newlines from values files fragments. (#1541)
- CI: fix annotations test not looking at
Podannotations. (#1542) - CI: Fix deprecation warning about
aiohttpauthentication headers. (#1553)