-
Notifications
You must be signed in to change notification settings - Fork 37
Add 7.1.0-rc.2 release notes #261
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Caution Review failedThe pull request is closed. WalkthroughThe release notes for Unraid OS 7.1.0 were updated from release candidate 1 (rc.1) to release candidate 2 (rc.2). The updates include fixes and improvements such as enhanced mover behavior when emptying array disks, better WPA3 Enterprise support, resolution of an iptables issue affecting WireGuard tunnels, and removal of confusing "Path does not exist" messages in VM and Docker service setups. Additional WebGUI fixes address dashboard memory bloat, configuration corruption, and message publishing. The Linux kernel was upgraded to 6.12.25-Unraid with QXL virtual GPU support, and numerous base distro packages were upgraded. Textual and capitalization corrections were also applied. Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant ReleaseNotes
participant Kernel
participant BasePackages
participant WebGUI
User->>ReleaseNotes: View updated 7.1.0-rc.2 notes
ReleaseNotes->>Kernel: Announce upgrade to 6.12.25 with QXL support
ReleaseNotes->>BasePackages: Announce multiple package upgrades
ReleaseNotes->>WebGUI: List fixes (dashboard, config, message publishing)
ReleaseNotes->>User: Present full summary of fixes and improvements
Possibly related PRs
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
🧹 Nitpick comments (3)
docs/unraid-os/release-notes/7.1.0.md (3)
62-63
: Inconsistent RC marker formatting
Lines 62 and 63 use[rc.2]
instead of the document-wide convention[-rc.2]
. Please update these to[-rc.2]
for consistency.
90-90
: Inconsistent ‘Fix’ prefix syntax
This line reads* Fix various issues with DHCP.
but should follow the pattern* Fix: ...
. Consider:-* Fix various issues with DHCP. +* Fix: various issues with DHCP. [-rc.2]
142-142
: Normalize bullet punctuation and style
Several fix entries lack a trailing period or have inconsistent prefixes. For uniformity, ensure all bullets:
- Start with
* Fix:
(or a consistent label)- End with a period
- Include
[-rc.2]
if newly introduced in this releaseExample diff:
-* Fix: File Manager and SMB Settings style fixes [-rc.2] +* Fix: File Manager and SMB Settings style fixes. [-rc.2] -* Reload the Dashboard and Main pages when they become visible [-rc.2] +* Fix: Reload the Dashboard and Main pages when they become visible. [-rc.2]Also applies to: 152-156, 168-169
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
docs/unraid-os/release-notes/7.1.0.md
(12 hunks)
🧰 Additional context used
🪛 LanguageTool
docs/unraid-os/release-notes/7.1.0.md
[grammar] ~213-~213: Make sure that the singular noun after the number ‘1.25’ is correct.
Context: ...: version 2.16.2 * gdbm: version 1.25 * git: version 2.49.0 * glib2: version 2.84.1...
(CD_POINT_CD_NN)
[grammar] ~274-~274: Make sure that the singular noun after the number ‘3.6’ is correct.
Context: ... version 1.56.3 * parted: version 3.6 * patch: version 2.8 * pcre2: version 10.45 * p...
(CD_POINT_CD_NN)
⏰ Context from checks skipped due to timeout of 90000ms (2)
- GitHub Check: build
- GitHub Check: AWS Amplify Console Web Preview
🔇 Additional comments (10)
docs/unraid-os/release-notes/7.1.0.md (10)
28-28
: New storage fix noted for RC.2?
This entry correctly documents handling of a ZFS single‐vdev mirror device with a REMOVED status. It aligns with the RC.2 scope.
32-32
: Dashboard fix for disabled disks
This bullet clearly describes the fix for disabled disks not showing on the Dashboard.
41-41
: Mover hang on named pipes
Addresses the mover hanging on named pipes—concise and clear.
42-42
: Mover dotfile handling fix
Correctly notes that mover now moves files and dirs starting with.
and fixes the non-moved list display.
57-57
: Docker over WiFi usage note
Good addition: advises unplugging wired connections before running Docker over WiFi to avoid conflicts.
61-61
: WPA2/WPA3 support statement
Clearly notes that both WPA2/WPA3 and Enterprise variants are supported.
132-132
: OVMF EDK2 update entry
Succinctly documents the OVMF EDK2 update for RC.2.
148-148
: Added troubleshooting guidance
This paragraph provides clear steps for addressing nchan out-of-memory errors. Placement and content look good.
173-173
: Kernel version bump
The Linux kernel version update to 6.12.24 is correctly noted with[-rc.2]
.
195-195
: Base distro package version updates
The added packages (bind
,fontconfig
,grep
,gzip
,harfbuzz
,htop
) are correctly listed in alphabetical order under the base distro updates.Also applies to: 211-211, 217-217, 219-221
This pull request is automatically being deployed by Amplify Hosting (learn more). |
343a304
to
f1b3c31
Compare
Before Submitting This PR, Please Ensure You Have Completed The Following:
Summary by CodeRabbit