Skip to content

Commit 3a0c756

Browse files
Updates after 2.3.1 EOL (#282)
* Refs #23468: Update PR template Signed-off-by: Carlos Ferreira González <carlosferreira@eprosima.com> * Refs #23468: Remove nightly Signed-off-by: Carlos Ferreira González <carlosferreira@eprosima.com> * Refs #23468: Update 'RELEASE_SUPPORT' after 2.3.1 EOL Signed-off-by: Carlos Ferreira González <carlosferreira@eprosima.com> --------- Signed-off-by: Carlos Ferreira González <carlosferreira@eprosima.com>
1 parent aa31448 commit 3a0c756

4 files changed

Lines changed: 2 additions & 35 deletions

File tree

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
In case of bug fixes, please provide the list of supported branches where this fix should be also merged.
1818
Please uncomment following line, adjusting the corresponding target branches for the backport.
1919
-->
20-
<!-- @Mergifyio backport 2.4.x 2.3.x 2.2.x 1.4.x -->
20+
<!-- @Mergifyio backport 2.4.x 2.2.x 1.4.x -->
2121

2222
<!-- If an issue is already opened, please uncomment next line with the corresponding issue number. -->
2323
<!-- Fixes #(issue) -->

.github/workflows/nightly-ubuntu-ci.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -34,20 +34,6 @@ jobs:
3434
run-tests: true
3535
use-ccache: false
3636

37-
# python 2.3.x - fastdds 3.3.x
38-
nightly-ubuntu-ci-2_3_x:
39-
uses: eProsima/Fast-DDS-Python/.github/workflows/reusable-ubuntu-ci.yml@2.3.x
40-
with:
41-
# It would be desirable to have a matrix of ubuntu OS for this job, but due to the issue opened in this ticket:
42-
# https://github.com/orgs/community/discussions/128118 , it has been set as a single OS job.
43-
os-version: 'ubuntu-22.04'
44-
label: 'nightly-ubuntu-ci-2.3.x-3.3.x'
45-
fastdds-python-branch: '2.3.x'
46-
fastdds-branch: '3.3.x'
47-
run-build: true
48-
run-tests: true
49-
use-ccache: false
50-
5137
# python 2.2.x - fastdds 3.2.x
5238
nightly-ubuntu-ci-2_2_x:
5339
uses: eProsima/Fast-DDS-Python/.github/workflows/reusable-ubuntu-ci.yml@2.2.x
@@ -75,4 +61,3 @@ jobs:
7561
run-build: true
7662
run-tests: true
7763
use-ccache: false
78-

.github/workflows/nightly-windows-ci.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -42,24 +42,6 @@ jobs:
4242
run-build: true
4343
run-tests: true
4444

45-
# python 2.3.x - fastdds 3.3.x
46-
nightly-windows-ci-2_3_x:
47-
strategy:
48-
fail-fast: false
49-
matrix:
50-
vs-toolset:
51-
- 'v142'
52-
- 'v143'
53-
uses: eProsima/Fast-DDS-Python/.github/workflows/reusable-windows-ci.yml@2.3.x
54-
with:
55-
os-version: 'windows-2022'
56-
vs-toolset: ${{ matrix.vs-toolset }}
57-
label: 'nightly-windows-${{ matrix.vs-toolset }}-ci-2.3.x-3.3.x'
58-
fastdds-python-branch: '2.3.x'
59-
fastdds-branch: '3.3.x'
60-
run-build: true
61-
run-tests: true
62-
6345
# python 2.2.x - fastdds 3.2.x
6446
nightly-windows-ci-2_2_x:
6547
strategy:

RELEASE_SUPPORT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ Please, refer to the [main branch](https://github.com/eProsima/Fast-DDS-Python/b
1010
|Fast DDS Version|Fast DDS Python Version|Fast DDS Python Version branch|Fast DDS Python Latest Release|
1111
|----------------|-----------------------|------------------------------|------------------------------|
1212
|3.4|2.4|[2.4.x](https://github.com/eProsima/Fast-DDS-Python/tree/2.4.x)|[v2.4.1](https://github.com/eProsima/Fast-DDS-Python/releases/tag/v2.4.1)|
13-
|3.3|2.3|[2.3.x](https://github.com/eProsima/Fast-DDS-Python/tree/2.3.x)|[v2.3.0](https://github.com/eProsima/Fast-DDS-Python/releases/tag/v2.3.0)|
1413
|3.2|2.2|[2.2.x](https://github.com/eProsima/Fast-DDS-Python/tree/2.2.x)|[v2.2.1](https://github.com/eProsima/Fast-DDS-Python/releases/tag/v2.2.1)|
1514
|2.14|1.4|[1.4.x](https://github.com/eProsima/Fast-DDS-Python/tree/1.4.x)|[v1.4.2](https://github.com/eProsima/Fast-DDS-Python/releases/tag/v1.4.2)|
1615
|2.6|1.0|[1.0.x](https://github.com/eProsima/Fast-DDS-Python/tree/1.0.x)|[v1.0.2](https://github.com/eProsima/Fast-DDS-Python/releases/tag/v1.0.2)|
@@ -20,6 +19,7 @@ Please, refer to the [main branch](https://github.com/eProsima/Fast-DDS-Python/b
2019

2120
|Fast DDS Version|Fast DDS Python Version|Fast DDS Python Version branch|Fast DDS Python Latest Release|Release Date|EOL Date|
2221
|----------------|-----------------------|------------------------------|------------------------------|------------|--------|
22+
|3.3|2.3|[2.3.x](https://github.com/eProsima/Fast-DDS-Python/tree/2.3.x)|[v2.3.1](https://github.com/eProsima/Fast-DDS-Python/releases/tag/v2.3.1)| July 2025 | January 2025 |
2323
|3.1|2.1|[2.1.x](https://github.com/eProsima/Fast-DDS-Python/tree/2.1.x)|[v2.1.1](https://github.com/eProsima/Fast-DDS-Python/releases/tag/v2.1.1)| October 2024 | June 2025 |
2424
|3.0|2.0|[2.0.x](https://github.com/eProsima/Fast-DDS-Python/tree/2.0.x)|[v2.0.0](https://github.com/eProsima/Fast-DDS-Python/releases/tag/v2.0.0)|August 2024| February 2025|
2525
|2.12|1.3|[1.3.x](https://github.com/eProsima/Fast-DDS-Python/tree/1.3.x)|[v1.3.2](https://github.com/eProsima/Fast-DDS-python/releases/tag/v1.3.2)|October 2023|July 2024|

0 commit comments

Comments
 (0)