v0.60.0 #81
F1bonacc1
announced in
Announcements
v0.60.0
#81
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What Changed
Added the ability to scale processes on the fly from TUI (F2), CLI, REST or process-compose in Client mode (process-compose attach)
process-compose process scale process_name 3
Added ability to review process used ports (F3) (Issue show open ports of running processes on linux #62)
Added ability to stop a list of processes (Issue process stop to support list of processes #65)
Added ability to shut down only the parent process (Issue Add an option to not send the shutdown signal to a whole process group. #67). ❤️ @airwoodix
Added ability to specify the log file path
--logFile
flag orPC_LOG_FILE
environment variable (Issue allow customising global process compose log file #70)Missing directories/for/log will be automatically created (Issue Create intermediate directories of log_location if they do not exist #71) ❤️ @airwoodix
Added ability to shut down Process Compose when the specified process completes its task (Issue add option to stop all other process on one process completion #77) ❤️ @adrian-gierakowski
Added check to prevent circular dependencies between processes
Bug Fixes
working_dir
definition toliveness_probe
orreadiness_probe
exec
. If not defined, the working dir of the process will be used (Issue readiness_probe does not respect working_dir #72)Changelog
This discussion was created from the release v0.60.0.
Beta Was this translation helpful? Give feedback.
All reactions