Skip to content

Commit a37939f

Browse files
authored
docs: update Unraid OS 7.2.5-rc.2 changelog (#462)
## Summary - Change the 7.2.5 release note title to 7.2.5-rc.2 dated 2026-04-20. - Make the rc.2 delta explicit: the Unraid API 4.32.3 update, Linux kernel update, and rare-crash mitigation are new from rc.1. - Keep carried-forward Docker, storage, WebGUI, API registration-state, and base distro entries under an "Included from rc.1" section. ## Validation - pnpm exec remark docs/unraid-os/release-notes/7.2.5.md --quiet --frail - git diff --check Full build intentionally not run, per repo guidance for routine docs validation. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Documentation** * 7.2.5-rc.2 release notes updated to reflect a Docker + Linux kernel security/stability release. * **Security** * runc fixes for CVE-2025-31133, CVE-2025-52565, CVE-2025-52881. * Linux kernel X.509 fix for CVE-2026-31430. * **Bug Fixes** * Rare system crash mitigation added. * Kernel updated to 6.12.82-Unraid. * **Updates** * Unraid API reference updated to dynamix.unraid.net 4.32.3. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent e3de923 commit a37939f

1 file changed

Lines changed: 22 additions & 8 deletions

File tree

docs/unraid-os/release-notes/7.2.5.md

Lines changed: 22 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# Version 7.2.5-rc.1 2026-04-15
1+
# Version 7.2.5-rc.2 2026-04-20
22

3-
This release updates Docker for Unraid 7.2.x users and includes targeted fixes for Docker, Tailscale, mover empty-disk workflows, login-page custom case images, and registration state handling.
3+
This security and bugfix release updates Docker and the Linux kernel for Unraid 7.2.x users. It also includes targeted fixes for Docker, Tailscale, mover empty-disk workflows, login-page custom case images, and registration state handling.
4+
5+
The Docker update includes runc fixes for CVE-2025-31133, CVE-2025-52565, and CVE-2025-52881.
46

57
This release is recommended for all 7.2.x users.
68

@@ -16,7 +18,24 @@ For other known issues, see the [7.2.4 release notes](/unraid-os/release-notes/7
1618

1719
If rolling back earlier than 7.2.4, also see the [7.2.4 release notes](/unraid-os/release-notes/7.2.4/).
1820

19-
## Changes vs. [7.2.4](/unraid-os/release-notes/7.2.4/)
21+
## Changes from rc.1
22+
23+
Only the Unraid API update, Linux kernel update, and rare-crash mitigation are new in rc.2.
24+
25+
### Unraid API
26+
27+
- dynamix.unraid.net 4.32.3 - [see changes](https://github.com/unraid/api/releases)
28+
29+
### Linux kernel
30+
31+
- version 6.12.82-Unraid
32+
- Security: Pick up upstream fixes for CVE-2026-31430, a Linux X.509 out-of-bounds access issue triggered by specially crafted certificates.
33+
34+
### System
35+
36+
- Fix: Add a mitigation for a rare crash.
37+
38+
## Included from rc.1
2039

2140
### Containers / Docker
2241

@@ -34,13 +53,8 @@ If rolling back earlier than 7.2.4, also see the [7.2.4 release notes](/unraid-o
3453

3554
### Unraid API
3655

37-
- Updated to version v4.32.2 - [release notes](https://github.com/unraid/api/releases)
3856
- Fix: Improve registration-state refresh after license updates so the WebGUI reflects the current license state more reliably.
3957

40-
### Linux kernel
41-
42-
- version 6.12.54-Unraid (no change)
43-
4458
### Base distro updates
4559

4660
- docker: version 27.5.1 -> 29.3.1 (CVE-2026-34040, CVE-2026-33997, CVE-2026-33748, CVE-2026-33747, CVE-2025-61729, CVE-2025-61727, CVE-2025-31133, CVE-2025-52565, CVE-2025-52881, CVE-2025-54388, CVE-2024-45341, CVE-2024-45336, CVE-2025-27144)

0 commit comments

Comments
 (0)