Skip to content

Commit 0dc2f0c

Browse files
committed
Bump version to 3.3.0
Signed-off-by: Emilio Cuesta <emiliocuesta@eprosima.com>
1 parent 6bccc65 commit 0dc2f0c

11 files changed

Lines changed: 78 additions & 25 deletions

File tree

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 2
2+
VERSION_MINOR 3
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.2.0</version>
5+
<version>3.3.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.2.0</version>
5+
<version>3.3.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.2.0</version>
5+
<version>3.3.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.2.0</version>
5+
<version>3.3.0</version>
66
<description>
77
*eprosima DDS Router* Documentation built with sphinx and deployed in ReadTheDocs.
88
</description>

docs/rst/notes/notes.rst

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

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

1111
This release includes the following **features**:
1212

13-
* Support ROS2 Easy Mode.
13+
* Added support repeater feature in `DDS` (`XML`) participants
1414

1515
This release includes the following **Documentation Updates**:
1616

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.
17+
* Fix documentation version.
18+
* Added TCP documentation clarifications
2319

2420
This release includes the following *ci management updates*:
2521

26-
* Fix Flaky test action.
27-
* Restructure GitHub Actions.
28-
* Fix Asan/Tsan CI.
29-
* Remove Docker tests from Ubuntu CI.
22+
* Regenerate security certificates & Upgrade testing Vulcanexus image to Jazzy
23+
* Use 'debug' binaries for tsan tests
24+
* Use different Vulcanexus images for each Fast DDS version
25+
* Modify QoS of tests to reduce flakiness
26+
* Remove deprecated windows-2019 runner
27+
* Bump setuptools in /docs in the pip group across 1 directory
28+
* Add test report to docker tests
3029

3130

3231
This release includes the following **Dependencies Update**:
@@ -44,25 +43,26 @@ This release includes the following **Dependencies Update**:
4443
- `v1.3.1 <https://github.com/eProsima/foonathan_memory_vendor/releases/tag/v1.3.1>`_
4544
* - Fast CDR
4645
- `eProsima/Fast-CDR <https://github.com/eProsima/Fast-CDR>`_
47-
- `v2.2.5 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.2.5>`_
46+
- `v2.3.0 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.3.0>`_
4847
- `v2.3.0 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.3.0>`_
4948
* - Fast DDS
5049
- `eProsima/Fast-DDS <https://github.com/eProsima/Fast-DDS>`_
51-
- `v3.1.0 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.1.0>`_
5250
- `v3.2.2 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.2.2>`_
51+
- `v3.3.0 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.3.0>`_
5352
* - Dev Utils
5453
- `eProsima/dev-utils <https://github.com/eProsima/dev-utils>`_
55-
- `v1.1.0 <https://github.com/eProsima/dev-utils/releases/tag/v1.1.0>`_
5654
- `v1.2.0 <https://github.com/eProsima/dev-utils/releases/tag/v1.2.0>`__
55+
- `v1.3.0 <https://github.com/eProsima/dev-utils/releases/tag/v1.3.0>`_
5756
* - DDS Pipe
5857
- `eProsima/DDS-Pipe <https://github.com/eProsima/DDS-Pipe.git>`_
59-
- `v1.1.0 <https://github.com/eProsima/DDS-Pipe/releases/tag/v1.1.0>`__
6058
- `v1.2.0 <https://github.com/eProsima/DDS-Pipe/releases/tag/v1.2.0>`__
59+
- `v1.3.0 <https://github.com/eProsima/DDS-Pipe/releases/tag/v1.3.0>`__
6160

6261
#################
6362
Previous Versions
6463
#################
6564

65+
.. include:: previous_versions/v3.2.0.rst
6666
.. include:: previous_versions/v3.1.0.rst
6767
.. include:: previous_versions/v3.0.0.rst
6868
.. include:: previous_versions/v2.2.0.rst
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
Version v3.2.0
2+
=============
3+
4+
This release includes the following **features**:
5+
6+
* Support ROS2 Easy Mode.
7+
8+
This release includes the following **Documentation Updates**:
9+
10+
* Add new Furo theme to the Documentation.
11+
* Refactor the DDS Router Documentation.
12+
13+
This release includes the following **fixes**:
14+
15+
* Fix several typos.
16+
17+
This release includes the following *ci management updates*:
18+
19+
* Fix Flaky test action.
20+
* Restructure GitHub Actions.
21+
* Fix Asan/Tsan CI.
22+
* Remove Docker tests from Ubuntu CI.
23+
24+
25+
This release includes the following **Dependencies Update**:
26+
27+
.. list-table::
28+
:header-rows: 1
29+
30+
* -
31+
- Repository
32+
- Old Version
33+
- New Version
34+
* - Foonathan Memory Vendor
35+
- `eProsima/foonathan_memory_vendor <https://github.com/eProsima/foonathan_memory_vendor>`_
36+
- `v1.3.1 <https://github.com/eProsima/foonathan_memory_vendor/releases/tag/v1.3.1>`_
37+
- `v1.3.1 <https://github.com/eProsima/foonathan_memory_vendor/releases/tag/v1.3.1>`_
38+
* - Fast CDR
39+
- `eProsima/Fast-CDR <https://github.com/eProsima/Fast-CDR>`_
40+
- `v2.2.5 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.2.5>`_
41+
- `v2.3.0 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.3.0>`_
42+
* - Fast DDS
43+
- `eProsima/Fast-DDS <https://github.com/eProsima/Fast-DDS>`_
44+
- `v3.1.0 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.1.0>`_
45+
- `v3.2.2 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.2.2>`_
46+
* - Dev Utils
47+
- `eProsima/dev-utils <https://github.com/eProsima/dev-utils>`_
48+
- `v1.1.0 <https://github.com/eProsima/dev-utils/releases/tag/v1.1.0>`_
49+
- `v1.2.0 <https://github.com/eProsima/dev-utils/releases/tag/v1.2.0>`__
50+
* - DDS Pipe
51+
- `eProsima/DDS-Pipe <https://github.com/eProsima/DDS-Pipe.git>`_
52+
- `v1.1.0 <https://github.com/eProsima/DDS-Pipe/releases/tag/v1.1.0>`__
53+
- `v1.2.0 <https://github.com/eProsima/DDS-Pipe/releases/tag/v1.2.0>`__

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.2.0*
30+
- *v3.3.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.2.0</version>
5+
<version>3.3.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.2.0</version>
5+
<version>3.3.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>

0 commit comments

Comments
 (0)