From a64d8ad59fbfe342dae9ffc5dec7aa42b8ba9128 Mon Sep 17 00:00:00 2001 From: Christian Henkel Date: Thu, 27 Jun 2024 11:21:49 +0200 Subject: [PATCH] changelogs Signed-off-by: Christian Henkel --- diagnostic_aggregator/CHANGELOG.rst | 6 ++++++ diagnostic_common_diagnostics/CHANGELOG.rst | 9 +++++++++ diagnostic_updater/CHANGELOG.rst | 6 ++++++ diagnostics/CHANGELOG.rst | 3 +++ self_test/CHANGELOG.rst | 5 +++++ 5 files changed, 29 insertions(+) diff --git a/diagnostic_aggregator/CHANGELOG.rst b/diagnostic_aggregator/CHANGELOG.rst index efda16d0..e7390c53 100644 --- a/diagnostic_aggregator/CHANGELOG.rst +++ b/diagnostic_aggregator/CHANGELOG.rst @@ -2,6 +2,12 @@ Changelog for package diagnostic_aggregator ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* Add add_analyzer functionality (`#329 `_) (`#359 `_) +* Aggregator: publish diagnostics_toplevel_state immediately on every degradation (`#324 `_) (`#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 `_) diff --git a/diagnostic_common_diagnostics/CHANGELOG.rst b/diagnostic_common_diagnostics/CHANGELOG.rst index 0c53e9ca..f54d27fe 100644 --- a/diagnostic_common_diagnostics/CHANGELOG.rst +++ b/diagnostic_common_diagnostics/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog for package diagnostic_common_diagnostics ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* refactor(sensors_monitor): ros2 port `#339 `_ (`#365 `_) +* refactor(ram_monitor): ros2 port (`#338 `_) +* NTP monitor improvements (`#342 `_) (`#350 `_) +* Using ubuntu ntp server in systemtest (`#346 `_) (`#347 `_) +* Fixing ntp launchtest (`#330 `_) +* Contributors: Christian Henkel, Rein Appeldoorn + 3.2.0 (2024-03-22) ------------------ * Port cpu_monitor to ROS2 (`#326 `_) diff --git a/diagnostic_updater/CHANGELOG.rst b/diagnostic_updater/CHANGELOG.rst index e5d4da06..31b2cadb 100644 --- a/diagnostic_updater/CHANGELOG.rst +++ b/diagnostic_updater/CHANGELOG.rst @@ -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 `_) +* Contributors: Christian Henkel, Hervé Audren + 3.2.0 (2024-03-22) ------------------ * including depdency (`#322 `_) diff --git a/diagnostics/CHANGELOG.rst b/diagnostics/CHANGELOG.rst index 1f73b133..e65ea0b9 100644 --- a/diagnostics/CHANGELOG.rst +++ b/diagnostics/CHANGELOG.rst @@ -2,6 +2,9 @@ Changelog for package diagnostics ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- + 3.2.0 (2024-03-22) ------------------ diff --git a/self_test/CHANGELOG.rst b/self_test/CHANGELOG.rst index 1ebff1e4..b8ae3174 100644 --- a/self_test/CHANGELOG.rst +++ b/self_test/CHANGELOG.rst @@ -2,6 +2,11 @@ Changelog for package self_test ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* Building in docker (`#335 `_) +* Contributors: Christian Henkel + 3.2.0 (2024-03-22) ------------------ * Self test publishes the service under the node name, again (`#269 `_)