From c8d7c7cb289a499dd746333203fc41c2a7c77d65 Mon Sep 17 00:00:00 2001 From: Tim Moore Date: Fri, 24 Jan 2025 16:03:23 -0500 Subject: [PATCH 1/4] Release notes for 13.3-U1.1 maintenance release --- content/GettingStarted/COREReleaseNotes.md | 13 +++++++++++++ data/properties/core-downloads.yaml | 3 +++ data/properties/core-releases.yaml | 6 +++--- static/includes/COREUpgradePaths.md | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) diff --git a/content/GettingStarted/COREReleaseNotes.md b/content/GettingStarted/COREReleaseNotes.md index 7dfda7fd1b..0cb76b80ec 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 28, 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 d359f8e417..578cb06d08 100644 --- a/data/properties/core-downloads.yaml +++ b/data/properties/core-downloads.yaml @@ -73,6 +73,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-28" - 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 d30ce00f59..7b56ea9344 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-28" latest: true - lifecycle: "Next" name: "TBD" diff --git a/static/includes/COREUpgradePaths.md b/static/includes/COREUpgradePaths.md index 69d77fd3cc..f38e66788d 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.3"] - C -->|update| D["13.3-U1"] + C -->|update| D["13.3-U1.1"] {{< /mermaid >}}
From c5b9e74faa9fe69883829c7c07186bbcce554a40 Mon Sep 17 00:00:00 2001 From: Tim Moore Date: Fri, 31 Jan 2025 12:24:09 -0500 Subject: [PATCH 2/4] Update COREReleaseNotes.md --- content/GettingStarted/COREReleaseNotes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/GettingStarted/COREReleaseNotes.md b/content/GettingStarted/COREReleaseNotes.md index 0cb76b80ec..2a07773838 100644 --- a/content/GettingStarted/COREReleaseNotes.md +++ b/content/GettingStarted/COREReleaseNotes.md @@ -77,7 +77,7 @@ For more details on feature flags see [OpenZFS Feature Flags](https://openzfs.gi ## 13.3-U1.1 Changelog -**January 28, 2025** +**January 31, 2025** iXsystems is pleased to release TrueNAS 13.3-U1.1! From d5d6aeebb33805489ac17a01965190791625b061 Mon Sep 17 00:00:00 2001 From: Tim Moore Date: Fri, 31 Jan 2025 12:24:26 -0500 Subject: [PATCH 3/4] Update core-downloads.yaml --- data/properties/core-downloads.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/properties/core-downloads.yaml b/data/properties/core-downloads.yaml index fe08426d9f..dd8216f94f 100644 --- a/data/properties/core-downloads.yaml +++ b/data/properties/core-downloads.yaml @@ -84,7 +84,7 @@ majorVersions: releases: - name: "13.3-U1.1" link: "https://download-core.sys.truenas.net/13.3/STABLE/U1.1/" - date: "2025-01-28" + date: "2025-01-31" - name: "13.3-U1" link: "https://download-core.sys.truenas.net/13.3/STABLE/U1/" date: "2024-11-21" From 4cd25e36d5b23d8e6192779e875aea844cff9323 Mon Sep 17 00:00:00 2001 From: Tim Moore Date: Fri, 31 Jan 2025 12:24:44 -0500 Subject: [PATCH 4/4] Update core-releases.yaml --- data/properties/core-releases.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/properties/core-releases.yaml b/data/properties/core-releases.yaml index 5913e393ca..34aa201ef7 100644 --- a/data/properties/core-releases.yaml +++ b/data/properties/core-releases.yaml @@ -20,7 +20,7 @@ majorVersions: - name: "13.3-U1.1" type: "Stable" link: "https://www.truenas.com/docs/core/13.3/gettingstarted/corereleasenotes/" - releaseDate: "2025-01-28" + releaseDate: "2025-01-31" latest: true - lifecycle: "Next" name: "TBD"