ESS Community Helm Chart 26.1.2 (2026-01-27)
Added
-
Add support for configuring
internalTrafficPolicyfor services behind ingresses. (#999) -
Add support for configuring
externalTrafficPolicyforNodePortandLoadBalancerservices behind ingresses. (#1000) -
Add support for configuring
externalTrafficPolicytoexposedServices. (#1001) -
Add support for configuring
internalTrafficPolicytoexposedServices. (#1001) -
Add support to customize
nodePortof exposed services.nodePortproperty ofexposedServices.*is now a string template taking two parameters:
-context: The exposed service values context*.exposedServices.<svc>root: The helm $ root values context
On Matrix RTC values, the
nodePorttemplate defaults to{{ .context.port }}so that thenodePort
is the same asport. Setting the template to an empty string will skip settingnodePort
on the service.(#1002)
-
Add support for configuring
externalIPsof exposed services. (#1006) -
Add support for configuring annotations of Ingress services. (#1007)
-
Add support for configuring
externalIPsof Ingress services. (#1007)
Changed
-
Hookshot: Disable encryption by default as it is still experimental. (#995)
-
Hookshot: Use appservice fully qualified domain name in the registration file. (#996)
-
Hookshot: Publish service unready address. (#996)
-
Hookshot: Enable adding widgets in rooms where it is invited by default. (#997)
-
Change default
externalTrafficPolicyfor the SFU exposed services fromLocalto Kubernetes defaultsCluster. (#1001) -
Update Hookshot to 7.3.1.
Highlights :
- Add generic webhook transformation JS snippet which can handle GitLab Pipeline payloads under
contrib/jsTransformationFunctions/gitlab-pipeline.js - Add generic webhook transformation JS snippet to format text as code block under
contrib/jsTransformationFunctions/format-as-code.js - Fix the
!hookshot helpcommand not working
Full Changelogs:
(#1008)
- Add generic webhook transformation JS snippet which can handle GitLab Pipeline payloads under
Fixed
- Matrix RTC: Fix a templating issue when turn was enabled with a cert-manager issuer to generate the tls secret. (#989)
- Hookshot: Fix a templating issue when Matrix Authentication Service is enabled if Hookshot was enabled without an Ingress. (#993)
Documentation
- Document how to setup and configure Hookshot. (#988)