Skip to content

Commit

Permalink
prepare version 0.17.4
Browse files Browse the repository at this point in the history
  • Loading branch information
julien6387 committed Mar 24, 2024
1 parent a6c95c1 commit 1ad65c0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions 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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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).
Expand Down
Expand Up @@ -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
2 changes: 1 addition & 1 deletion supvisors/version.txt
@@ -1 +1 @@
version=0.17.3
version=0.17.4

0 comments on commit 1ad65c0

Please sign in to comment.