Skip to content

DOC-6687 - added EOL schedule for CENM #2327

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 4 additions & 0 deletions content/en/about-the-docs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@ The highest released version of Corda 4 Enterprise Edition at any point in time

{{< snippet "corda-4/end-of-life-corda4.md" >}}

### CENM

{{< snippet "cenm/end-of-life-cenm.md" >}}

## Reporting an Error in the Docs

The R3 Technical Writing team continuously strive to improve our documentation and overall content strategy. As we make improvements, we would love to get your feedback on what we are doing well, and what we could be doing better.
Expand Down
20 changes: 16 additions & 4 deletions content/en/platform/corda/eol-schedule.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ tags:
- end of life
- schedule
- support
title: End of Life Schedule
title: End of life schedule
weight:
---

Use the following table to track the end of life schedule for each version of Corda. Each version of Corda Enterprise, Corda Community Edition, and CENM has support available from R3 for a fixed period. After this period has ended, these versions are no longer supported by R3 and associated documentation is archived. You should always aim to upgrade to the latest version of Corda whenever possible.
Use the following table to track the end of life schedule for each version of Corda and CENM. Each version of Corda Enterprise, Corda Community Edition, and CENM has support available from R3 for a fixed period. After this period has ended, these versions are no longer supported by R3 and associated documentation is archived. You should always aim to upgrade to the latest version of Corda or CENM whenever possible.

Definitions:

Expand All @@ -21,10 +21,22 @@ Definitions:
All dates refer to the end of the month indicated.
{{< /note >}}

## Corda 4

{{< note >}}
The highest released version of Corda 4 Enterprise Edition at any point in time will be supported, including maintenance, until at least 31st December 2029 or until superseded by a higher version number of Corda 4 Enterprise Edition, at which point the dates in the table take precedence.
{{< /note >}}

## Corda 4

{{< snippet "corda-4/end-of-life-corda4.md" >}}

## CENM

{{< note >}}
The highest released version of Corda Enterprise Network Manager at any
point in time will be supported, including maintenance, until at least
31st December 2029 or until superseded by a higher version number of
Corda Enterprise Network Manager, at which point the dates in the table
take precedence.
{{< /note >}}

{{< snippet "cenm/end-of-life-cenm.md" >}}
34 changes: 34 additions & 0 deletions themes/doks/assets/snippets/cenm/end-of-life-cenm.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
The following table lists the end of life schedules for all CENM versions:

<style>
table th:first-of-type {
width: 40%;
}
table th:nth-of-type(2) {
width: 15%;
}
table th:nth-of-type(3) {
width: 15%;
}
table th:nth-of-type(4) {
width: 15%;
}
table th:nth-of-type(5) {
width: 15%;
}
</style>

| Version | Date of Release | End of Maintenance | End of Security | End of Support |
| ---------------------------------------------- | ------------------- | ---------------------- | ------------------- | ------------------ |
| **Corda Enterprise Network Manager 1.3** | 06/2020 | 06/2022 | 6/2023 | 06/2023 |
| **Corda Enterprise Network Manager 1.4** | 09/2020 | 09/2022 | 09/2023 | 09/2023 |
| **Corda Enterprise Network Manager 1.5** | 12/2020 | 12/2023 | 12/2024 | 12/2025 |
| **Corda Enterprise Network Manager 1.6\*** | 12/2023 | 12/2026 | 12/2026 | 12/2026 |
| **Corda Enterprise Network Manager 1.7\*\*** | 09/2025 | 09/2027 | 09/2028 | 09/2028 |

\* Corda Enterprise Network Manager 1.6 is a low-risk, drop-in
replacement for 1.5 with security related minor dependency updates,
small additional options (see [release notes]({{< relref "/en/platform/corda/1.6/cenm/release-notes.md" >}})) and no changes to existing
features

** Not released yet. Future releases as indicative only.
4 changes: 2 additions & 2 deletions themes/doks/assets/snippets/corda-4/end-of-life-corda4.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
The following table lists the end of life schedule for all Corda 4 versions:
The following table lists the end of life schedules for all Corda 4 versions:

<style>
table th:first-of-type {
Expand All @@ -18,7 +18,7 @@ table th:nth-of-type(5) {
}
</style>

| **Version** | **Date of Release** | **End of Maintenance** | **End of Security** | **End of Support** |
| Version | Date of Release | End of Maintenance | End of Security | End of Support |
| --------------------------------- | ------------------- | ---------------------- | ------------------- | ------------------ |
| **Corda Enterprise Edition 4.5** | 06/2020 | 06/2022 | 06/2023 | 06/2022 |
| **Corda Enterprise Edition 4.6** | 09/2020 | 09/2022 | 09/2023 | 09/2022 |
Expand Down