Skip to content

Commit cda8f42

Browse files
Branchout 3.6.x (#1239)
Signed-off-by: Emilio Cuesta <emiliocuesta@eprosima.com>
1 parent bea788c commit cda8f42

5 files changed

Lines changed: 24 additions & 4 deletions

File tree

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
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) -->

.github/workflows/mirror.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
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

.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+
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:

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

docs/notes/versions.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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>`__

0 commit comments

Comments
 (0)