File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 In case of bug fixes, please provide the list of supported branches where this fix should be also merged.
2020 Please uncomment following line, adjusting the corresponding target branches for the backport.
2121-->
22- <!-- @Mergifyio backport 3.4.x 3.2.x 2.14.x -->
22+ <!-- @Mergifyio backport 3.5.x 3. 4.x 3.2.x 2.14.x -->
2323
2424<!-- If an issue is already opened, please uncomment next line with the corresponding issue number. -->
2525<!-- Fixes #(issue) -->
Original file line number Diff line number Diff line change 1313 fail-fast : false
1414 matrix :
1515 dest_branch :
16- - ' 3.5 .x'
16+ - ' 3.6 .x'
1717 - ' 3.x'
1818 steps :
1919 - name : Mirror action step
Original file line number Diff line number Diff line change 2020 run-tests : true
2121 use-ccache : false
2222
23+ nightly-ubuntu-ci-3_5_x :
24+ uses : eProsima/Fast-DDS-docs/.github/workflows/reusable-ubuntu-ci.yml@3.5.x
25+ with :
26+ # It would be desirable to have a matrix of ubuntu OS for this job, but due to the issue opened in this ticket:
27+ # https://github.com/orgs/community/discussions/128118 , it has been set as a single OS job.
28+ os-version : ' ubuntu-24.04'
29+ label : ' nightly-ubuntu-ci-3.5.x'
30+ fastdds-docs-branch : ' 3.5.x'
31+ fastdds-branch : ' 3.5.x'
32+ fastdds-python-branch : ' 2.5.x'
33+ run-build : true
34+ run-tests : true
35+ use-ccache : false
36+
2337 nightly-ubuntu-ci-3_4_x :
2438 uses : eProsima/Fast-DDS-docs/.github/workflows/reusable-ubuntu-ci.yml@3.4.x
2539 with :
Original file line number Diff line number Diff line change @@ -545,9 +545,9 @@ def configure_doxyfile(
545545# built documents.
546546#
547547# The short X.Y version.
548- version = "3.5 .0"
548+ version = "3.6 .0"
549549# The full version, including alpha/beta/rc tags.
550- release = "3.5 .0"
550+ release = "3.6 .0"
551551
552552# The language for content autogenerated by Sphinx. Refer to documentation
553553# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -27,6 +27,12 @@ The following table shows the currently supported versions of Fast DDS and their
2727 - Release date
2828 - End of Standard Support date
2929 - EOL date
30+ * - 3.6
31+ - `3.6.x <https://github.com/eProsima/Fast-DDS/tree/3.6.x >`__
32+ - Not yet released
33+ - April 2026
34+ - April 2027 (*)
35+ - April 2027 (*)
3036 * - 3.5
3137 - `3.5.x <https://github.com/eProsima/Fast-DDS/tree/3.5.x >`__
3238 - `v3.5.0 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.5.0 >`__
You can’t perform that action at this time.
0 commit comments