From 10386c551acea14c5f7b712e429191f44b1346dc Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 12 Mar 2026 09:21:40 -0400 Subject: [PATCH 1/8] release note I95-64521 --- docs/about_releases.md | 2 +- docs/release_notes_128t_7.1.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/about_releases.md b/docs/about_releases.md index 1b72d68c5b..3128cec703 100644 --- a/docs/about_releases.md +++ b/docs/about_releases.md @@ -35,7 +35,7 @@ However, issues resolved in `4.3.12`, which was released on 3/12/2021 are not ad | Version | Initial GA Version | First Release Shipping Date | Latest GA Version | End of Engineering support | End of Support | | -- | -- | -- | -- | -- | -- | -| Release 7.1 | [7.1.0](release_notes_128t_7.1.md#release-710-50r1) | December 4, 2025 | [7.1.3](release_notes_128t_7.1.md#release-713-29r2) | September 4, 2026 | March 4, 2027 | +| Release 7.1 | [7.1.0](release_notes_128t_7.1.md#release-710-50r1) | December 4, 2025 | [7.1.4](release_notes_128t_7.1.md#release-714-2r2) | September 4, 2026 | March 4, 2027 | | Release 7.0 | [7.0.1](release_notes_128t_7.0.md#release-701-1r1) | October 14, 2025 | [7.0.1](release_notes_128t_7.0.md#release-701-1r1) | July 14, 2026 | January 14, 2027 | | Release 6.3 | [6.3.0](release_notes_128t_6.3.md#release-630-107r1) | September 30, 2024 | [6.3.7-6-sts](release_notes_128t_6.3.md#release-637-6-sts) | May 6, 2026 | November 6, 2026 | | Release 6.2 | [6.2.0](release_notes_128t_6.2.md#release-620-39r1) | November 16, 2023 | [6.2.10-lts](release_notes_128t_6.2.md#release-6210-10-lts) | September 6, 2026 | March 6, 2027 | diff --git a/docs/release_notes_128t_7.1.md b/docs/release_notes_128t_7.1.md index c4813fec15..0c8956be3f 100644 --- a/docs/release_notes_128t_7.1.md +++ b/docs/release_notes_128t_7.1.md @@ -61,6 +61,15 @@ An issue has been identified that may be observed in conductor deployments runni An issue has been identified when onboarding SSR routers installed with older versions of software (such as 5.4.4) to Conductors running 6.3.x, when running in offline-mode. In some cases, certain software packages are not available to be installed during onboarding. To work around this issue, import the **package-based** (the "128T" prefixed) ISO for the current conductor version onto the conductor. This provides the necessary software packages to complete the onboarding process. This issue will be resolved in a future release. +## Release 7.1.4-2r2 + +**Release Date:** March 12, 2026 + +### Resolved Issues + +- **I95-64521 Upgrade from 7.1.0-r1 to 7.1.3-r2 failed on SSR440:** Resoved an issue where an upgrade to 7.1.3-r2 on an SSR440 HA router would fail because the system process check failed. The `ha-0-0` interface did not come up during boot (eth1 comes up instead), causing the system process check to fail. The `ha-0-0` interface is now correctly initialized during upgrades on all SSR4x0 HA configurations. +------ + ## Release 7.1.3-29r2 **Release Date:** March 10, 2026 From 4e2db271dc2799e50c46ccbda5bf6b22b60f6da8 Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 12 Mar 2026 09:46:27 -0400 Subject: [PATCH 2/8] edits and note --- docs/release_notes_128t_7.1.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/release_notes_128t_7.1.md b/docs/release_notes_128t_7.1.md index 0c8956be3f..2ebc171312 100644 --- a/docs/release_notes_128t_7.1.md +++ b/docs/release_notes_128t_7.1.md @@ -67,13 +67,16 @@ An issue has been identified when onboarding SSR routers installed with older ve ### Resolved Issues -- **I95-64521 Upgrade from 7.1.0-r1 to 7.1.3-r2 failed on SSR440:** Resoved an issue where an upgrade to 7.1.3-r2 on an SSR440 HA router would fail because the system process check failed. The `ha-0-0` interface did not come up during boot (eth1 comes up instead), causing the system process check to fail. The `ha-0-0` interface is now correctly initialized during upgrades on all SSR4x0 HA configurations. ------- +- **I95-64521 Upgrade from 7.1.0-r1 to 7.1.3-r2 failed on SSR440:** Resoved an issue where an upgrade to 7.1.3-r2 on an SSR440 HA router would fail because the system health check failed. The `ha-0-0` interface did not come up during boot (`eth1` comes up instead), causing the system health check to fail. The `ha-0-0` interface is now correctly initialized during upgrades on all SSR4x0 HA configurations. ## Release 7.1.3-29r2 **Release Date:** March 10, 2026 +:::important +If you have an SSR400 or SSR440, it is strongly recommended that you upgrade to 7.1.4-2r2, and not use 7.1.3-29r2, due to the above mentioned HA interface upgrade issue. +::: + ### New Features - **I95-26081 Display negotiated BFD Interval:** The command `show peers bfd-interval` has been added to display the negotiated bfd-interval in three columns, `Rx Timer`, `Tx Timer`, and `Multiplier`. See [Negotiated BFD Intervals](howto_tune_bfd.md#negotiated-bfd-intervals) for more information. From 60e0f20dba1b85b213bd0e3a7ff80c02495d6626 Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 12 Mar 2026 10:53:06 -0400 Subject: [PATCH 3/8] date change --- docs/release_notes_128t_7.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release_notes_128t_7.1.md b/docs/release_notes_128t_7.1.md index 2ebc171312..b818c13ac0 100644 --- a/docs/release_notes_128t_7.1.md +++ b/docs/release_notes_128t_7.1.md @@ -63,7 +63,7 @@ An issue has been identified when onboarding SSR routers installed with older ve ## Release 7.1.4-2r2 -**Release Date:** March 12, 2026 +**Release Date:** March 13, 2026 ### Resolved Issues From ee86712389aa03c7d1f3348899172bdf734539a1 Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 12 Mar 2026 15:25:38 -0400 Subject: [PATCH 4/8] adding note about CI downgrades, and incrementing the build number. --- docs/about_releases.md | 2 +- docs/intro_upgrade_considerations.md | 8 +++++++- docs/release_notes_128t_7.1.md | 8 +++++++- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/docs/about_releases.md b/docs/about_releases.md index 3128cec703..d36a1af8f9 100644 --- a/docs/about_releases.md +++ b/docs/about_releases.md @@ -35,7 +35,7 @@ However, issues resolved in `4.3.12`, which was released on 3/12/2021 are not ad | Version | Initial GA Version | First Release Shipping Date | Latest GA Version | End of Engineering support | End of Support | | -- | -- | -- | -- | -- | -- | -| Release 7.1 | [7.1.0](release_notes_128t_7.1.md#release-710-50r1) | December 4, 2025 | [7.1.4](release_notes_128t_7.1.md#release-714-2r2) | September 4, 2026 | March 4, 2027 | +| Release 7.1 | [7.1.0](release_notes_128t_7.1.md#release-710-50r1) | December 4, 2025 | [7.1.4](release_notes_128t_7.1.md#release-714-3r2) | September 4, 2026 | March 4, 2027 | | Release 7.0 | [7.0.1](release_notes_128t_7.0.md#release-701-1r1) | October 14, 2025 | [7.0.1](release_notes_128t_7.0.md#release-701-1r1) | July 14, 2026 | January 14, 2027 | | Release 6.3 | [6.3.0](release_notes_128t_6.3.md#release-630-107r1) | September 30, 2024 | [6.3.7-6-sts](release_notes_128t_6.3.md#release-637-6-sts) | May 6, 2026 | November 6, 2026 | | Release 6.2 | [6.2.0](release_notes_128t_6.2.md#release-620-39r1) | November 16, 2023 | [6.2.10-lts](release_notes_128t_6.2.md#release-6210-10-lts) | September 6, 2026 | March 6, 2027 | diff --git a/docs/intro_upgrade_considerations.md b/docs/intro_upgrade_considerations.md index 3cd5cbaa5e..1bf2b7aa98 100644 --- a/docs/intro_upgrade_considerations.md +++ b/docs/intro_upgrade_considerations.md @@ -4,9 +4,15 @@ sidebar_label: Upgrade Considerations --- Before upgrading please review the following information. +:::important +After installing / upgrading to SSR 7.1.3, downgrading *to an earlier version* of SSR software where Configuration Integrity (CI) is not available is NOT supported. + +Rollback to the previously installed version of software *is* supported. +::: + :::warning An issue has been identified involving the use of the HA Sync Redundancy Plugin with SSR 7.0.1, which prevents proper functioning of the plugin. If you use the HA Plugin in your SSR deployment, it is not advised to upgrade at this time. The issue is being investigated and will be resolved in a future release. -::: +::: ### Upgrade Installer For software versions prior to 6.3.0, before **upgrading or installing**, update the Installer to the latest version. Failing to upgrade the installer may result in a rollback failure, should a rollback be necessary at any time. diff --git a/docs/release_notes_128t_7.1.md b/docs/release_notes_128t_7.1.md index b818c13ac0..7efb4e22e3 100644 --- a/docs/release_notes_128t_7.1.md +++ b/docs/release_notes_128t_7.1.md @@ -20,6 +20,12 @@ Offline mode conductor and router upgrades to image-based installations are deta Before upgrading please review the [**Upgrade Considerations**](intro_upgrade_considerations.md) and the [**Rolling Back Software**](intro_rollback.md) pages. Several modifications have been made to the process for verifying configurations, which will impact existing configurations. ::: +:::important +After installing / upgrading to SSR 7.1.3, downgrading *to an earlier version* of SSR software where Configuration Integrity (CI) is not available is NOT supported. + +Rollback to the previously installed version of software *is* supported. +::: + :::warning An issue has been identified involving the use of the HA Sync Redundancy Plugin with SSR 7.0.0, which prevents proper functioning of the plugin. If you use the HA Plugin in your SSR deployment, it is not advised to upgrade at this time. The issue is being investigated and will be resolved in a future release. ::: @@ -61,7 +67,7 @@ An issue has been identified that may be observed in conductor deployments runni An issue has been identified when onboarding SSR routers installed with older versions of software (such as 5.4.4) to Conductors running 6.3.x, when running in offline-mode. In some cases, certain software packages are not available to be installed during onboarding. To work around this issue, import the **package-based** (the "128T" prefixed) ISO for the current conductor version onto the conductor. This provides the necessary software packages to complete the onboarding process. This issue will be resolved in a future release. -## Release 7.1.4-2r2 +## Release 7.1.4-3r2 **Release Date:** March 13, 2026 From 414fc9ae1f5217f975c8ae5d7dfc84747e63e600 Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 13 Mar 2026 08:55:19 -0400 Subject: [PATCH 5/8] adding I95-64543 --- docs/release_notes_128t_7.1.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/release_notes_128t_7.1.md b/docs/release_notes_128t_7.1.md index 7efb4e22e3..a2826ede1d 100644 --- a/docs/release_notes_128t_7.1.md +++ b/docs/release_notes_128t_7.1.md @@ -74,6 +74,8 @@ An issue has been identified when onboarding SSR routers installed with older ve ### Resolved Issues - **I95-64521 Upgrade from 7.1.0-r1 to 7.1.3-r2 failed on SSR440:** Resoved an issue where an upgrade to 7.1.3-r2 on an SSR440 HA router would fail because the system health check failed. The `ha-0-0` interface did not come up during boot (`eth1` comes up instead), causing the system health check to fail. The `ha-0-0` interface is now correctly initialized during upgrades on all SSR4x0 HA configurations. +------ +- **I95-64543 Onboarding an SSR440 router running 7.1.0 to a conductor running 7.1.3 fails:** Resolved an issue where an older default cipher-string operator had been disallowed and was causeing the onboarding to fail. All of the following characters are now treated as valid: `. - _ : + @ = , !`. ## Release 7.1.3-29r2 From 40406d4092e30f187c965b792c81c6318de25da9 Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 13 Mar 2026 13:04:16 -0400 Subject: [PATCH 6/8] typo --- docs/release_notes_128t_7.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release_notes_128t_7.1.md b/docs/release_notes_128t_7.1.md index a2826ede1d..bdab8df3e2 100644 --- a/docs/release_notes_128t_7.1.md +++ b/docs/release_notes_128t_7.1.md @@ -75,7 +75,7 @@ An issue has been identified when onboarding SSR routers installed with older ve - **I95-64521 Upgrade from 7.1.0-r1 to 7.1.3-r2 failed on SSR440:** Resoved an issue where an upgrade to 7.1.3-r2 on an SSR440 HA router would fail because the system health check failed. The `ha-0-0` interface did not come up during boot (`eth1` comes up instead), causing the system health check to fail. The `ha-0-0` interface is now correctly initialized during upgrades on all SSR4x0 HA configurations. ------ -- **I95-64543 Onboarding an SSR440 router running 7.1.0 to a conductor running 7.1.3 fails:** Resolved an issue where an older default cipher-string operator had been disallowed and was causeing the onboarding to fail. All of the following characters are now treated as valid: `. - _ : + @ = , !`. +- **I95-64543 Onboarding an SSR440 router running 7.1.0 to a conductor running 7.1.3 fails:** Resolved an issue where an older default cipher-string operator had been disallowed and caused the onboarding to fail. All of the following characters are now treated as valid: `. - _ : + @ = , !`. ## Release 7.1.3-29r2 From bdd95e73d624f61abcc1797af15f08b04f94ca87 Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 16 Mar 2026 09:23:12 -0400 Subject: [PATCH 7/8] added I95-64549, and changed the date. --- docs/release_notes_128t_7.1.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/release_notes_128t_7.1.md b/docs/release_notes_128t_7.1.md index bdab8df3e2..6db160208b 100644 --- a/docs/release_notes_128t_7.1.md +++ b/docs/release_notes_128t_7.1.md @@ -69,13 +69,15 @@ An issue has been identified when onboarding SSR routers installed with older ve ## Release 7.1.4-3r2 -**Release Date:** March 13, 2026 +**Release Date:** March 17, 2026 ### Resolved Issues - **I95-64521 Upgrade from 7.1.0-r1 to 7.1.3-r2 failed on SSR440:** Resoved an issue where an upgrade to 7.1.3-r2 on an SSR440 HA router would fail because the system health check failed. The `ha-0-0` interface did not come up during boot (`eth1` comes up instead), causing the system health check to fail. The `ha-0-0` interface is now correctly initialized during upgrades on all SSR4x0 HA configurations. ------ - **I95-64543 Onboarding an SSR440 router running 7.1.0 to a conductor running 7.1.3 fails:** Resolved an issue where an older default cipher-string operator had been disallowed and caused the onboarding to fail. All of the following characters are now treated as valid: `. - _ : + @ = , !`. +------ +- **I95-64549 Onboarding routers cannot install salt packages:** Resolved an issue where routers could not reliably reach the install repos and install the required salt packages during onboarding. The minimum required versions of all required Salt RPMs are now staged as part of the image. ## Release 7.1.3-29r2 From 35a23accd7ad20ea996cdf721d5e9ddd23151e39 Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 17 Mar 2026 09:30:02 -0400 Subject: [PATCH 8/8] Release notes update, and clarification of power cycle in factory reset process - NOT related to 7.1.4, just a simple clarification of terminology. --- docs/config-factory-reset.md | 2 +- docs/release_notes_128t_7.1.md | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/config-factory-reset.md b/docs/config-factory-reset.md index 56767b50c6..574bea7c00 100644 --- a/docs/config-factory-reset.md +++ b/docs/config-factory-reset.md @@ -75,7 +75,7 @@ If you release the Reset switch during the 10 seconds of red to black fade, the DO NOT reboot during this process. The zeroization will not complete. ::: -8. When the LED has stopped the slow white to black fade, all software, data and configuration have been erased and will shut down. You can then power up the system. +8. When the LED has stopped the slow white to black fade, all software, data and configuration have been erased and the OS will shut down. Power cycle the device to reboot the system. :::note The device has now been zeroized, and has no configuration. The SSR OS must be reinstalled from a USB. See [SSR Installation](intro_installation_univ-iso.md) to begin this process. diff --git a/docs/release_notes_128t_7.1.md b/docs/release_notes_128t_7.1.md index 6db160208b..d75eae1647 100644 --- a/docs/release_notes_128t_7.1.md +++ b/docs/release_notes_128t_7.1.md @@ -76,15 +76,13 @@ An issue has been identified when onboarding SSR routers installed with older ve - **I95-64521 Upgrade from 7.1.0-r1 to 7.1.3-r2 failed on SSR440:** Resoved an issue where an upgrade to 7.1.3-r2 on an SSR440 HA router would fail because the system health check failed. The `ha-0-0` interface did not come up during boot (`eth1` comes up instead), causing the system health check to fail. The `ha-0-0` interface is now correctly initialized during upgrades on all SSR4x0 HA configurations. ------ - **I95-64543 Onboarding an SSR440 router running 7.1.0 to a conductor running 7.1.3 fails:** Resolved an issue where an older default cipher-string operator had been disallowed and caused the onboarding to fail. All of the following characters are now treated as valid: `. - _ : + @ = , !`. ------- -- **I95-64549 Onboarding routers cannot install salt packages:** Resolved an issue where routers could not reliably reach the install repos and install the required salt packages during onboarding. The minimum required versions of all required Salt RPMs are now staged as part of the image. ## Release 7.1.3-29r2 **Release Date:** March 10, 2026 :::important -If you have an SSR400 or SSR440, it is strongly recommended that you upgrade to 7.1.4-2r2, and not use 7.1.3-29r2, due to the above mentioned HA interface upgrade issue. +If you have an SSR400 or SSR440, it is strongly recommended that you upgrade to 7.1.4-2r2, and not use 7.1.3-29r2, due to the HA interface upgrade issue I95-64521 mentioned above. ::: ### New Features