Skip to content

Commit

Permalink
Merge pull request #779 from 128technology/6.1.11-release-notes
Browse files Browse the repository at this point in the history
6.1.11 release notes
  • Loading branch information
Chr1st0ph3rTurn3r authored Oct 17, 2024
2 parents bb988d8 + 103a174 commit f7c81ad
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/about_releases.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ However, issues resolved in `4.3.12`, which was released on 3/12/2021 are not ad
| --| -- | -- | -- | -- | -- |
| Release 6.3 | [6.3.0](release_notes_128t_6.3.md#release-630-107r1) | September 30, 2024 | [6.3.0](release_notes_128t_6.3.md#release-630-107r1) | June 30, 2025 | March 30, 2026 |
| Release 6.2 | [6.2.0](release_notes_128t_6.2.md#release-620-39r1) | November 16, 2023 | [6.2.7](release_notes_128t_6.2.md#release-627-4-sts) | September 6, 2026 | March 6, 2027 |
| Release 6.1 | [6.1.0](release_notes_128t_6.1.md#release-610-55r1) | April 14, 2023 | [6.1.10](release_notes_128t_6.1.md#release-6110-8-lts) | July 14, 2025 | January 14, 2026 |
| Release 6.1 | [6.1.0](release_notes_128t_6.1.md#release-610-55r1) | April 14, 2023 | [6.1.11](release_notes_128t_6.1.md#release-6111-5-lts) | July 14, 2025 | January 14, 2026 |
| Release 5.6 | [5.6.7](release_notes_128t_5.6.md#release-567-4) | March 16, 2023 | [5.6.15](release_notes_128t_5.6.md#release-5615-1) | June 16, 2024 | December 16, 2024 |

## Out of Support
Expand Down
26 changes: 26 additions & 0 deletions docs/release_notes_128t_6.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,32 @@ The change should be made on both nodes of an HA system. If a conductor is alrea

This issue will be corrected in an upcoming release.

## Release 6.1.11-5-lts

**Release Date:** October 17, 2024

### Resolved Issues

- **The following CVE's have been identified and addressed in this release:** CVE-2024-3596, CVE-2024-21131, CVE-2024-21138, CVE-2024-21140, CVE-2024-21144, CVE-2024-21145, CVE-2024-21147, CVE-2024-5564.
------
- **I95-55982 X722 interface MAC being set to 00:00:00:00:00:00 on SSR1300/SSR1400:** Identified an issue where the MAC address would change during a power cycle. Another power cycle can restore the MAC to its previous value. An upgrade to the X722 firmware addresses this issue. NOTE: A power cycle is required as part of the firmware flashing sequence. All power feeds must be manually disconnected and reconnected to cycle it correctly.
------
- **I95-57128 Slow inter-vlan traffic due to i40e performance issue:** Resolved an issue where devices controlled by i40e driver (x710, x722) were incurring 8ms (8000us) latency due to an incorrect MAX value. This has been resolved and latency reduced to 32us.
------
- **I95-57538 WayPoint exception - failing to allocate waypoint ports on mesh peer re-establishment:** Resolved an issue where a configuration change may cause existing waypoint ports to become invalidated, creating an exhaustion scenario.
------
- **I95-57712 DSCP steering issue with outbound traffic:** Resolved an issue with processing reverse pinhole packets when DSCP steering is enabled.
-------
- **I95-57730 Peer Service Next Hops Not Reloaded After Provisional Status Change:** Resolved an issue where a `bgp-over-svr service-route` does not failback to primary node on a `provisional-status` change.
------
- **I95-58201 Increase AMD performance:** Throughput performance on AMD processors has been improved through the tuning of some kernel parameters.
------
- **I95-58264 EoSVR session breaks after upgrading:** Resolved an issue where a high number of STEP route updates carried in an FPM message disconnected the Routing manager to agent connection. This has been resolved by limiting the max number of STEP paths in a single STEP route.
------
- **I95-58332 Show service-path incorrectly shows the state as `up` in an unreachable next-hop:** In a config where a `service-route next-hop` is pointing to an unreachable address, the show service-path shows the state is being up. This has been resolved by adding a next-hop reachability check to `show service-path`.
------
- **I95-58503 Add the ability to disable session error records:** The ability to explicilty disable session records on a conductor or a router has been added to the SSR software. For more information, see [`session-record-profile`](config_command_guide.md#configure-authority-session-record-profile).

## Release 6.1.10-8-lts

**Release Date:** August 22, 2024
Expand Down
5 changes: 5 additions & 0 deletions docs/releases.table.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ import React from "react";
// New entries should be placed at the top.
// ----------------------------------------------------------------------------
export const releases = [
{
version: '6.1.11',
url: 'release_notes_128t_6.1#release-6111-5-lts',
releaseDate: 'October 17, 2024',
},
{
version: '6.2.7',
url: 'release_notes_128t_6.2#release-627-4-sts',
Expand Down

0 comments on commit f7c81ad

Please sign in to comment.