Skip to content

2.9.0

Compare
Choose a tag to compare
@Unitech Unitech released this 14 Dec 10:55
· 1203 commits to master since this release
  • #3278 --silent -s now does not print welcome message
  • #3345 #2871 #3233 pm2 -v will not spawn daemon anymore
  • #3341 update moment dependency
  • #3314 pm2 install --safe will now monitor new installation of module and will
    fallback to previous version if the module is failing (restart, fail on npm install)
  • #3314 module folder structure refactoring to keep independent dependencies for each modules
  • #3324 remove yarn installation of modules
  • #3273 pm2 --mini-list now print the right pid file
  • #3206 add flag to auto turn off auto exit with pm2-docker
  • #3036 Fix applying env PM2_CONCURRENT_ACTIONS correctly
  • #3346 do not chmod systemd script (was failing systemd script on orange pi)
  • #3347 Add --wait-ip option to override systemd initialization to wait for internet full connectivity
  • #3348 alias pm2-docker to pm2-runtime
  • #3350 Override HOME and USER when setting --uid to start module or application
  • #3351 alias pm2 ps to pm2 ls (docker style)