ESS Community Helm Chart 26.6.2 (2026-06-17)
Added
- Add support for configuring
PersistentVolumeClaimselectorproperties. (#1398) - Add support for configuring
PersistentVolumeClaimvolumeNameproperty. (#1400)
Changed
-
Element Web now disables/enables link preview toggles based on Synapse configuration. (#1396)
-
Upgrade Synapse to v1.155.0.
Highlights:
- Port the Python Event classes to Rust
- Fix the
/capabilitiesendpoint returning a 500 error on non-media workers when MSC4452: Preview URL capabilities API is enabled.
Full Changelogs:
(#1396)
-
Upgrade Matrix Authentication Service to v1.19.0.
Highlights:
- Set
X-Frame-Optionsheader toDENYfor human facing screens - Support per-provider registration token requirements
Full Changelogs
(#1397)
- Set
-
Have Synapse calculate MAU metrics. (#1399)
-
Upgrade Hookshot to v7.4.2.
Highlights:
- You can now add hints to Hookshot messages to disable URL previews on clients. Uses MSC4095.
Full Changelogs:
(#1404)
Documentation
- Remove orphan reference to
wellKnownDelegation.additional.element. (#1403)
Internal
- CI: pin to Helm v4.2.0 in the integration tests. (#1396)
- Pin pytest to
<9in theess-community-integration-testspackage as well, so downstream consumers thatuv tool installthe test package (rather than running from the locked workspace) don't pull pytest 9, which breakspytest-asyncio-cooperative. Completes the pin from #1301. (#1411)