Skip to content

docs: update Unraid OS 7.2.5-rc.2 changelog - #462

Merged
Eli Bosley (elibosley) merged 5 commits into
mainfrom
codex/update-7.2.5-final-changelog
Apr 20, 2026
Merged

docs: update Unraid OS 7.2.5-rc.2 changelog#462
Eli Bosley (elibosley) merged 5 commits into
mainfrom
codex/update-7.2.5-final-changelog

Conversation

@elibosley

@elibosleyEli Bosley (elibosley) commented Apr 20, 2026

Copy link
Copy Markdown
Member

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.

Summary by CodeRabbit

  • Documentation

    • 7.2.5-rc.2 release notes updated to reflect a Docker + Linux kernel security/stability release.
  • Security

  • 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.

- Purpose: update the Unraid OS 7.2.5 release notes for the final non-RC build.
- Before: the page still identified the release as 7.2.5-rc.1 and showed the older unchanged kernel line.
- Problem: final release notes would omit the final kernel security update and the runc CVE context in the Docker update.
- Change: mark the release as 7.2.5 dated 2026-04-20, add the runc CVE summary, update the Unraid API wording, and document Linux 6.12.82-Unraid with CVE-2026-31430.
- How: edit the single 7.2.5 release-note Markdown file and validate with targeted Markdown lint plus whitespace checks.
@coderabbitai

coderabbitaiBot commented Apr 20, 2026

Copy link
Copy Markdown
Contributor

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: 82976649-b634-4718-b183-6678741e606b

📥 Commits

Reviewing files that changed from the base of the PR and between ece4db8 and 216061c.

📒 Files selected for processing (1)
  • docs/unraid-os/release-notes/7.2.5.md
🚧 Files skipped from review as they are similar to previous changes (1)
  • docs/unraid-os/release-notes/7.2.5.md

📝 Walkthrough

Walkthrough

Updated release notes from 7.2.5-rc.1 to 7.2.5-rc.2 (2026-04-20): broadened description to a Docker + Linux kernel security/bugfix release, added runc CVE fixes, updated Unraid API to dynamix.unraid.net 4.32.3, and bumped kernel to 6.12.82-Unraid with CVE-2026-31430 and a rare crash mitigation.

Changes

Cohort / File(s)Summary
Release Notes
docs/unraid-os/release-notes/7.2.5.md
Bumped header to 7.2.5-rc.2 (2026-04-20); changed description from Docker-only to Docker + Linux kernel security/bugfix release; added runc fixes for CVE-2025-31133, CVE-2025-52565, CVE-2025-52881; replaced “Changes vs. 7.2.4” with “Changes from rc.1”; added rc.2-only items: Unraid API dynamix.unraid.net 4.32.3, Linux kernel 6.12.82-Unraid with CVE-2026-31430, and a rare crash mitigation; removed prior rc.1-only Unraid API v4.32.2 and the “Linux kernel (no change)” subsection.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

Poem

🐇 I hopped through notes with nimble paws,
RC bumped, I fixed the cause.
runc got patches, kernel shone bright,
API tuned for the flight.
Thump — a tiny release-night applause.

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check nameStatusExplanation
Title check✅ PassedThe title accurately summarizes the main change: updating the Unraid OS 7.2.5 release notes to rc.2 version with updated changelog.
Description check✅ PassedThe description addresses the key changes, includes validation steps performed, and aligns with repository guidance, though it doesn't explicitly check off all template items.
Docstring Coverage✅ PassedNo functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch codex/update-7.2.5-final-changelog

Comment @coderabbitai help to get the list of available commands and usage tips.

@cloudflare-workers-and-pages

cloudflare-workers-and-pagesBot commented Apr 20, 2026

Copy link
Copy Markdown

Deploying with Cloudflare Workers Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

StatusNameLatest CommitPreview URLUpdated (UTC)
✅ Deployment successful!
View logs
unraid-docs216061cCommit Preview URL

Branch Preview URL
Apr 20 2026, 07:31 PM

- Purpose: update the Unraid OS 7.2.5 changelog to the final API package version.
- Before: the release note listed dynamix.unraid.net 4.32.2.
- Problem: the PR would publish an outdated API version for the final 7.2.5 release.
- Change: replace the Unraid API entry with dynamix.unraid.net 4.32.3.
- How: edit the single release-note line and validate with targeted Markdown lint plus whitespace checks.
- Purpose: change the 7.2.5 release note from final-release wording to 7.2.5-rc.2.
- Before: the page title identified the release as 7.2.5 and the changelog compared against 7.2.4.
- Problem: the PR needed to represent rc.2 and call out changes from rc.1 while preserving the existing release-note wording.
- Change: retitle the page to 7.2.5-rc.2, change the heading to changes from rc.1, keep the existing Docker, Tailscale, storage, WebGUI, API, kernel, and base distro wording, and add the rare-crash mitigation.
- How: edit the single 7.2.5 release-note Markdown file and validate with targeted Markdown lint plus whitespace checks.
@elibosleyEli Bosley (elibosley) changed the title docs: finalize Unraid OS 7.2.5 changelogdocs: update Unraid OS 7.2.5-rc.2 changelogApr 20, 2026
- Purpose: make the 7.2.5-rc.2 changelog clear about what changed after rc.1.
- Before: the heading said changes from rc.1, but carried-forward rc.1 entries were listed under the same section.
- Problem: readers could interpret Docker, storage, WebGUI, API, and base distro entries as new rc.2 changes.
- Change: state that only the kernel update and rare-crash mitigation are new in rc.2, then move the older entries under an Included from rc.1 section.
- How: restructure the Markdown sections without changing the carried-forward entry text.
- Purpose: clarify that the dynamix.unraid.net 4.32.3 update is new in 7.2.5-rc.2.
- Before: the API version line was listed under Included from rc.1 even though it changed from 4.32.2 to 4.32.3.
- Problem: the changelog understated the rc.2 delta and could make the API bump look carried over from rc.1.
- Change: move the 4.32.3 API version line into Changes from rc.1 and update the rc.2 delta sentence.
- How: preserve the rc.1 registration-state fix under Included from rc.1 while listing only the API version bump in the rc.2 section.
@elibosley
Eli Bosley (elibosley) merged commit a37939f into mainApr 20, 2026
4 checks passed
@elibosley
Eli Bosley (elibosley) deleted the codex/update-7.2.5-final-changelog branch April 20, 2026 19:33
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@elibosley