Skip to content

Commit

Permalink
changelogs
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Henkel <[email protected]>
  • Loading branch information
ct2034 committed Jun 27, 2024
1 parent 1ebcbd7 commit a64d8ad
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 0 deletions.
6 changes: 6 additions & 0 deletions diagnostic_aggregator/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog for package diagnostic_aggregator
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Add add_analyzer functionality (`#329 <https://github.com/ros/diagnostics/issues/329>`_) (`#359 <https://github.com/ros/diagnostics/issues/359>`_)
* Aggregator: publish diagnostics_toplevel_state immediately on every degradation (`#324 <https://github.com/ros/diagnostics/issues/324>`_) (`#355 <https://github.com/ros/diagnostics/issues/355>`_)
* Contributors: Christian Henkel

3.2.0 (2024-03-22)
------------------
* Avoid rolling up an ERROR state when empty GenericAnalyzer blocks are marked discard_stale, or when all of their items are STALE. (`#315 <https://github.com/ros/diagnostics/issues/315>`_)
Expand Down
9 changes: 9 additions & 0 deletions diagnostic_common_diagnostics/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
Changelog for package diagnostic_common_diagnostics
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* refactor(sensors_monitor): ros2 port `#339 <https://github.com/ros/diagnostics/issues/339>`_ (`#365 <https://github.com/ros/diagnostics/issues/365>`_)
* refactor(ram_monitor): ros2 port (`#338 <https://github.com/ros/diagnostics/issues/338>`_)
* NTP monitor improvements (`#342 <https://github.com/ros/diagnostics/issues/342>`_) (`#350 <https://github.com/ros/diagnostics/issues/350>`_)
* Using ubuntu ntp server in systemtest (`#346 <https://github.com/ros/diagnostics/issues/346>`_) (`#347 <https://github.com/ros/diagnostics/issues/347>`_)
* Fixing ntp launchtest (`#330 <https://github.com/ros/diagnostics/issues/330>`_)
* Contributors: Christian Henkel, Rein Appeldoorn

3.2.0 (2024-03-22)
------------------
* Port cpu_monitor to ROS2 (`#326 <https://github.com/ros/diagnostics/issues/326>`_)
Expand Down
6 changes: 6 additions & 0 deletions diagnostic_updater/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog for package diagnostic_updater
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* change(diagnosed-publisher): allow specifying node clock
* Fix usage of rclcpp::ok with a non-default context (`#352 <https://github.com/ros/diagnostics/issues/352>`_)
* Contributors: Christian Henkel, Hervé Audren

3.2.0 (2024-03-22)
------------------
* including depdency (`#322 <https://github.com/ros/diagnostics/issues/322>`_)
Expand Down
3 changes: 3 additions & 0 deletions diagnostics/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package diagnostics
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------

3.2.0 (2024-03-22)
------------------

Expand Down
5 changes: 5 additions & 0 deletions self_test/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package self_test
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Building in docker (`#335 <https://github.com/ros/diagnostics/issues/335>`_)
* Contributors: Christian Henkel

3.2.0 (2024-03-22)
------------------
* Self test publishes the service under the node name, again (`#269 <https://github.com/ros/diagnostics/issues/269>`_)
Expand Down

0 comments on commit a64d8ad

Please sign in to comment.