ESS Community Helm Chart 0.10.1 (2025-04-16)
Added
- Matrix Authentication Service: Allow to setup without enabling auth delegation in Synapse using
matrixAuthenticationService.preMigrationSynapseHandlesAuth. (#371)
Changed
- Upgrade Element Web to 1.11.97. (#363)
- Add caching headers for Element Web as per upstream. (#363)
- Upgrade Synapse to 1.128.0. (#365)
- Synapse: Longer startup probes for single workers. (#366)
- Correct docs as
setup_test_cluster.shno longer manages a Postgres directly, the chart installs it. (#369) - Synapse: Make health listener resource name explicit. (#374)
- Synapse: Add trailing slash to public_baseurl. (#375)
Fixed
- Fix
topologySpreadConstraintsselectorLabel.matchLabelskeys could not be nuked. (#367) - Fix Synapse default topologySpreadConstraints not matching pod labels. (#367)
Internal
- Add tests to verify that template rendering is idempotent. (#372)