Skip to content

Update foreman from 0.78.0 to 0.84.0

Update foreman from 0.78.0 (2015-03-13) to 0.84.0 (2017-03-28).

Changelog

0.84.0 (2017-03-28)

  • add test for systemd template (closes: #664 (closed)) [Timur Batyrshin]
  • quote env vars as was suggested in https://github.com/ddollar/foreman/pull/652 [Timur Batyrshin]
  • update specs [Koen Punt]
  • update specs [Koen Punt]
  • forward user signals (SIGUSR1, SIGUSR2) [Tilo Prütz]
  • make systemctl stop/restart/reload work [Koen Punt]
  • 0.83.0 [David Dollar]
  • use default stop signal for supervisord [Chris Blättermann]
  • updated fakefs to silence warnings during tests [Chris Blättermann]
  • Add option to suppress timestamps [Glenn Oppegard]
  • Add ruby 2.3.3 to travis [Tejas Bubane]
  • Change systemd KillMode to "mixed" [Reto Kaiser]
  • Relax systemd template spec matcher for env var [Reto Kaiser]
  • Don't print newline in systemd template if no ENV vars given [Reto Kaiser]
  • pp must be required before fakefs [Reto Kaiser]
  • Typo [Lin]
  • Fixed empty Environment line for Travis [Lin]
  • More compact and escaped environment variable names [Lin]
  • Add spm (go port) [Ömer Ufuk Efendioğlu]
  • Port to rspec 3 [Antonio Terceiro]
  • README: Use fancy SVG badges [ci skip] [Olle Jonsson]
  • defined process filename format only once [Koen Punt]
  • clean all upstart process files [Koen Punt]
  • Fix small typo in man page [Dov Murik]
  • Foreman Export Upstart should not duplicate ports [Steven Daniels]

0.82.0 (2016-05-21)

  • Fixes #626 (closed). Use -m for concurrency when using the export command. [Jori Hardman]
  • Add stop timeout to systemd services [Christian Haase]
  • systemd exporter creates target dependencies via symlinks [Christian Haase]
  • Update systemd exporter to generate instantiated services [Christian Haase]
  • changelog [David Dollar]

0.81.0 (2016-04-26)

  • Revert "Create a new process group when spawning a new process. This should prevent from SIGINT propagating to spawned processes. (#528 (closed))" [David Dollar]
  • Fix cleaning up unrelated configuration files (#617 (closed)) [Per-Henrik Lundblom]

0.80.2 (2016-04-24)

  • fix nil status error [David Dollar]

0.80.1 (2016-04-23)

  • ignore gems [David Dollar]
  • add package dir [David Dollar]

0.80.0 (2016-04-23)

  • Update README.md (#614 (closed)) [Hernan Y.Ke]
  • Fix Windows crash, caused by read_nonblock (#576 (closed)) [Igor Antonov]
  • update gems [David Dollar]
  • Propagate process failure [4r2r]
  • update gems [David Dollar]
  • remove win32console dependency [Takumi IINO]
  • Added possible fix for pkg install on El Capitan. (#585 (closed)) [Jeroen Visser]
  • use proper check to see if file exists (#577 (closed)) [Mateusz Byczkowski]
  • Allow supervisord environment vars to have "=" (#572 (closed)) [Stephen Yeargin]
  • Document $PORT and $PS (#562 (closed)) [Mike Burns]
  • An location -> A location (#543 (closed)) [Eliot Sykes]
  • Fix signal exception name (#530 (closed)) [Oleksiy Kovyrin]
  • Make a single thread responsible for handling graceful shutdown (#529 (closed)) [Oleksiy Kovyrin]
  • Create a new process group when spawning a new process. This should prevent from SIGINT propagating to spawned processes. (#528 (closed)) [Oleksiy Kovyrin]
  • use the latest bundler [David Dollar]
  • check all the rubies [David Dollar]
  • Revert "test on 2.x releases" [David Dollar]
  • test on 2.x releases [David Dollar]
  • remove dotenv as it's not worth the dependency hell. closes #505 (closed), #538 (closed) [David Dollar]
  • Port tests to fakefs 0.4 [Antonio Terceiro]
  • add documentation to cli (formation options describtion) (#523 (closed)) [Leonid Batizhevsky]
  • Replaces 'concurrency' with 'formation' in manpage (#524 (closed)) [Piers Mainwaring]
  • Work around potential nil $? (#526 (closed)) [David Zülke]
  • update gems [David Dollar]
  • remove ruby 1.9 support [David Dollar]
  • Update README URLs based on HTTP redirects [ReadmeCritic]
  • Add port to Haskell to README [Daisuke Fujimura]
  • Adds 'Crank' to README.md: a port of Foreman to Crystal [arktisklada]
  • fix specs [Pierpaolo Frasa]
  • Fixed erb tags in systemd process.service template. [Tomasz Łoszko]
  • use PartOf [Pierpaolo Frasa]
  • don't stop systemd master target immediately [Pierpaolo Frasa]
  • Add goreman (go port) [Francois]
  • Strip non-quoted whitespace [pik]
  • Procfile#[] return nil for non-existing entries [Simon Rozet]
  • update changeling [David Dollar]