From f792f58d49647068036f35310d8476320db1bd13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Ferreira=20Gonz=C3=A1lez?= Date: Fri, 23 Jan 2026 12:37:42 +0100 Subject: [PATCH 1/4] Refs #23468: Update 'RELEASE_SUPPORT.md' with EOL of 4.1.x MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Carlos Ferreira González --- RELEASE_SUPPORT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE_SUPPORT.md b/RELEASE_SUPPORT.md index 5731afe5..5808b8de 100644 --- a/RELEASE_SUPPORT.md +++ b/RELEASE_SUPPORT.md @@ -11,7 +11,6 @@ Please, refer to the [master branch](https://github.com/eProsima/Fast-DDS-Gen/bl |Fast DDS Version|Fast DDS-Gen Version|Fast DDS-Gen Version branch|Fast DDS-Gen Latest Release| |----------------|--------------------|---------------------------|---------------------------| |3.4|4.2|[4.2.x](https://github.com/eProsima/Fast-DDS-Gen/tree/4.2.x)|[v4.2.0](https://github.com/eProsima/Fast-DDS-Gen/releases/tag/v4.2.0)| -|3.3|4.1|[4.1.x](https://github.com/eProsima/Fast-DDS-Gen/tree/4.1.x)|[v4.1.0](https://github.com/eProsima/Fast-DDS-Gen/releases/tag/v4.1.0)| |3.2|4.0|[4.0.x](https://github.com/eProsima/Fast-DDS-Gen/tree/4.0.x)|[v4.0.5](https://github.com/eProsima/Fast-DDS-Gen/releases/tag/v4.0.5)| |2.14|3.3|[3.3.x](https://github.com/eProsima/Fast-DDS-Gen/tree/3.3.x)|[v3.3.1](https://github.com/eProsima/Fast-DDS-Gen/releases/tag/v3.3.1)| |2.6|2.1|[2.1.x](https://github.com/eProsima/Fast-DDS-Gen/tree/2.1.x)|[v2.1.3](https://github.com/eProsima/Fast-DDS-Gen/releases/tag/v2.1.3)| @@ -20,6 +19,7 @@ Please, refer to the [master branch](https://github.com/eProsima/Fast-DDS-Gen/bl |Fast DDS Version|Fast DDS-Gen Version|Fast DDS-Gen Version branch|Fast DDS-Gen Latest Release|Release Date|EOL Date| |----------------|----------------|-----------------------|-----------------------|------------|--------| +|3.3|4.1|[4.1.x](https://github.com/eProsima/Fast-DDS-Gen/tree/4.1.x)|[v4.1.1](https://github.com/eProsima/Fast-DDS-Gen/releases/tag/v4.1.1)|July 2025|January 2026| |3.1|4.0|[4.0.x](https://github.com/eProsima/Fast-DDS-Gen/tree/4.0.x)|[v4.0.4](https://github.com/eProsima/Fast-DDS-Gen/releases/tag/v4.0.4)|August 2024|February 2025| |3.0|4.0|[4.0.x](https://github.com/eProsima/Fast-DDS-Gen/tree/4.0.x)|[v4.0.3](https://github.com/eProsima/Fast-DDS-Gen/releases/tag/v4.0.3)|August 2024|February 2025| |2.13|3.2|[3.2.x](https://github.com/eProsima/Fast-DDS-Gen/tree/3.2.x)|[v3.2.1](https://github.com/eProsima/Fast-DDS-Gen/releases/tag/v3.2.1)|December 2023|July 2024| From ae84127cfa6bfcf708936f2ce1181e16ba92bf9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Ferreira=20Gonz=C3=A1lez?= Date: Tue, 27 Jan 2026 12:34:25 +0100 Subject: [PATCH 2/4] Refs #23468: Fix typo in label MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Carlos Ferreira González --- .github/workflows/nightly-ubuntu-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nightly-ubuntu-ci.yml b/.github/workflows/nightly-ubuntu-ci.yml index 409f3fae..ebb00729 100644 --- a/.github/workflows/nightly-ubuntu-ci.yml +++ b/.github/workflows/nightly-ubuntu-ci.yml @@ -80,7 +80,7 @@ jobs: with: os-version: 'ubuntu-22.04' java-version: ${{ matrix.java-version }} - label: 'nightly-ubuntu-ci-4.1.x-3.2.x' + label: 'nightly-ubuntu-ci-4.0.x-3.2.x' fastddsgen-branch: '4.0.x' fastdds-branch: '3.2.x' fastcdr-branch: '2.3.x' From fcbde4f4ccc5eafe34580cd3a3f24c320e0e4159 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Ferreira=20Gonz=C3=A1lez?= Date: Tue, 27 Jan 2026 12:34:40 +0100 Subject: [PATCH 3/4] Refs #23468: Remove nightly MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Carlos Ferreira González --- .github/workflows/nightly-ubuntu-ci.yml | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/.github/workflows/nightly-ubuntu-ci.yml b/.github/workflows/nightly-ubuntu-ci.yml index ebb00729..8ae6e07a 100644 --- a/.github/workflows/nightly-ubuntu-ci.yml +++ b/.github/workflows/nightly-ubuntu-ci.yml @@ -48,27 +48,6 @@ jobs: run-tests: true use-ccache: false - nightly-ubuntu-ci-4_1_x-fast-3_3_x: - strategy: - fail-fast: false - matrix: - java-version: - - 'openjdk-11-jdk' - - 'openjdk-17-jdk' - uses: eProsima/Fast-DDS-Gen/.github/workflows/reusable-ubuntu-ci.yml@4.1.x - with: - os-version: 'ubuntu-22.04' - java-version: ${{ matrix.java-version }} - label: 'nightly-ubuntu-ci-4.1.x-3.3.x' - fastddsgen-branch: '4.1.x' - fastdds-branch: '3.3.x' - fastcdr-branch: '2.3.x' - fastdds-python-branch: '2.3.x' - discovery-server-branch: 'v2.0.0' - run-build: true - run-tests: true - use-ccache: false - nightly-ubuntu-ci-4_0_x-fast-3_2_x: strategy: fail-fast: false From af399b774750c117b117d7a11bafe06015e62f75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Ferreira=20Gonz=C3=A1lez?= Date: Tue, 27 Jan 2026 12:34:57 +0100 Subject: [PATCH 4/4] Refs #23468: Update PR template MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Carlos Ferreira González --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index f5ee252e..88f142d3 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. --> - +