Skip to content

Commit 402eb2c

Browse files
authored
Bump version to v3.2.0 and Add Release Notes (#501)
* Bump version to v3.2.0 and Add Release Notes Signed-off-by: Denisa <denisa@eprosima.com> * Use Fast DDS 3.2.2 Signed-off-by: Denisa <denisa@eprosima.com> * Fix docs test Signed-off-by: Denisa <denisa@eprosima.com> * Fix docs test spelling Signed-off-by: Denisa <denisa@eprosima.com> * Remove upcoming versions Signed-off-by: Denisa <denisa@eprosima.com> * Add indent Signed-off-by: Denisa <denisa@eprosima.com> --------- Signed-off-by: Denisa <denisa@eprosima.com>
1 parent 786f914 commit 402eb2c

File tree

13 files changed

+72
-21
lines changed

13 files changed

+72
-21
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
VERSION_MAJOR 3
2-
VERSION_MINOR 1
2+
VERSION_MINOR 2
33
VERSION_PATCH 0

ddsrouter_core/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>ddsrouter_core</name>
5-
<version>3.1.0</version>
5+
<version>3.2.0</version>
66
<description>
77
*eprosima DDS Router* C++ library to communicate isolated DDS networks between each other. Use in isolated machines an WAN scenarios.
88
</description>

ddsrouter_test/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>ddsrouter_test</name>
5-
<version>3.1.0</version>
5+
<version>3.2.0</version>
66
<description>
77
*eprosima DDS Router* tests.
88
</description>

ddsrouter_yaml/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>ddsrouter_yaml</name>
5-
<version>3.1.0</version>
5+
<version>3.2.0</version>
66
<description>
77
*eprosima DDS Router* C++ library to communicate isolated DDS networks between each other. Use in isolated machines an WAN scenarios.
88
</description>

docs/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>ddsrouter_docs</name>
5-
<version>3.1.0</version>
5+
<version>3.2.0</version>
66
<description>
77
*eprosima DDS Router* Documentation built with sphinx and deployed in ReadTheDocs.
88
</description>

docs/rst/notes/forthcoming_version.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,3 @@
55
###################
66
Forthcoming Version
77
###################
8-
9-
Next release will include the following **major changes**:
10-
11-
* Add support to configure ROS 2 Easy Mode in the *yaml* configuration file.
12-
13-
- New ``ros2-easy-mode`` tag added. Check :ref:`user_manual_configuration_easy_mode` section.

docs/rst/notes/notes.rst

Lines changed: 28 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,30 @@
55
.. include:: forthcoming_version.rst
66

77
##############
8-
Version v3.1.0
8+
Version v3.2.0
99
##############
1010

11+
This release includes the following **features**:
12+
13+
* Support ROS2 Easy Mode.
14+
15+
This release includes the following **Documentation Updates**:
16+
17+
* Add new Furo theme to the Documentation.
18+
* Refactor the DDS Router Documentation.
19+
20+
This release includes the following **fixes**:
21+
22+
* Fix several typos.
23+
24+
This release includes the following *ci management updates*:
25+
26+
* Fix Flaky test action.
27+
* Restructure GitHub Actions.
28+
* Fix Asan/Tsan CI.
29+
* Remove Docker tests from Ubuntu CI.
30+
31+
1132
This release includes the following **Dependencies Update**:
1233

1334
.. list-table::
@@ -23,25 +44,26 @@ This release includes the following **Dependencies Update**:
2344
- `v1.3.1 <https://github.com/eProsima/foonathan_memory_vendor/releases/tag/v1.3.1>`_
2445
* - Fast CDR
2546
- `eProsima/Fast-CDR <https://github.com/eProsima/Fast-CDR>`_
26-
- `v2.2.4 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.2.4>`_
2747
- `v2.2.5 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.2.5>`_
48+
- `v2.3.0 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.3.0>`_
2849
* - Fast DDS
2950
- `eProsima/Fast-DDS <https://github.com/eProsima/Fast-DDS>`_
30-
- `v3.0.1 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.0.1>`_
3151
- `v3.1.0 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.1.0>`_
52+
- `v3.2.2 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.2.2>`_
3253
* - Dev Utils
3354
- `eProsima/dev-utils <https://github.com/eProsima/dev-utils>`_
34-
- `v1.0.0 <https://github.com/eProsima/dev-utils/releases/tag/v1.0.0>`_
35-
- `v1.1.0 <https://github.com/eProsima/dev-utils/releases/tag/v1.1.0>`__
55+
- `v1.1.0 <https://github.com/eProsima/dev-utils/releases/tag/v1.1.0>`_
56+
- `v1.2.0 <https://github.com/eProsima/dev-utils/releases/tag/v1.2.0>`__
3657
* - DDS Pipe
3758
- `eProsima/DDS-Pipe <https://github.com/eProsima/DDS-Pipe.git>`_
38-
- `v1.0.0 <https://github.com/eProsima/DDS-Pipe/releases/tag/v1.0.0>`__
3959
- `v1.1.0 <https://github.com/eProsima/DDS-Pipe/releases/tag/v1.1.0>`__
60+
- `v1.2.0 <https://github.com/eProsima/DDS-Pipe/releases/tag/v1.2.0>`__
4061

4162
#################
4263
Previous Versions
4364
#################
4465

66+
.. include:: previous_versions/v3.1.0.rst
4567
.. include:: previous_versions/v3.0.0.rst
4668
.. include:: previous_versions/v2.2.0.rst
4769
.. include:: previous_versions/v2.1.0.rst
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
Version v3.1.0
2+
==============
3+
4+
This release includes the following **Dependencies Update**:
5+
6+
.. list-table::
7+
:header-rows: 1
8+
9+
* -
10+
- Repository
11+
- Old Version
12+
- New Version
13+
* - Foonathan Memory Vendor
14+
- `eProsima/foonathan_memory_vendor <https://github.com/eProsima/foonathan_memory_vendor>`_
15+
- `v1.3.1 <https://github.com/eProsima/foonathan_memory_vendor/releases/tag/v1.3.1>`_
16+
- `v1.3.1 <https://github.com/eProsima/foonathan_memory_vendor/releases/tag/v1.3.1>`_
17+
* - Fast CDR
18+
- `eProsima/Fast-CDR <https://github.com/eProsima/Fast-CDR>`_
19+
- `v2.2.4 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.2.4>`_
20+
- `v2.2.5 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.2.5>`_
21+
* - Fast DDS
22+
- `eProsima/Fast-DDS <https://github.com/eProsima/Fast-DDS>`_
23+
- `v3.0.1 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.0.1>`_
24+
- `v3.1.0 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.1.0>`_
25+
* - Dev Utils
26+
- `eProsima/dev-utils <https://github.com/eProsima/dev-utils>`_
27+
- `v1.0.0 <https://github.com/eProsima/dev-utils/releases/tag/v1.0.0>`_
28+
- `v1.1.0 <https://github.com/eProsima/dev-utils/releases/tag/v1.1.0>`__
29+
* - DDS Pipe
30+
- `eProsima/DDS-Pipe <https://github.com/eProsima/DDS-Pipe.git>`_
31+
- `v1.0.0 <https://github.com/eProsima/DDS-Pipe/releases/tag/v1.0.0>`__
32+
- `v1.1.0 <https://github.com/eProsima/DDS-Pipe/releases/tag/v1.1.0>`__

docs/rst/spelling_wordlist.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
allowlist
22
allowlisting
3+
Asan
34
Asio
45
blackbox
56
blocklist
@@ -22,6 +23,7 @@ fastcdr
2223
fastdds
2324
fastrtps
2425
Foonathan
26+
Furo
2527
github
2628
gMock
2729
Gtest
@@ -40,6 +42,7 @@ Redistributable
4042
Requiredness
4143
runtime
4244
scalable
45+
Tsan
4346
utils
4447
validator
4548
Vulcanexus

docs/rst/user_manual/configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This value allows users to keep using the same YAML file with an old configurati
2727

2828
* - version 4.0
2929
- ``v4.0``
30-
- *v3.1.0*
30+
- *v3.2.0*
3131

3232

3333
**The current configuration version is v5.0**.

tools/ddsrouter_tool/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>ddsrouter_tool</name>
5-
<version>3.1.0</version>
5+
<version>3.2.0</version>
66
<description>
77
*eprosima DDS Router* Application to execute a DDS Router from a YAML configuration file.
88
</description>

tools/ddsrouter_yaml_validator/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>ddsrouter_yaml_validator</name>
5-
<version>3.1.0</version>
5+
<version>3.2.0</version>
66
<description>Tool used for validating DDS-Router configuration files</description>
77
<maintainer email="raul@eprosima.com">Raúl Sánchez-Mateos</maintainer>
88
<maintainer email="javierparis@eprosima.com">Javier París</maintainer>

tools/ddsrouter_yaml_validator/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name=package_name,
9-
version='3.1.0',
9+
version='3.2.0',
1010
packages=[package_name],
1111
data_files=[
1212
('share/ament_index/resource_index/packages',

0 commit comments

Comments
 (0)