Releases: DarthSim/overmind
Releases · DarthSim/overmind
v2.5.1
This release contains no functional changes.
Fixed:
-
Fix installation via
go install github.com/DarthSim/overmind/v2@latest
See #177 and also golang/go#44840 for some inner workings of go.
Full Changelog: v2.5.0...v2.5.1
v2.5.0
Notable changes
- Propagate SIGINFO to all processes by @joeytepp in #150
- Set
PS
env var with Procfile entry name and process number for each process by @blaedj in #156 - Support multiline environment variables in
.env
files by @Envek in 023f6b8 - Print a warning on
.env
file loading error by @Envek in 34a1562 - Add ExitCode to the "Exited" message by @prog-supdex in #174
- Allow specifying 'all' for process auto restarts by @dunkmann00 in #154
- Package overmind as a Ruby gem by @prog-supdex in #176
New Contributors
- @hsbt made their first contribution in #149
- @brandondrew made their first contribution in #142
- @joeytepp made their first contribution in #150
- @mrexox made their first contribution in #160
- @dunkmann00 made their first contribution in #154
- @benkoshy made their first contribution in #167
- @blaedj made their first contribution in #156
- @jhnbrnn made their first contribution in #163
- @prog-supdex made their first contribution in #174
Full Changelog: v2.4.0...v2.5.0
v2.4.0
v2.3.0
v2.2.2
v2.2.1
v2.2.0
- Allow specifying processes to not run
- Properly stop Overmind on SIGHUP signal
- Print the rest of process output on process exit
- Print new PID after process restart
- Fix process stopping in some cases
- Add
--no-port
(-N
) that tells Overmind to not setPORT
variable - Ability to bind to TCP instead of Unix socket
v2.1.1
v2.1.0
- Fixed global substitutions support in
.env
files. - Removed switching to restarted process inside Tmux.
- Don't use script files to run processes.
- Overmind exits if tmux client crashes.
- Don't expand socket path to prevent exceeding socket path length limitation.
- Fix long lines scanning.
- Check running Overmind instance when running in daemon mode.
v2.0.3
- Auto-restarting specified processes;
--tmux-config
flag andOVERMIND_TMUX_CONFIG
env variable for specifying alternative tmux config;- Daeminization support.