Skip to content

Commit c21c523

Browse files
authored
Merge pull request #784 from element-hq/gha/bump-to-25.10.1-dev
Bump chart version to 25.10.1-dev after release
2 parents 1f0d107 + fa0bc51 commit c21c523

File tree

12 files changed

+46
-34
lines changed

12 files changed

+46
-34
lines changed

CHANGELOG.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,51 @@ SPDX-License-Identifier: AGPL-3.0-only
66

77
<!-- towncrier release notes start -->
88

9+
# ESS Community Helm Chart 25.10.0 (2025-10-08)
10+
11+
## Added
12+
13+
- Add a validation check to make sure no component is sharing any postgres database. (#778)
14+
15+
## Changed
16+
17+
- Update Element Web to v1.12.1.
18+
19+
Highlights:
20+
21+
* Update Message Sound for Element
22+
* New Room List: Don't clear filters on space change
23+
* Rich Text Editor: Add emoji suggestion support
24+
25+
Full Changelogs:
26+
* [v1.12.1](https://github.com/element-hq/element-web/releases/tag/v1.12.1)
27+
28+
(#779)
29+
- Upgrade Synapse to v1.139.2.
30+
31+
Highlights:
32+
* Fix [`CVE-2025-61672`](https://www.cve.org/CVERecord?id=CVE-2025-61672) / [`GHSA-fh66-fcv5-jjfr`](https://github.com/element-hq/synapse/security/advisories/GHSA-fh66-fcv5-jjfr). Lack of validation for device keys in Synapse before 1.139.1 allows an attacker registered on the victim homeserver to degrade federation functionality, unpredictably breaking outbound federation to other homeservers.
33+
34+
Full Changelogs:
35+
* [v1.139.1](https://github.com/element-hq/synapse/releases/tag/v1.139.1)
36+
* [v1.139.2](https://github.com/element-hq/synapse/releases/tag/v1.139.2)
37+
38+
(#780, #783)
39+
40+
## Fixed
41+
42+
- Fix an issue where matrix-tools would fail to render configuration on containers restarts not causing a new pod cycle. (#771, #782)
43+
44+
## Documentation
45+
46+
- Add initial troubleshooting guide around `MISSING_MATRIX_RTC_FOCUS`. (#768)
47+
48+
## Internal
49+
50+
- CI: remove test exclusions relating to versions 25.9.1 or older. (#767)
51+
- Add a documentation type to the changelog. (#768, #781)
52+
53+
954
# ESS Community Helm Chart 25.9.3 (2025-10-02)
1055

1156
## Fixed

charts/matrix-stack/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ apiVersion: v2
66
name: matrix-stack
77
description: A Helm meta-chart for deploying a Matrix Stack from Element
88
type: application
9-
version: 25.9.4-dev
9+
version: 25.10.1-dev
1010
dependencies: []

newsfragments/767.internal.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

newsfragments/768.doc.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

newsfragments/768.internal.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

newsfragments/771.fixed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

newsfragments/778.added.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

newsfragments/779.changed.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

newsfragments/780.changed.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

newsfragments/781.internal.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)