Skip to content

Conversation

@ljm42
Copy link
Member

@ljm42 ljm42 commented Nov 19, 2025

Before Submitting This PR, Please Ensure You Have Completed The Following:

  1. Are internal links to wiki documents using relative file links?
  2. Are all new documentation files lowercase, with dash separated names (ex. unraid-os.mdx)?
  3. Are all assets (images, etc), located in an assets/ subfolder next to the .md/mdx files?
  4. Have you checked to ensure there aren't other open Pull Requests for the same update/change?
  5. Is the build succeeding?

Summary by CodeRabbit

  • Documentation
    • Updated 7.2.1 release notes reflecting webGUI enhancements including new Mover schedule disable option in Settings.
    • Documented storage improvements and permissions corrections.
    • Added API improvements and updated kernel and firmware versions.

✏️ Tip: You can customize this high-level summary in your review settings.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Nov 19, 2025

📝 Walkthrough

Walkthrough

The PR updates Unraid OS 7.2.1 release notes from release candidate to final version, adding fixes and improvements across webGUI, storage, Misc, and API sections, plus updated kernel and distro package versions.

Changes

Cohort / File(s) Summary
Release notes documentation
docs/unraid-os/release-notes/7.2.1.md
Updated version header to final release date (2025-11-19), added new fixes and improvements to webGUI, Storage, and Misc sections, introduced Unraid API section with Connect feature fix, added Mover Settings disable option, updated Linux kernel and base distro package versions.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

  • Review is limited to documentation updates with no logic changes
  • Verify accuracy of bug fix descriptions and version numbers
  • Confirm proper Markdown formatting and structure consistency

Poem

🐰 Release notes are now spun fine,
Version 7.2.1's the sign,
Fixes bundled with care,
New features to share,
From RC to final, a line!

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately and directly describes the main change: adding release notes for version 7.2.1 to the documentation.
Description check ✅ Passed The pull request description matches the required template exactly, including all five pre-submission checklist items for documentation pull requests.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch 7.2.1

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 053dac6 and 565501c.

📒 Files selected for processing (1)
  • docs/unraid-os/release-notes/7.2.1.md (5 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
  • GitHub Check: deploy-preview
🔇 Additional comments (6)
docs/unraid-os/release-notes/7.2.1.md (6)

21-29: Verify formatting consistency in new webGUI fixes.

The new entries use consistent bold/italic formatting with navigation paths. However, confirm that the formatting style matches other entries in the file and other release notes files (e.g., 7.2.0.md).

Specifically, Line 21 uses ***Settings → Schedule → Mover Settings*** and *Disable* / *Mover schedule* — validate this multi-level formatting is the project standard for GUI paths and field names.


38-43: Verify context for new storage fixes.

Three new storage fixes have been added (lines 41–43). While the descriptions are clear, confirm that:

  1. The pool device limit increase from 120 to 200 (line 41) is accurately documented and reflects the actual code change.
  2. The "Share cache full" message suppression (line 42) is the correct fix description.
  3. The /mnt/user permissions fix (line 43) has sufficient context for users troubleshooting issues.

These are critical storage fixes, so accuracy is important.


47-56: Misc section additions look well-organized.

The new Misc fixes (lines 53–56) are properly grouped and include sufficient technical detail. The WSD discovery section (lines 47–50) is well-structured with sub-bullets explaining the changes.

No issues identified here.


58-61: New Unraid API section added; verify version and link accuracy.

A new Unraid API section has been introduced. Confirm:

  1. dynamix.unraid.net version 4.27.0 is the correct version for this release.
  2. The GitHub link (https://github.com/unraid/api/releases) is the correct canonical location for API release notes.
  3. This section positioning is appropriate in the release notes structure.

70-72: Base distro package versions updated; verify version accuracy.

Package versions have been updated (lines 70–72). Verify these versions are accurate and match the actual packages being shipped:

  • lshw: version B.02.20
  • wsdd2-1.8.7-x86_64-2_SBo_LT.tgz (note: escaped underscore in filename)
  • kernel-firmware: version 20251031_04b323b
  • intel-microcode: version 20251111

Particularly confirm that kernel-firmware version date (20251031) and intel-microcode date (20251111) are intentional (the intel-microcode date is close to the release date 2025-11-19).


1-17: All internal documentation links verified and confirmed to exist. No issues found.

Tip

📝 Customizable high-level summaries are now available in beta!

You can now customize how CodeRabbit generates the high-level summary in your pull requests — including its content, structure, tone, and formatting.

  • Provide your own instructions using the high_level_summary_instructions setting.
  • Format the summary however you like (bullet lists, tables, multi-section layouts, contributor stats, etc.).
  • Use high_level_summary_in_walkthrough to move the summary from the description to the walkthrough section.

Example instruction:

"Divide the high-level summary into five sections:

  1. 📝 Description — Summarize the main change in 50–60 words, explaining what was done.
  2. 📓 References — List relevant issues, discussions, documentation, or related PRs.
  3. 📦 Dependencies & Requirements — Mention any new/updated dependencies, environment variable changes, or configuration updates.
  4. 📊 Contributor Summary — Include a Markdown table showing contributions:
    | Contributor | Lines Added | Lines Removed | Files Changed |
  5. ✔️ Additional Notes — Add any extra reviewer context.
    Keep each section concise (under 200 words) and use bullet or numbered lists for clarity."

Note: This feature is currently in beta for Pro-tier users, and pricing will be announced later.


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.

❤️ Share

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

@github-actions
Copy link
Contributor

PR Preview Action v1.6.2

🚀 View preview at
https://unraid.github.io/docs/pr-preview/pr-387/

Built to branch gh-pages at 2025-11-19 22:15 UTC.
Preview will be ready when the GitHub Pages deployment is complete.

@ljm42 ljm42 merged commit 93f0d79 into main Nov 19, 2025
3 checks passed
@ljm42 ljm42 deleted the 7.2.1 branch November 19, 2025 22:21
Sign up for free to 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.

2 participants