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

5.6.14 release notes #711

Merged
merged 11 commits into from
May 14, 2024
2 changes: 1 addition & 1 deletion docs/about_releases.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Version `6.1.0` introduces changes to the SSR software release model. Every six
| --| -- | -- | -- | -- | -- |
| Release 6.2 | [6.2.0](release_notes_128t_6.2.md#release-620-39) | November 16, 2023 | [6.2.4](release_notes_128t_6.2.md#release-624-14r2) | August 16, 2024 | November 3, 2024 |
| Release 6.1 | [6.1.0](release_notes_128t_6.1.md#release-610-55) | April 14, 2023 | [6.1.8](release_notes_128t_6.1.md#release-618-15) | September 22, 2025 | June 22, 2026 |
| Release 5.6 | [5.6.7](release_notes_128t_5.6.md#release-567-4) | March 16, 2023 | [5.6.14](release_notes_128t_5.6.md#release-5614-3) | June 16, 2024 | December 16, 2024 |
| Release 5.6 | [5.6.7](release_notes_128t_5.6.md#release-567-4) | March 16, 2023 | [5.6.14](release_notes_128t_5.6.md#release-5614-7) | June 16, 2024 | December 16, 2024 |
| Release 5.5 | [5.5.3](release_notes_128t_5.5.md#release-553-4) | August 11, 2022 | [5.5.12](release_notes_128t_5.5.md#release-5512-9) | November 19, 2023 | May 19, 2024 |

## Out of Support
Expand Down
4 changes: 2 additions & 2 deletions docs/release_notes_128t_5.6.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ Before upgrading please review the [**Upgrade Considerations**](intro_upgrade_co
------
- **Plugin Upgrades:** If you are running with plugins, updates are required for some plugins **before** upgrading the conductor to SSR version 5.4.0 or higher. Please review the [Plugin Configuration Generation Changes](intro_upgrade_considerations.md#plugin-configuration-generation-changes) for additional information.

## Release 5.6.14-3
## Release 5.6.14-7

**Release Date:** May 10, 2024
**Release Date:** May 13, 2024
Copy link
Contributor

Choose a reason for hiding this comment

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

I believe we are looking to publish tomorrow.


### Resolved Issues

Expand Down
4 changes: 2 additions & 2 deletions docs/releases.table.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import React from "react";
export const releases = [
{
version: '5.6.14',
url:'/docs/release_notes_128t_5.6#release-5614-3',
releaseDate: 'May 10, 2024',
url:'/docs/release_notes_128t_5.6#release-5614-7',
Copy link
Contributor

Choose a reason for hiding this comment

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

Leading /docs/ should not be present.

releaseDate: 'May 13, 2024',
Copy link
Contributor

Choose a reason for hiding this comment

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

This should be the 14th.

},
{
version: '6.1.8',
Expand Down
Loading