Skip to content

Commit f0ef709

Browse files
authored
Bump version to 2.2.0 (#193)
* Refs #21882: Update PR template Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com> * Refs #21882: Update GH workflows Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com> * Refs #21882: Bump version Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com> --------- Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com>
1 parent c3b567d commit f0ef709

5 files changed

Lines changed: 29 additions & 3 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.0.x 1.4.x 1.2.x 1.0.x -->
20+
<!-- @Mergifyio backport 2.1.x 2.0.x 1.4.x 1.2.x 1.0.x -->
2121

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

.github/workflows/mirror.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
dest_branch:
15-
- '2.1.x'
15+
- '2.2.x'
1616
- '2.x'
1717
steps:
1818
- name: Mirror action step

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,20 @@ jobs:
2020
run-tests: true
2121
use-ccache: false
2222

23+
# python 2.1.x - fastdds 3.1.x
24+
nightly-ubuntu-ci-2_1_x:
25+
uses: eProsima/Fast-DDS-Python/.github/workflows/reusable-ubuntu-ci.yml@2.1.x
26+
with:
27+
# It would be desirable to have a matrix of ubuntu OS for this job, but due to the issue opened in this ticket:
28+
# https://github.com/orgs/community/discussions/128118 , it has been set as a single OS job.
29+
os-version: 'ubuntu-22.04'
30+
label: 'nightly-ubuntu-ci-2.1.x-3.1.x'
31+
fastdds-python-branch: '2.1.x'
32+
fastdds-branch: '3.1.x'
33+
run-build: true
34+
run-tests: true
35+
use-ccache: false
36+
2337
# python 2.0.x - fastdds 3.0.x
2438
nightly-ubuntu-ci-2_0_x:
2539
uses: eProsima/Fast-DDS-Python/.github/workflows/reusable-ubuntu-ci.yml@2.0.x

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,18 @@ jobs:
1818
run-build: true
1919
run-tests: true
2020

21+
# python 2.1.x - fastdds 3.1.x
22+
nightly-windows-ci-2_1_x:
23+
uses: eProsima/Fast-DDS-Python/.github/workflows/reusable-windows-ci.yml@2.1.x
24+
with:
25+
os-version: 'windows-2019'
26+
vs-toolset: 'v142'
27+
label: 'nightly-windows-v142-ci-2.1.x-3.1.x'
28+
fastdds-python-branch: '2.1.x'
29+
fastdds-branch: '3.1.x'
30+
run-build: true
31+
run-tests: true
32+
2133
# python 2.0.x - fastdds 3.0.x
2234
nightly-windows-ci-2_0_x:
2335
uses: eProsima/Fast-DDS-Python/.github/workflows/reusable-windows-ci.yml@2.0.x

fastdds_python/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if(POLICY CMP0086)
2424
cmake_policy(SET CMP0086 NEW)
2525
endif()
2626

27-
project(fastdds_python VERSION 2.1.0)
27+
project(fastdds_python VERSION 2.2.0)
2828

2929
# Set BUILD_TESTING to OFF by default.
3030
if(NOT BUILD_TESTING)

0 commit comments

Comments
 (0)