Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ljm42 committed Nov 29, 2024
1 parent f087c4a commit c393556
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 9 deletions.
3 changes: 2 additions & 1 deletion docs/unraid-os/release-notes/6.12.11.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ Out of date plugins can cause problems, we recommend they be kept current.
#### Docker fork bomb

A broken or malicious Docker container can use all available Process IDs on the system, leading to instability. We are testing
a fix in Unraid 7 and will backport it to a future release of 6.12. If you suspect you are affected by this, a workaround is to
a fix in Unraid 7 and will backport it to a future release (Note: this fix is in [6.12.12](6.12.12.md)).
If you suspect you are affected by this, a workaround is to
limit the number of PIDs a container can use by adding `--pids-limit 2048` to the Docker template *Extra Parameters* setting.

#### Call traces and crashes related to macvlan
Expand Down
6 changes: 5 additions & 1 deletion docs/unraid-os/release-notes/6.12.13.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,14 @@ For more details on recent changes, see the [6.12.12 release notes](6.12.12.md).

#### Windows VMs should use the VirtIO-net driver

Due to a kernel regression, there is significant performance degradation for any outgoing transfer from a Windows VM using the VirtIO network driver. The workaround is to switch to the VirtIO-net driver. This should be resolved in a future release.
Due to a kernel regression, there is significant performance degradation for any outgoing transfer from a Windows VM using the VirtIO network driver. The workaround is to switch to the VirtIO-net driver. (Note: this was resolved in [6.12.14](6.12.14.md)).

For other known issues, see the [6.12.12 release notes](6.12.12.md#known-issues).

### Rolling back

If rolling back earlier than 6.12.12, also see the [6.12.12 release notes](6.12.12.md#rolling-back).

## Changes vs. [6.12.12](6.12.12.md)

### Bug fixes and improvements
Expand Down
23 changes: 16 additions & 7 deletions docs/unraid-os/release-notes/6.12.14.md
Original file line number Diff line number Diff line change
@@ -1,40 +1,49 @@
# Version 6.12.14 2024-11-26

## Changes vs. [6.12.13](https://docs.unraid.net/unraid-os/release-notes/6.12.13/)
## Upgrade notes

This release includes important bug fixes and security updates.

***ALL USERS ARE STRONGLY ENCOURAGED TO UPGRADE***

### Update Notes
### Known issues

#### New Windows changes may result in loss of access to Public shares

Due to recent security changes in Windows, "guest" access of Unraid Public shares may not work. The easiest
Due to recent security changes in Windows 11 24H2, "guest" access of Unraid public shares may not work. The easiest
way around this is to create a user in Unraid with the same name as the Windows account you are using to connect. If the Unraid
user password is not the same as the Windows account password, Windows will prompt for credentials.

If you are using a Microsoft account, it may be better to create a user in Unraid with a simple username, set a password,
then in Windows go to Control Panel -> Credential Manager -> Windows credentials -> Add a Windows Credential and add the
then in Windows go to ***Control Panel Credential Manager Windows credentials Add a Windows Credential*** and add the
correct Unraid server name and credentials.

Alternately you can [re-enable Windows guest fallback](https://techcommunity.microsoft.com/blog/filecab/accessing-a-third-party-nas-with-smb-in-windows-11-24h2-may-fail/4154300)
(not recommended).

For other known issues, see the [6.12.12 release notes](6.12.12.md#known-issues).

### Rolling back

If rolling back earlier than 6.12.13, also see the [6.12.13 release notes](6.12.13.md#rolling-back).

## Changes vs. [6.12.13](https://docs.unraid.net/unraid-os/release-notes/6.12.13/)

### Bug fixes and improvements

* emhttpd: Fix swap-disable operation not properly clearing remaining space on target
* ShareList: present indicator when a share primary pool is invalid, for example, has been renamed or deleted.
* ShareEdit: warn user that renaming a pool could affect shares which use that pool.
* DiskSettings: clarify that "default file system" applies to unRAID array disks.
* Remove ps.txt from diagnostics so as not to expose container VPN credentials.
* Add security warnings about Windows Server signing.
* Add help text about public share access from Windows 11 24H2.
* Update Feedback form and require email address
* Fixed link to apcupsd manual on Settings > UPS Settings page
* Fixed link to apcupsd manual on ***Settings UPS Settings*** page
* Fixed link to btrfs man-page in Help text
* rc.docker - Make sure that custom interfaces with a higher index then 0 are properly rebuilt
* rc.rsyslogd: use pgrep, killall with PID namespace.
* rc.rsyslogd: use pgrep, killall with PID namespace.
* webGUI: improved handling of http query parameters
* kernel: resolved performance degradation issues related to Windows VMs and the VirtIO network driver that were introduced in [6.12.13](6.12.13.md)

### Linux kernel

Expand Down

0 comments on commit c393556

Please sign in to comment.