Skip to content

26.6.2

Latest

Choose a tag to compare

@github-actions github-actions released this 17 Jun 13:44
· 7 commits to main since this release
a2100eb

ESS Community Helm Chart 26.6.2 (2026-06-17)

Added

  • Add support for configuring PersistentVolumeClaim selector properties. (#1398)
  • Add support for configuring PersistentVolumeClaim volumeName property. (#1400)

Changed

  • Element Web now disables/enables link preview toggles based on Synapse configuration. (#1396)

  • Upgrade Synapse to v1.155.0.

    Highlights:

    Full Changelogs:

    (#1396)

  • Upgrade Matrix Authentication Service to v1.19.0.

    Highlights:

    • Set X-Frame-Options header to DENY for human facing screens
    • Support per-provider registration token requirements

    Full Changelogs

    (#1397)

  • 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 <9 in the ess-community-integration-tests package as well, so downstream consumers that uv tool install the test package (rather than running from the locked workspace) don't pull pytest 9, which breaks pytest-asyncio-cooperative. Completes the pin from #1301. (#1411)