Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSR-6.1.13 Release Notes #821

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.3](release_notes_128t_6.3.md#release-633-40r2) | June 30, 2025 | December 30, 2025 |
| Release 6.2 | [6.2.0](release_notes_128t_6.2.md#release-620-39r1) | November 16, 2023 | [6.2.8](release_notes_128t_6.2.md#release-628-10-lts) | 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.12](release_notes_128t_6.1.md#release-6112-12-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.13](release_notes_128t_6.1.md#release-6113-6-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.17](release_notes_128t_5.6.md#release-5617-1) | June 16, 2024 | December 16, 2024 |

## Out of Support
Expand Down
8 changes: 8 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,14 @@ 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.13-6-lts

**Release Date:** February 4, 2025

### Resolved Issues

- **I95-59745 Routers are stuck in the connected state:** Resolved an issue where the router would unnecessarily write to `yum.dnf` and `dnf.conf`, resulting in a race condition.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • I95-59745 Routers are stuck in the connected state: Resolved an issue where the router would unnecessarily write to yum.dnf and dnf.conf, resulting in a race condition, preventing them from reaching the running state.


## Release 6.1.12-12-lts

**Release Date:** January 16, 2025
Expand Down
5 changes: 5 additions & 0 deletions docs/releases.table.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
// New entries should be placed at the top.
// ----------------------------------------------------------------------------
export const releases = [
{
version: '6.1.13',
url: '/docs/release_notes_128t_6.1#release-6113-6-lts',
releaseDate: 'February 4, 2025',
},
{
version: '6.2.8',
url: '/docs/release_notes_128t_6.2#release-628-10-lts',
Expand Down
Loading