- Allow user to specify remote env variables for their console session (23)
- Update momentum to use Berkshelf and load rake tasks from non-Rails projects (#19) Breaking changes: (1) librarian-chef has been replaced by berkshelf so any Cheffile must be converted to a Berksfile (2) The expected value for
Momentum.config[:cookbooks_install_path]
includes the cookbook package filename, which must be of the type.tgz
i.e. the default valuecookbooks.tgz
- Force UTF-8 encoding for STDOUT (#18)
- Fall back to default when layer argument to execute_recipe task is empty (#17)
- Typo fix for output of execute_recipe task - @mzikherman
- Add
ow:execute_recipe
task - @mzikherman
- Add
ow:deploy:migrations
sub-task - @ibussieres
- Add
ow:ssh
task - @joeyAghion
- Fold memcached connection details into returned configuration, so that other environments might connect - @joeyAghion
- Add
ow:logs[to,instance,log_path]
task - @ibussieres