Releases: garywiz/chaperone
Releases · garywiz/chaperone
Feature Release 0.3.1
This is a major release that adds a number of important features and refinements, including pass-through NOTIFY_SOCKET
support so that systemd
is informed about system start-up state regardless of how processes within the container are managed. Most importantly, a new automated test harness that simulates various process mixes has been added to the release process to assure that Chaperone manages processes in a consistent and reliable way from release to release.
See the Change Log for details.
Bugfix Release 0.2.24
This release:
- Improves the packaging on PyPi so optional modules will not be included if
--no-install-recommends
is included when usingapt-get
. Functionality is not affected, although there may be some cosmetic differences. For example, Chaperone needs a binary module to display it's process title inps
listings, and will omit this functionality if it is not present. - Corrects the problems reported in Issue #1: "Build failure due to undocumented dependency"
Stable Beta Version 0.2.23
Full function version ready for use. Documentation at http://garywiz.github.io/chaperone.
First Beta Release
This is the first fully functional Beta release of Chaperone. Reference documentation is now available at http://garywiz.github.io/chaperone.