Skip to content

Commit

Permalink
Merge pull request #2567 from truenas/DjP-iX-patch
Browse files Browse the repository at this point in the history
PD-1021-rename-13-1-to-13-3
  • Loading branch information
tonyriv3 authored Mar 25, 2024
2 parents fcc2cf1 + a5ea772 commit 6df3c80
Show file tree
Hide file tree
Showing 96 changed files with 121 additions and 126 deletions.
180 changes: 89 additions & 91 deletions content/Archive.md

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions content/CORE/CORETutorials/Sharing/SMB/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,29 +64,29 @@ It is not required to access an SMB server.
You can change this ACL later according to your use case.

2. Create local user accounts.

By default, all new local users are members of a built-in SMB group called **builtin users**.
You can use this group to grant access to all local users on the server.
You can use additional [groups]({{< relref "/CORE/CORETutorials/SettingUpUsersAndGroups.md" >}}) to fine-tune permissions to large numbers of users.
User accounts built-in to TrueNAS cannot access SMB.
User accounts that do not have the **smb** flag set cannot access SMB.

As of 13.1, SMB user passwords can include the question mark (?).
As of 13.3, SMB user passwords can include the question mark (?).

{{< expand "Why not just allow anonymous access to the share?" "v" >}}
Anonymous or guest access to the share is possible, but this is a security vulnerability.
Anonymous or guest access is being deprecated by the major SMB client vendors.
{{< expand "Why not just allow anonymous access to the share?" "v" >}}
Anonymous or guest access to the share is possible, but this is a security vulnerability.
Anonymous or guest access is being deprecated by the major SMB client vendors.
This partly because signing and encryption are not possible for guest sessions.
{{< /expand >}}

{{< expand "What about LDAP users?" "v" >}}
With LDAP configured, users from the LDAP server can have access the SMB share.
Go to **Directory Services > LDAP > ADVANCED MODE** and set **Samba Schema**.
With LDAP configured, users from the LDAP server can have access the SMB share.
Go to **Directory Services > LDAP > ADVANCED MODE** and set **Samba Schema**.
Caution: local TrueNAS user accounts no longer have access to the share.
{{< /expand >}}

3. Tune the dataset ACL.

After creating a dataset and the needed accounts, determine the access requirements and adjust the dataset ACL to match.
To edit the ACL, go to **Storage > Pools**, open the options for the new dataset, and click **Edit Permissions**.
Many home users often add a new entry that grants this access: **FULL_CONTROL** to the **builtin_users** group with the flags set to **INHERIT**.
Expand Down Expand Up @@ -159,4 +159,4 @@ Mount the volume. Enter `sudo mount_smbfs -I computer_name\share_name /mnt/smb_s

## SMB Articles

{{< children depth="2" description="true" >}}
{{< children depth="2" description="true" >}}
13 changes: 7 additions & 6 deletions content/CORE/GettingStarted/COREReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ aliases:
- /releasenotes/core/13.0rc1/
- /releasenotes/core/
- /core/corereleasenotes/
- /core/13.1/gettingstarted/corereleasenotes/
- /core/13.3/gettingstarted/corereleasenotes/
related: false
---

Expand All @@ -21,7 +21,7 @@ Release notes for all the latest major versions are also linked from the [Docs H

{{< include file="archive/NightlyTestWarning.md" >}}

To download a <file>.tar</file> file for installing or upgrading to a CORE 13.1 nightly version, go to https://www.truenas.com/download-truenas-core/ and click **Download Future Previews**.
To download a <file>.tar</file> file for installing or upgrading to a CORE 13.3 nightly version, go to https://www.truenas.com/download-truenas-core/ and click **Download Future Previews**.
Select the latest <file>.tar</file> file and click **Download**.

Log in to the web interface and go to **System > Update**.
Expand Down Expand Up @@ -88,13 +88,14 @@ For more details on feature flags see [OpenZFS Feature Flags](https://openzfs.gi

Notable changes:

* Due to security vulnerabilities and maintainability issues, the S3 service is deprecated in TrueNAS CORE 13.0 and scheduled for removal in CORE 13.1.
* Due to security vulnerabilities and maintainability issues, the S3 service is deprecated in TrueNAS CORE 13.0 and scheduled for removal in CORE 13.3.
Beginning in CORE 13.0-U6, the CORE web interface generates an alert when the deprecated service is either actively running or is enabled to start on boot.
Users should migrate to a separately maintained [MinIO plugin]({{< relref "MinIOPlugin.md" >}}) or otherwise move any production data away from the S3 service storage location before upgrading to a 13.1 pre-release version.
Users should migrate to a separately maintained [MinIO plugin]({{< relref "MinIOPlugin.md" >}}) or otherwise move any production data away from the S3 service storage location before upgrading to a 13.3 pre-release version.
See the CORE 13.0 tutorial for [detailed migration instructions](http://www.truenas.com/docs/core/13.0/coretutorials/jailspluginsvms/plugins/minioplugin/).
See also [Feature Deprecations]({{< relref "Deprecations.md" >}}).

* The web UI **Shell** is removed in CORE 13.1. Users can continue to access the shell using [SSH]({{< relref "ConfiguringSSH.md" >}}) or a physical system connection with serial cable or other direct method ([NAS-124392](https://ixsystems.atlassian.net/browse/NAS-124392)).
* The web UI **Shell** is removed in CORE 13.3. Users can continue to access the shell using [SSH]({{< relref "ConfiguringSSH.md" >}}) or a physical system connection with serial cable or other direct method ([NAS-124392](https://ixsystems.atlassian.net/browse/NAS-124392)).

* The Plugins, Jails, and Virtual Machines features are in maintenance mode and are offered to the TrueNAS community "as-is".
[TrueNAS Enterprise](https://www.truenas.com/truenas-enterprise/) customers with a critical need for virtualization features should consider TrueNAS SCALE for officially tested and supported virtualization features.
[TrueNAS Enterprise](https://www.truenas.com/truenas-enterprise/) customers with a critical need for virtualization features should consider TrueNAS SCALE for officially tested and supported virtualization features.

Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ The Send Test Alert button has been added to Alert Services, making testing of n

TrueNAS 11.1-U4 includes these Changelogs:

* [FN 11.1]({{< relref "/archive/COREReleaseNotes/FreeNAS/11.1/11.1.md" >}})
* [FN 11.1 U1]({{< relref "/archive/COREReleaseNotes/FreeNAS/11.1/11.1U1.md" >}})
* [FN 11.1 U2]({{< relref "/archive/COREReleaseNotes/FreeNAS/11.1/11.1U2.md" >}})
* [FN 11.1 U3]({{< relref "/archive/COREReleaseNotes/FreeNAS/11.1/11.1U3.md" >}})
* [FN 11.1 U4]({{< relref "/archive/COREReleaseNotes/FreeNAS/11.1/11.1U4.md" >}})
* [FN 11.1]({{< relref "/_archive/COREReleaseNotes/FreeNAS/11.1/11.1.md" >}})
* [FN 11.1 U1]({{< relref "/_archive/COREReleaseNotes/FreeNAS/11.1/11.1U1.md" >}})
* [FN 11.1 U2]({{< relref "/_archive/COREReleaseNotes/FreeNAS/11.1/11.1U2.md" >}})
* [FN 11.1 U3]({{< relref "/_archive/COREReleaseNotes/FreeNAS/11.1/11.1U3.md" >}})
* [FN 11.1 U4]({{< relref "/_archive/COREReleaseNotes/FreeNAS/11.1/11.1U4.md" >}})

Additionally, these bug fixes and features are specific to TrueNAS:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ We are pleased to announce the general availability of TrueNAS 11.1-U5. This rel

This version includes the Changelogs listed at:

* [FN 11.1 U4]({{< relref "/archive/COREReleaseNotes/FreeNAS/11.1/11.1U4.md" >}})
* [FN 11.1 U5]({{< relref "/archive/COREReleaseNotes/FreeNAS/11.1/11.1U5.md" >}})
* [FN 11.1 U4]({{< relref "/_archive/COREReleaseNotes/FreeNAS/11.1/11.1U4.md" >}})
* [FN 11.1 U5]({{< relref "/_archive/COREReleaseNotes/FreeNAS/11.1/11.1U5.md" >}})

Additionally, TrueNAS 11.1-U5 provides further improvements to HA. For HA configurations using encrypted pools, the pools are properly detached when demoting an active node to passive or when a successful failover occurs. Should both nodes power cycle, the UI will prompt for the passphrase, allowing the pools to become available.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This bug fix release addresses the following security vulnerabilities:
* CVE-2018-1139: Weak authentication protocol allowed
* CVE-2018-1140: Denial of Service Attack on DNS and LDAP server

This version includes the Changelog listed at: [FreeNAS 11.1 U6]({{< relref "/archive/COREReleaseNotes/FreeNAS/11.1/11.1U6.md" >}}).
This version includes the Changelog listed at: [FreeNAS 11.1 U6]({{< relref "/_archive/COREReleaseNotes/FreeNAS/11.1/11.1U6.md" >}}).

These features are specific to TrueNAS 11.1-U6:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Before updating to this bug fix release, contact iXsystems Technical Support for

## Changelog

TrueNAS 11.1-U7 includes the [FreeNAS 11.1-U7 changelog]({{< relref "/archive/COREReleaseNotes/FreeNAS/11.1/11.1U7.md" >}}) plus these TrueNAS-specific features:
TrueNAS 11.1-U7 includes the [FreeNAS 11.1-U7 changelog]({{< relref "/_archive/COREReleaseNotes/FreeNAS/11.1/11.1U7.md" >}}) plus these TrueNAS-specific features:

+ 26633 Bug Disable space reservation for VAAI for NFS and remove mention in Guide
+ 47899 Bug Avoid simultaneous requests when querying power supply status of M-Series appliances
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ aliases: [/releasenotes/core/truenas/11.3/11.3u4.1/]
**4 August 2020**

iXsystems is pleased to release Update 4.1 for TrueNAS 11.3!
TrueNAS 11.3-U4.1 is a maintenance release that includes all the bug fixes and quality of life improvements from the [FreeNAS 11.3-U4 and 11.3-U4.1 releases]({{< relref "/archive/COREReleaseNotes/FreeNAS/11.3/11.3U4.md" >}}).
TrueNAS 11.3-U4.1 is a maintenance release that includes all the bug fixes and quality of life improvements from the [FreeNAS 11.3-U4 and 11.3-U4.1 releases]({{< relref "/_archive/COREReleaseNotes/FreeNAS/11.3/11.3U4.md" >}}).
Notable TrueNAS-specific improvements include:

* Active Directory key usage for High Availability (HA) ([NAS-107019](https://ixsystems.atlassian.net/browse/NAS-107019)).
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ aliases:
* Secure Web-Proxy for Cloud
* TrueNAS SCALE cluster UI

[TrueCommand](https://www.truenas.com/truecommand/) was launched in 2019 as a single pane of glass management system for TrueNAS fleets. [TrueCommand 1.3]({{< ref "/archive/TCReleaseNotes/1.3.md" >}}) has been adopted by well over three thousand organizations to manage their NAS fleets. TrueCommand is deployed as a Container, as a VM, or as the [TrueCommand Cloud](https://www.ixsystems.com/blog/truenas-with-truecommand-cloud/) service. TrueCommand is free for users with less than 50 drives and is very affordable for larger organizations, where TrueCommand coordinates a team of people to manage many systems on a 24 x 365 basis.
[TrueCommand](https://www.truenas.com/truecommand/) was launched in 2019 as a single pane of glass management system for TrueNAS fleets. [TrueCommand 1.3]({{< ref "/_archive/TCReleaseNotes/1.3.md" >}}) has been adopted by well over three thousand organizations to manage their NAS fleets. TrueCommand is deployed as a Container, as a VM, or as the [TrueCommand Cloud](https://www.ixsystems.com/blog/truenas-with-truecommand-cloud/) service. TrueCommand is free for users with less than 50 drives and is very affordable for larger organizations, where TrueCommand coordinates a team of people to manage many systems on a 24 x 365 basis.

## 2.0-Beta Changelog

Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ See these additional content areas:
</p>
<p>Additional Links
<br><a href="https://security.truenas.com">Security Advisories</a>
<br><a href="/archive/">Docs Archive</a>
<br><a href="/_archive/">Docs Archive</a>
<br><a href="https://www.github.com/truenas/documentation">Repository</a>
<br><a href="/index.xml">RSS Feed</a>
</p>
Expand Down
1 change: 1 addition & 0 deletions data/properties/core-releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ majorVersions:
releases:
- name: "13.3 Nightlies"
type: "Experimental"
link: "https://www.truenas.com/docs/core/13.3/gettingstarted/corereleasenotes/"
releaseDate: "2024-01-01"
latest: true
- name: "13.3-RC.1"
Expand Down
11 changes: 3 additions & 8 deletions data/properties/tc-releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,11 @@ majorVersions:
- lifecycle: "Current"
name: "TrueCommand 3.0"
releases:
- name: "3.0"
type: "Stable"
link: "https://www.truenas.com/docs/truecommand/3.0/tcgettingstarted/tcreleasenotes/"
releaseDate: "2023-12-19"
latest: true
- name: "3.0.1"
type: "Maintenance"
link:
releaseDate: "2024-03-05"
latest: false
link: "https://www.truenas.com/docs/truecommand/3.0/tcgettingstarted/tcreleasenotes/#301-changelog"
releaseDate: "2024-03-12"
latest: true
- lifecycle: "Next"
name: "TrueCommand Next"
releases:
Expand Down

0 comments on commit 6df3c80

Please sign in to comment.