Skip to content

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

Merged
merged 1 commit into from
Apr 25, 2025
Merged

Add 7.1.0-rc.2 release notes #261

merged 1 commit into from
Apr 25, 2025

Conversation

ljm42
Copy link
Member

@ljm42 ljm42 commented Apr 23, 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 release notes for version 7.1.0-rc.2 with improvements to mover functionality, WPA3 Enterprise support, WireGuard tunnel stability, VM service setup, and WebGUI performance.
    • Added support for Unraid VMs booting into GUI mode with QXL video driver and enhanced File Manager capabilities.
    • Included Linux kernel update to 6.12.25-Unraid and multiple base package upgrades.
    • Made minor textual corrections and formatting improvements throughout the release notes.

@ljm42 ljm42 marked this pull request as draft April 23, 2025 22:36
Copy link
Contributor

coderabbitai bot commented Apr 23, 2025

Caution

Review failed

The pull request is closed.

Walkthrough

The 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

File(s) Change Summary
docs/unraid-os/release-notes/7.1.0.md Updated release notes from 7.1.0-rc.1 to 7.1.0-rc.2, including mover improvements, WPA3 Enterprise enhancements, iptables fix, VM and Docker setup message fixes, WebGUI bug fixes, kernel upgrade to 6.12.25, base distro package upgrades, and text corrections.

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
Loading

Possibly related PRs

Poem

A hop and a skip, release notes anew,
With kernels and packages, fresh as the dew.
Mover and WPA3, both polished with care,
The WebGUI’s tidier—bugs vanish in air!
From rc.1 to rc.2, the journey’s not done,
Unraid keeps growing—more fixes to come!
🐇✨


📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro (Legacy)

📥 Commits

Reviewing files that changed from the base of the PR and between 49940de and 0a559e4.

📒 Files selected for processing (1)
  • docs/unraid-os/release-notes/7.1.0.md (12 hunks)

🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

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)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

@coderabbitai coderabbitai bot left a 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 release

Example 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

📥 Commits

Reviewing files that changed from the base of the PR and between e100254 and 49940de.

📒 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

Copy link

This pull request is automatically being deployed by Amplify Hosting (learn more).

Access this pull request here: https://pr-261.d1o5s833kbd339.amplifyapp.com

@ljm42 ljm42 force-pushed the add-7-1-0-rc-2 branch 2 times, most recently from 343a304 to f1b3c31 Compare April 25, 2025 20:43
@ljm42 ljm42 marked this pull request as ready for review April 25, 2025 21:57
@ljm42 ljm42 merged commit 6c0b061 into main Apr 25, 2025
2 of 3 checks passed
@ljm42 ljm42 deleted the add-7-1-0-rc-2 branch April 25, 2025 21:57
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.

1 participant