From 1ad65c0f0db3e8d80e6d267377a3feae016581af Mon Sep 17 00:00:00 2001 From: Julien LE CLEACH Date: Sun, 24 Mar 2024 14:05:05 +0100 Subject: [PATCH] prepare version 0.17.4 --- CHANGES.md | 8 ++++---- .../test/use_cases/gathering/etc/supervisord_server.conf | 1 + supvisors/version.txt | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index f69ba43c..470af42d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ # Change Log -## 0.17.4 (2024-03-23) +## 0.17.4 (2024-03-24) * Fix bug that was randomly blocking **Supvisors** on restart or shutdown, due to a stdout flush hanging in multiprocessing bowels. The statistics Process is now started before any other thread. @@ -128,7 +128,7 @@ * The option `stats_periods` accepts float values, not necessarily multiples of 5. -* Fix [Issue #54](https://github.com/julien6387/supvisors/issues/54). +* Implement [Issue #54](https://github.com/julien6387/supvisors/issues/54). Add host and process statistics to the **Supvisors** event interface. * Fix children process CPU times in statistics. @@ -342,7 +342,7 @@ ## 0.11 (2022-01-02) -* Fix [Issue #99](https://github.com/julien6387/supvisors/issues/99). +* Implement [Issue #99](https://github.com/julien6387/supvisors/issues/99). Update the **Supvisors** design so that it can be used to supervise multiple Supervisor instances on multiple nodes. This update had a major impact on the source code. More particularly: - The XML-RPCs `get_master_identifier`, `get_instance_info` and `get_all_instances_info` have been added to replace @@ -662,7 +662,7 @@ ## 0.3 (2020-12-29) -* Fix [Issue #81](https://github.com/julien6387/supvisors/issues/81). +* Implement [Issue #81](https://github.com/julien6387/supvisors/issues/81). When **Supvisors** logfile is set to `AUTO`, **Supvisors** uses the same logger as **Supervisor**. * Fix [Issue #79](https://github.com/julien6387/supvisors/issues/79). diff --git a/supvisors/test/use_cases/gathering/etc/supervisord_server.conf b/supvisors/test/use_cases/gathering/etc/supervisord_server.conf index a0ef0e83..bb8834b2 100644 --- a/supvisors/test/use_cases/gathering/etc/supervisord_server.conf +++ b/supvisors/test/use_cases/gathering/etc/supervisord_server.conf @@ -21,6 +21,7 @@ rules_files = etc/scenario_1/supvisors_rules.xml etc/scenario_2/supvisors_rules.xml etc/scenario_3/supvisors_rules.xml core_identifiers = server_1,server_2,server_3 +stats_irix_mode = true [ctlplugin:supvisors] supervisor.ctl_factory = supvisors.supvisorsctl:make_supvisors_controller_plugin diff --git a/supvisors/version.txt b/supvisors/version.txt index c00a70af..fd31ec85 100644 --- a/supvisors/version.txt +++ b/supvisors/version.txt @@ -1 +1 @@ -version=0.17.3 +version=0.17.4