Skip to content

Releases: innvent/matross

Version 0.6.0

25 Apr 17:31
Compare
Choose a tag to compare

CHANGELOG

  • Feature: PostgreSQL support
  • Feature: Apply MySQL dumps remotely (check the README)

Version 0.5.5

25 Apr 17:30
Compare
Choose a tag to compare

CHANGELOG

  • Fix nginx template maneuver

Version 0.5.4

15 Jan 19:17
Compare
Choose a tag to compare

CHANGELOG

  • Fix bug in that affected additional runs of nginx:reload. We were using a conflicting filename for the temporary storage of the nginx vhost file in /tmp/#{application}

Version 0.5.3

20 Dec 19:12
Compare
Choose a tag to compare

CHANGELOG

  • Fix bug in task mysql:dump:do where the database name was not properly handled (dashes were not gsubed by underscores).

Version 0.5.2

19 Dec 14:27
Compare
Choose a tag to compare

CHANGELOG

  • Fix mispelled symbol in foreman recipe

Version 0.5.1

19 Dec 13:58
Compare
Choose a tag to compare

CHANGELOG

  • Matross is now compatible with Ruby 1.8
  • fog tasks now run on dj hosts

Version 0.5.0

11 Dec 17:18
Compare
Choose a tag to compare

CHANGELOG

  • Feature: ability to define stage-specific .env files
  • rails_env is set to blank string if not user defined. Specially useful for railsless deployments

Version 0.4.2

11 Dec 17:13
Compare
Choose a tag to compare

CHANGELOG

  • Unicorn workers are dynamically set based on number of processors if not user defined
  • Fixed output redirection in mysql backup task
  • Fixed bug on log symlink in multihost deployments

Version 0.4.1

19 Nov 18:35
Compare
Choose a tag to compare

CHANGELOG

  • Rotate DJ's logs when on a separate server.

Version 0.4.0

19 Nov 17:04
Compare
Choose a tag to compare

CHANGELOG

  • MySQL recipes for dump generation, retrieval and restoration on the development machine;
  • MySQL recipes for setting up recurrent backups to S3;