From 00d7f2d0564372270f4705a484273a60805e7042 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Poderoso?= <120394830+JesusPoderoso@users.noreply.github.com> Date: Mon, 15 Jul 2024 15:22:30 +0200 Subject: [PATCH] Set 2.1.x (Fast DDS 2.13.x) as EOL (#224) Signed-off-by: JesusPoderoso --- .github/pull_request_template.md | 2 +- .github/workflows/codeql-analysis.yml | 2 -- RELEASE_SUPPORT.md | 1 - 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index fa88c544..383d6a52 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -17,7 +17,7 @@ In case of bug fixes, please provide the list of supported branches where this fix should be also merged. Please uncomment following line, adjusting the corresponding target branches for the backport. --> - + diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 6e8a2cb5..a4e10adc 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -16,7 +16,6 @@ on: branches: - master - 2.2.x - - 2.1.x - 1.1.x - 1.0.x pull_request: @@ -24,7 +23,6 @@ on: branches: - master - 2.2.x - - 2.1.x - 1.1.x - 1.0.x schedule: diff --git a/RELEASE_SUPPORT.md b/RELEASE_SUPPORT.md index 30877e58..4b58e3b1 100644 --- a/RELEASE_SUPPORT.md +++ b/RELEASE_SUPPORT.md @@ -11,7 +11,6 @@ Please, refer to the [master branch](https://github.com/eProsima/Fast-CDR/blob/m |Fast DDS Version|Fast CDR Version|Fast CDR Version branch|Fast CDR Latest Release| |----------------|----------------|-----------------------|-----------------------| |2.14|2.2|[2.2.x](https://github.com/eProsima/Fast-CDR/tree/2.2.x)|[v2.2.2](https://github.com/eProsima/Fast-CDR/releases/tag/v2.2.2)| -|2.13|2.1|[2.1.x](https://github.com/eProsima/Fast-CDR/tree/2.1.x)|[v2.1.3](https://github.com/eProsima/Fast-CDR/releases/tag/v2.1.3)| |2.10|1.0|[1.0.x](https://github.com/eProsima/Fast-CDR/tree/1.0.x)|[v1.0.28](https://github.com/eProsima/Fast-CDR/releases/tag/v1.0.28)| |2.6|1.0|[1.0.x](https://github.com/eProsima/Fast-CDR/tree/1.0.x)|[v1.0.28](https://github.com/eProsima/Fast-CDR/releases/tag/v1.0.28)|