-
Notifications
You must be signed in to change notification settings - Fork 38
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
Add 7.0.1 release notes #238
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
# Version 7.0.1 2025-02-25 | ||
|
||
## Upgrade notes | ||
|
||
This is a security and bug fix release. It includes all the patches that were made available for 7.0.0. | ||
|
||
This resolves a security issue when the Tailscale integration is enabled on a container running in Host mode and then shared with other users. As of this release, starting such containers has been disabled. To proceed, disable the Tailscale integration for containers in Host mode or change the Network Type to Bridge or "Custom: eth0/bond0/br0." | ||
|
||
### Known issues | ||
|
||
For known issues, see the [7.0.0 release notes](7.0.0.md#known-issues). | ||
|
||
### Rolling back | ||
|
||
If rolling back earlier than 7.0.0, also see the [7.0.0 release notes](7.0.0.md#rolling-back). | ||
|
||
## Changes vs. [7.0.0](7.0.0.md) | ||
|
||
### Bug fixes and improvements | ||
|
||
* Tailscale Docker integration | ||
* Prevent containers with Network Type "Host" from using the Tailscale integration, disable the ability to start existing containers in this configuration (security) | ||
* Prevent new containers with Network Type "Container" from using the Tailscale integration (the sidecar container should have Tailscale, not the main container) | ||
* Accept default Tailscale state directory from Community Apps | ||
* Install ca_certificates if needed | ||
* Improved handling of **post arguments** when the Tailscale integration is enabled, everything before the first `;` is passed to the container, everything after it is executed on the host | ||
* Note: additional enhancements are underway, specifically the ability to manage the official Tailscale sidecar container using this integration | ||
* Docker: hide the update status for containers managed by 3rd parties | ||
* Fix a possible cause of nchan memory leak | ||
* File Manager: allow access to UD remote shares | ||
* Increased number of sd devices detected during early boot from 8 to 16 | ||
* Resolved *Wrong Pool State, invalid expansion* that users were seeing when upgrading certain btrfs pools from 6.12 | ||
* Prevent the import of existing vfat partitions | ||
* Resolved issue attempting to start the array with a pool defined but not assigned | ||
* Fix mc not preserving cwd upon F10 exit | ||
* mover | ||
* mover was not moving shares with spaces in the name from array to pool | ||
* mover was not handling hard links properly | ||
* VMs | ||
* fix: Cannot start/stop a VM with single quotation marks in the name | ||
* fix: In certain conditions, creating a VM creates a new share with the VM name | ||
* fix issue with blank Discard field on vDisk | ||
* Blacklist the `cdc_ether` driver prevent issues with IPMI NICs on certain motherboards | ||
To re-enable this driver, `touch /boot/config/modprobe.d/cdc_ether.conf` | ||
* Downgrade to an earlier version of dhcpcd to try and resolve DHCP issues some users are having | ||
* Share Listing: tool tip showed `%20` instead of a space | ||
* Include installed patches in diagnostics | ||
|
||
### Linux kernel | ||
|
||
* version 6.6.78 | ||
* fix: md/unraid permits Start if only 2 parity and no data disks | ||
|
||
### Base distro: | ||
|
||
* bind: version 9.20.5 (CVE-2024-12705 CVE-2024-11187) | ||
* curl: version 8.12.1 (CVE-2025-0725 CVE-2025-0665 CVE-2025-0167) | ||
* dhcpcd: version 9.5.3 (revert from v10.0.10) | ||
* git: version 2.48.1 (CVE-2024-50349 CVE-2024-52006) | ||
* gnutls: version 3.8.9 (CVE-2024-12243) | ||
* libtasn1: version 4.20.0 (CVE-2024-12133) | ||
* libxml2: 2.13.6 (CVE-2025-24928 CVE-2024-56171) | ||
* mariadb: version 11.4.5 (CVE-2025-21490) | ||
* mc: version 4.8.33 | ||
* openssh: version 9.9p2 (CVE-2025-26465 CVE-2025-26466) | ||
* openssl: version 3.4.1 | ||
* rsync: version 3.4.1 (CVE-2024-12084 CVE-2024-12085 CVE-2024-12086 CVE-2024-12087 CVE-2024-12088 CVE-2024-12084) | ||
* ttyd: version 20250129 | ||
|
||
## Patches | ||
|
||
No patches are currently available for this release. |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
🛠️ Refactor suggestion
Duplicate "mover" Bullet
Line 36 contains a standalone bullet "* mover" that appears redundant given the subsequent detailed entries (lines 37–38). It is recommended to remove or merge this line with its sub-items for clarity.
Proposed Diff:
🧰 Tools
🪛 LanguageTool
[duplication] ~36-~36: Possible typo: you repeated a word.
Context: ...x mc not preserving cwd upon F10 exit * mover * mover was not moving shares with spaces in th...
(ENGLISH_WORD_REPEAT_RULE)