ESS Community Helm Chart 26.1.1 (2026-01-22)
Removed / Breaking Changes
-
Move Synapse's Redis to a top-level shared component that can be used by multiple components of the chart.
There is no impact when using the default values, but if you have customised values under the
synapse.rediskey, you will need to update them to be under the new top-levelredisredis. (#972)
Added
-
Add
extraInitContainerssupport to all workloads. (#971) -
Matrix RTC: Add support for configuring Turn TLS to help RTC traffic go through corporate Wifi networks and firewalls. (#976)
-
Add support for generating appservice registration files with
matrix-tools. (#979) -
Add support for Hookshot installation in ESS Community.
Hookshot is a Matrix Bot for connecting to external services.
It is not enabled by default, but can be enabled by settinghookshot.enabled: true. (#979, #986) -
Matrix RTC: Add support for configuring UDP Turn. (#982)
Changed
- Support generator arguments in
matrix-toolssecret generation. (#973) - Support configuring the RSA key size generated by
matrix-tools. (#973) - Support exporting RSA key as DER and PEM
matrix-tools. (#973) matrixRTC.sfu.exposedServices.*.portTypeare now an enum, and only acceptsNodePort,HostPortandLoadBalancer. (#976)- Few corrections to the README. (#980)
- Specify service type
ClusterIPfor internal services of Matrix RTC and Synapse. (#985)
Documentation
- Make documentation clearer that some configuration options can't be changed by the additional configuration mechanism. (#975)