Releases: F1bonacc1/process-compose
Releases · F1bonacc1/process-compose
v0.21.0
What's Changed
- Added ability to terminate process-compose when one of the processes fails
exit_on_failure
. - Install shell completions automatically via Nix. Thank you @thenonameguy
Bug fixes
- Readiness probes kept running even if the monitored process finished.
- TUI kept running even if all the processes finished
Deprecation
on-failure
restart policy was renamed toon_failure
- please change it in your process-compose.yaml files
v0.20.0
What's Changed
- Added support for client mode
- Added process restart support
- Default swagger address is now localhost:8080 (old address was kept for BW compatibility)
Thank you @thenonameguy for pointing out the gaps and thinking of new use cases.
v0.17.2
v0.17.0
v0.16.0
v0.15.0
v0.12.0
What's Changed
- support graceful termination of process compose by @F1bonacc1 in #5
Full Changelog: v0.11.0...v0.12.0
v0.11.0
What's Changed
- feature: add nix flake package manager support by @thenonameguy in #2
- feature: support configurable process termination parameters in #4
New Contributors
- @thenonameguy made their first contribution in #2
Behavior Change
- Default termination signal changed from
SIGKILL
toSIGTERM
Full Changelog: v0.10.2...v0.11.0