Skip to content

Commit

Permalink
Bump version to v3.0.0 & add release notes (#475)
Browse files Browse the repository at this point in the history
* Remove publish-type tag

Signed-off-by: Irene Bandera <[email protected]>

* Update googletest version to release-1.12.0

Signed-off-by: Irene Bandera <[email protected]>

* Add v3.0.0 release notes

Signed-off-by: Irene Bandera <[email protected]>

* Bump version to v3.0.0

Signed-off-by: Irene Bandera <[email protected]>

* Apply changes

Signed-off-by: Irene Bandera <[email protected]>

---------

Signed-off-by: Irene Bandera <[email protected]>
  • Loading branch information
irenebm authored Sep 16, 2024
1 parent d585248 commit abde2e1
Show file tree
Hide file tree
Showing 13 changed files with 78 additions and 36 deletions.
4 changes: 2 additions & 2 deletions VERSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION_MAJOR 2
VERSION_MINOR 2
VERSION_MAJOR 3
VERSION_MINOR 0
VERSION_PATCH 0
2 changes: 1 addition & 1 deletion ddsrouter_core/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>ddsrouter_core</name>
<version>2.2.0</version>
<version>3.0.0</version>
<description>
*eprosima DDS Router* C++ library to communicate isolated DDS networks between each other. Use in isolated machines an WAN scenarios.
</description>
Expand Down
2 changes: 1 addition & 1 deletion ddsrouter_test/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>ddsrouter_test</name>
<version>2.2.0</version>
<version>3.0.0</version>
<description>
*eprosima DDS Router* tests.
</description>
Expand Down
2 changes: 1 addition & 1 deletion ddsrouter_yaml/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>ddsrouter_yaml</name>
<version>2.2.0</version>
<version>3.0.0</version>
<description>
*eprosima DDS Router* C++ library to communicate isolated DDS networks between each other. Use in isolated machines an WAN scenarios.
</description>
Expand Down
2 changes: 1 addition & 1 deletion docs/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>ddsrouter_docs</name>
<version>2.2.0</version>
<version>3.0.0</version>
<description>
*eprosima DDS Router* Documentation built with sphinx and deployed in ReadTheDocs.
</description>
Expand Down
2 changes: 1 addition & 1 deletion docs/rst/developer_manual/installation/sources/linux.rst
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Use the following command to download the code:

.. code-block:: bash
git clone --branch release-1.11.0 https://github.com/google/googletest src/googletest-distribution
git clone --branch release-1.12.0 https://github.com/google/googletest src/googletest-distribution
.. _py_yaml:
Expand Down
11 changes: 1 addition & 10 deletions docs/rst/notes/forthcoming_version.rst
Original file line number Diff line number Diff line change
@@ -1,16 +1,7 @@
.. add orphan tag when new info added to this file
.. :orphan:
:orphan:

###################
Forthcoming Version
###################

This release includes the following **CI improvements**:

* Upgrade to Ubuntu Noble (24.04).
* Remove Ubuntu Focal (20.04) from the CI.

This release includes the following **Bugfixes**:

* Reset cache changes before returning them to the pool.
33 changes: 24 additions & 9 deletions docs/rst/notes/notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,34 @@

.. _release_notes:

.. include:: forthcoming_version.rst
.. .. include:: forthcoming_version.rst
##############
Version v2.2.0
Version v3.0.0
##############

This release includes the following **Features**:

* Publish the :ref:`Logs <router_specs_logging>` in a DDS topic.
* New :ref:`Monitor <user_manual_configuration_specs_monitor>` module.
* Add support for Fast DDS v3.
* Remove ``publish-type`` tag from :ref:`user_manual_configuration_specs_monitor` configuration.
* Remove ``DiscoveryServerConnectionAdress``.

This release includes the following **Bugfixes**:

* Reset cache changes before returning them to the pool.

This release includes the following **Configuration features**:

* New ``logging`` configuration option to configure the DDS Router :ref:`internal logs <router_specs_logging>`.
* Change the default value of :ref:`user_manual_user_interface_log_filter_argument` to ``DDSROUTER``.
* Change the default value of :ref:`user_manual_user_interface_log_verbosity_argument` to ``error``.

This release includes the following **CI improvements**:

* Upgrade to Ubuntu Noble (24.04).
* Remove Ubuntu Focal (20.04) from the CI.
* Limit permissions and include missing certificates in security tests.
* Add stress tests.
* Reduce the list of flaky Docker tests.

This release includes the following **Dependencies Update**:

Expand All @@ -32,25 +46,26 @@ This release includes the following **Dependencies Update**:
- `v1.3.1 <https://github.com/eProsima/foonathan_memory_vendor/releases/tag/v1.3.1>`_
* - Fast CDR
- `eProsima/Fast-CDR <https://github.com/eProsima/Fast-CDR>`_
- `v2.1.2 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.1.2>`_
- `v2.2.0 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.2.0>`_
- `v2.2.4 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.2.4>`_
* - Fast DDS
- `eProsima/Fast-DDS <https://github.com/eProsima/Fast-DDS>`_
- `v2.13.1 <https://github.com/eProsima/Fast-DDS/releases/tag/v2.13.1>`_
- `v2.14.0 <https://github.com/eProsima/Fast-DDS/releases/tag/v2.14.0>`_
- `v3.0.1 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.0.1>`_
* - Dev Utils
- `eProsima/dev-utils <https://github.com/eProsima/dev-utils>`_
- `v0.5.0 <https://github.com/eProsima/dev-utils/releases/tag/v0.5.0>`_
- `v0.6.0 <https://github.com/eProsima/dev-utils/releases/tag/v0.6.0>`_
- `v1.0.0 <https://github.com/eProsima/dev-utils/releases/tag/v1.0.0>`_
* - DDS Pipe
- `eProsima/DDS-Pipe <https://github.com/eProsima/DDS-Pipe.git>`_
- `v0.3.0 <https://github.com/eProsima/DDS-Pipe/releases/tag/v0.3.0>`__
- `v0.4.0 <https://github.com/eProsima/DDS-Pipe/releases/tag/v0.4.0>`__
- `v1.0.0 <https://github.com/eProsima/DDS-Pipe/releases/tag/v1.0.0>`__

#################
Previous Versions
#################

.. include:: previous_versions/v2.2.0.rst
.. include:: previous_versions/v2.1.0.rst
.. include:: previous_versions/v2.0.0.rst
.. include:: previous_versions/v1.2.0.rst
Expand Down
42 changes: 42 additions & 0 deletions docs/rst/notes/previous_versions/v2.2.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@

Version v2.2.0
==============

This release includes the following **Features**:

* Publish the :ref:`Logs <router_specs_logging>` in a DDS topic.
* New :ref:`Monitor <user_manual_configuration_specs_monitor>` module.

This release includes the following **Configuration features**:

* New ``logging`` configuration option to configure the DDS Router :ref:`internal logs <router_specs_logging>`.

This release includes the following **Dependencies Update**:

.. list-table::
:header-rows: 1

* -
- Repository
- Old Version
- New Version
* - Foonathan Memory Vendor
- `eProsima/foonathan_memory_vendor <https://github.com/eProsima/foonathan_memory_vendor>`_
- `v1.3.1 <https://github.com/eProsima/foonathan_memory_vendor/releases/tag/v1.3.1>`_
- `v1.3.1 <https://github.com/eProsima/foonathan_memory_vendor/releases/tag/v1.3.1>`_
* - Fast CDR
- `eProsima/Fast-CDR <https://github.com/eProsima/Fast-CDR>`_
- `v2.1.2 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.1.2>`_
- `v2.2.0 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.2.0>`_
* - Fast DDS
- `eProsima/Fast-DDS <https://github.com/eProsima/Fast-DDS>`_
- `v2.13.1 <https://github.com/eProsima/Fast-DDS/releases/tag/v2.13.1>`_
- `v2.14.0 <https://github.com/eProsima/Fast-DDS/releases/tag/v2.14.0>`_
* - Dev Utils
- `eProsima/dev-utils <https://github.com/eProsima/dev-utils>`_
- `v0.5.0 <https://github.com/eProsima/dev-utils/releases/tag/v0.5.0>`_
- `v0.6.0 <https://github.com/eProsima/dev-utils/releases/tag/v0.6.0>`_
* - DDS Pipe
- `eProsima/DDS-Pipe <https://github.com/eProsima/DDS-Pipe.git>`_
- `v0.3.0 <https://github.com/eProsima/DDS-Pipe/releases/tag/v0.3.0>`__
- `v0.4.0 <https://github.com/eProsima/DDS-Pipe/releases/tag/v0.4.0>`__
8 changes: 1 addition & 7 deletions docs/rst/user_manual/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ This value allows users to keep using the same YAML file with an old configurati

* - version 4.0
- ``v4.0``
- *v2.2.0*
- *v3.0.0*


**The current configuration version is v5.0**.
Expand Down Expand Up @@ -472,10 +472,6 @@ The type of the logs published is defined as follows:
string timestamp;
};
.. note::

The type of the logs can be published by setting ``publish-type: true``.

**Example of usage**

.. code-block:: yaml
Expand All @@ -490,7 +486,6 @@ The type of the logs published is defined as follows:
enable: true
domain: 84
topic-name: "DdsRouterLogs"
publish-type: false
stdout: true
.. _user_manual_configuration_specs_monitor:
Expand Down Expand Up @@ -976,7 +971,6 @@ A complete example of all the configurations described on this page can be found
enable: true
domain: 84
topic-name: "DdsRouterLogs"
publish-type: false
stdout: true
monitor:
Expand Down
2 changes: 1 addition & 1 deletion tools/ddsrouter_tool/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>ddsrouter_tool</name>
<version>2.2.0</version>
<version>3.0.0</version>
<description>
*eprosima DDS Router* Application to execute a DDS Router from a YAML configuration file.
</description>
Expand Down
2 changes: 1 addition & 1 deletion tools/ddsrouter_yaml_validator/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>ddsrouter_yaml_validator</name>
<version>2.2.0</version>
<version>3.0.0</version>
<description>Tool used for validating DDS-Router configuration files</description>
<maintainer email="[email protected]">Raúl Sánchez-Mateos</maintainer>
<maintainer email="[email protected]">Javier París</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion tools/ddsrouter_yaml_validator/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name=package_name,
version='2.2.0',
version='3.0.0',
packages=[package_name],
data_files=[
('share/ament_index/resource_index/packages',
Expand Down

0 comments on commit abde2e1

Please sign in to comment.