Skip to content

Releases: innvent/matross

Version 0.3.0

18 Nov 16:40
Compare
Choose a tag to compare

CHANGELOG

  • Feature: :nginx_default_server setting for the nginx recipe that allows a stage to respond as a default server in Nginx.

Version 0.2.7

18 Nov 16:10
Compare
Choose a tag to compare

CHANGELOG

  • Multi application support on the same machine - the unicorn socket carries the app name

Version 0.2.6

05 Nov 17:03
Compare
Choose a tag to compare

CHANGELOG

  • Add option to lock a website with basic http auth in Nginx recipe
  • Remove hardcoded deploy path in nginx virtual host
  • Rename MySQL namespace from db to mysql

Version 0.2.5

30 Oct 15:23
Compare
Choose a tag to compare

CHANGELOG

  • New mongoid recipe
  • New faye recipe
  • Delayed Job recipe now accepts QUEUES
  • Fog recipe makes sure that the gem is specified
  • Other minor bugfixes

Version 0.2.4

23 Oct 20:30
Compare
Choose a tag to compare

CHANGELOG

  • Introduce fog recipe
  • Fix capistrano at 2.15.4

Version 0.2.3

16 Oct 14:43
Compare
Choose a tag to compare

CHANGELOG

  • Fix bug where the foreman dotenv file wasn't being correctly concatenated

Version 0.2.2

10 Oct 17:22
Compare
Choose a tag to compare

CHANGELOG

  • Fix bugs in database when bootstraping deployment because of lag of current directory.
  • Fix bugs causing foreman to not execute on all machines.

Version 0.2.0

04 Oct 18:29
Compare
Choose a tag to compare

CHANGELOG

  • Individual recipes now checks for gems they depend on.
  • Recipe for managing mysql database.
    • Use Capistrano variables instead of custom database.yml.
    • Create user and database in setup.
  • Recipe for running delayed_job workers.
  • Support specifying concurrency of process instances through foreman.
  • Concentrate logs related to application in shared/log with periodic rotation.