diff --git a/content/GettingStarted/COREReleaseNotes.md b/content/GettingStarted/COREReleaseNotes.md index 7dfda7fd1b..2a07773838 100644 --- a/content/GettingStarted/COREReleaseNotes.md +++ b/content/GettingStarted/COREReleaseNotes.md @@ -75,6 +75,19 @@ The items listed here represent new feature flags implemented since the previous For more details on feature flags see [OpenZFS Feature Flags](https://openzfs.github.io/openzfs-docs/Basic%20Concepts/Feature%20Flags.html) and [OpenZFS zpool-feature.7](https://openzfs.github.io/openzfs-docs/man/7/zpool-features.7.html). +## 13.3-U1.1 Changelog + +**January 31, 2025** + +iXsystems is pleased to release TrueNAS 13.3-U1.1! + +This is a maintenance release with important updates for the rsync service. + +* Updates to the rsync daemon mode to address recent CVEs ([NAS-133561](https://ixsystems.atlassian.net/browse/NAS-133561)). + See the [TrueNAS Security Advisories](https://security.truenas.com/) for more details about the CVEs, including the iXsystems response. + +* Port additional upstream fix for the rsync daemon ([NAS-133755](https://ixsystems.atlassian.net/browse/NAS-133755)). + ## 13.3-U1 Changelog **November 21, 2024** diff --git a/data/properties/core-downloads.yaml b/data/properties/core-downloads.yaml index f4bda09bb2..dd8216f94f 100644 --- a/data/properties/core-downloads.yaml +++ b/data/properties/core-downloads.yaml @@ -82,6 +82,9 @@ majorVersions: majorVersion: "13.3" majorLink: "https://download-core.sys.truenas.net/13.3/STABLE/" releases: + - name: "13.3-U1.1" + link: "https://download-core.sys.truenas.net/13.3/STABLE/U1.1/" + date: "2025-01-31" - name: "13.3-U1" link: "https://download-core.sys.truenas.net/13.3/STABLE/U1/" date: "2024-11-21" diff --git a/data/properties/core-releases.yaml b/data/properties/core-releases.yaml index 5086677971..34aa201ef7 100644 --- a/data/properties/core-releases.yaml +++ b/data/properties/core-releases.yaml @@ -17,10 +17,10 @@ majorVersions: name: "TrueNAS 13.3" releaseName: "13.3" releases: - - name: "13.3-U1" + - name: "13.3-U1.1" type: "Stable" - link: "https://www.truenas.com/docs/core/13.3/gettingstarted/corereleasenotes/#133-u1-changelog" - releaseDate: "2024-11-21" + link: "https://www.truenas.com/docs/core/13.3/gettingstarted/corereleasenotes/" + releaseDate: "2025-01-31" latest: true - lifecycle: "Next" name: "TBD" diff --git a/static/includes/COREUpgradePaths.md b/static/includes/COREUpgradePaths.md index 14e322d05b..d16f937137 100644 --- a/static/includes/COREUpgradePaths.md +++ b/static/includes/COREUpgradePaths.md @@ -13,7 +13,7 @@ flowchart LR A["11.3-U5"] -->|update| B["12.0-U8.1"] B -->|update| C["13.0-U6.7"] - C -->|update| D["13.3-U1"] + C -->|update| D["13.3-U1.1"] {{< /mermaid >}}