Skip to content

25.9.2

Choose a tag to compare

@github-actions github-actions released this 30 Sep 15:58
· 492 commits to main since this release
3fd6a52

ESS Community Helm Chart 25.9.2 (2025-09-30)

Added

  • Introducing Element Admin, a user-friendly interface to manage your ESS deployment. This is default enabled, and you need to configure elementAdmin.ingress.host on upgrade, as well as create its DNS and TLS.

    Element Admin Screenshot (#743, #759, #762)

Changed

  • Define "matrix-tools" containers with "args" set instead of "command". (#738)

  • Update Element Web to v1.12.0.

    Highlights:

    • Use the new room list by default
    • Automatically adjust history visibility when making a room private
    • Stop ringing and remove toast if another device answers a RTC call.

    Full Changelogs:

    (#744)

  • Allow overriding of the Matrix Authentication Service policy configuration via additional configuration. (#745)

  • Remove experimental.access_token_ttl from the Matrix Authentication Service config as the need for it has gone. (#745)

  • Upgrade Synapse to v1.139.0.

    Highlights:

    Full Changelogs:

    (#752, #755)

  • Update Matrix Authentication Service to v1.3.0.

    Highlights:

    • Add Admin API filter to search users by username.
    • Add Admin API to list upstream OAuth 2.0 providers.

    Full Changelogs:

    (#753)

  • Upgrade Matrix RTC SFU (LiveKit) to v1.9.1.

    Full Changelogs:

    (#758)

Internal

  • CI: disable initSecrets for test values files that are to use secrets defined in Helm or external secrets. (#748)
  • CI: cover testing in-Helm secrets for MAS. (#751)
  • CI: Add go cache while building matrix-tools. (#754)
  • CI: use stable URL for auth_metadata check. (#756)