feat: Add Unraid OS 7.2.8 release notes - #515
Conversation
|
Warning Review limit reached
Next review available in: 52 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughAdds Unraid OS 7.2.8 stable release notes covering upgrade guidance, security and firmware updates, the 6.12.96-Unraid kernel, and five added plus 182 updated base distro packages. ChangesUnraid OS 7.2.8
Estimated code review effort: 1 (Trivial) | ~3 minutes Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
unraid-docs | d159151 | Commit Preview URL Branch Preview URL |
Jul 23 2026, 08:50 PM |
There was a problem hiding this comment.
Actionable comments posted: 3
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@docs/unraid-os/release-notes/7.2.8.md`:
- Line 31: Update the API hyperlink in the release note to use HTTPS instead of
HTTP, while preserving the existing dynamix.unraid.net destination and link
text.
- Around line 3-5: Update the upgrade guidance in the 7.2.8-rc.1 release notes
to target testers and non-production systems only, and explicitly advise
production users to remain on the latest stable release.
- Line 9: Update the release-note sentence containing “Updating Unraid” and
“license” to restore links for both destinations, matching the linked targets
and formatting used in the published 7.2.7 release notes.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Repository UI
Review profile: CHILL
Plan: Pro Plus
Run ID: 5e70b1bc-7d0f-4f0f-a6ea-1e2851d15dbc
📒 Files selected for processing (1)
docs/unraid-os/release-notes/7.2.8.md
| Unraid OS 7.2.8-rc.1 is a release candidate update focused on security-related package updates, Linux kernel 6.12.96-Unraid, Unraid API 4.36.1, added Intel wireless firmware, and broad base distro package updates. | ||
|
|
||
| Because this release includes security-related package updates, users are encouraged to upgrade. |
There was a problem hiding this comment.
🩺 Stability & Availability | 🟠 Major | ⚡ Quick win
Do not broadly encourage upgrades to an RC.
This is explicitly 7.2.8-rc.1, but the guidance encourages all users to upgrade. RCs are intended for testing and non-production systems; production users should remain on the latest stable release. (docs.unraid.net)
Proposed wording
-Because this release includes security-related package updates, users are encouraged to upgrade.
+Because this is a release candidate, install it only on non-production systems for testing. Production users should remain on the latest stable release.📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| Unraid OS 7.2.8-rc.1 is a release candidate update focused on security-related package updates, Linux kernel 6.12.96-Unraid, Unraid API 4.36.1, added Intel wireless firmware, and broad base distro package updates. | |
| Because this release includes security-related package updates, users are encouraged to upgrade. | |
| Unraid OS 7.2.8-rc.1 is a release candidate update focused on security-related package updates, Linux kernel 6.12.96-Unraid, Unraid API 4.36.1, added Intel wireless firmware, and broad base distro package updates. | |
| Because this is a release candidate, install it only on non-production systems for testing. Production users should remain on the latest stable release. |
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@docs/unraid-os/release-notes/7.2.8.md` around lines 3 - 5, Update the upgrade
guidance in the 7.2.8-rc.1 release notes to target testers and non-production
systems only, and explicitly advise production users to remain on the latest
stable release.
|
|
||
| ### Unraid API | ||
|
|
||
| * Update Unraid API to [dynamix.unraid.net](<http://dynamix.unraid.net>) 4.36.1 - [see changes](<https://github.com/unraid/api/releases>). |
There was a problem hiding this comment.
🔒 Security & Privacy | 🟡 Minor | ⚡ Quick win
Use HTTPS for the API link.
The release notes currently publish an HTTP hyperlink in a security-focused release.
Proposed fix
-* Update Unraid API to [dynamix.unraid.net](<http://dynamix.unraid.net>) 4.36.1 - [see changes](<https://github.com/unraid/api/releases>).
+* Update Unraid API to [dynamix.unraid.net](<https://dynamix.unraid.net>) 4.36.1 - [see changes](<https://github.com/unraid/api/releases>).📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| * Update Unraid API to [dynamix.unraid.net](<http://dynamix.unraid.net>) 4.36.1 - [see changes](<https://github.com/unraid/api/releases>). | |
| * Update Unraid API to [dynamix.unraid.net](<https://dynamix.unraid.net>) 4.36.1 - [see changes](<https://github.com/unraid/api/releases>). |
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@docs/unraid-os/release-notes/7.2.8.md` at line 31, Update the API hyperlink
in the release note to use HTTPS instead of HTTP, while preserving the existing
dynamix.unraid.net destination and link text.
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@docs/unraid-os/release-notes/7.2.8.md`:
- Line 30: Correct the typo in the Networking heading by changing “Hardwar” to
“Hardware” in the release notes.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Repository UI
Review profile: CHILL
Plan: Pro Plus
Run ID: b63bae7c-3ba4-4e5f-844c-a28d11afb0d9
📒 Files selected for processing (1)
docs/unraid-os/release-notes/7.2.8.md
Draft release notes for Unraid OS 7.2.8, pushed from Linear via notification-worker. Review and edit before publishing.
Summary by CodeRabbit