1.0.0
版本发布时间: 2014-01-13 17:49:43
rocketeers/rocketeer最新发布版本:2.2.4(2016-12-31 23:15:26)
Added
- Rocketeer is now available as a standalone PHAR
- Revamped plugin system
- Rocketeer hooks now use
illuminate/event
system, and can fire events during tasks (instead of just before and after) - Permissions setting is now set in a callback to allow custom permissions routines
- Rocketeer now looks into
~/.ssh
by default for keys instead of asking - Added the
--clean-all
flag to theCleanup
task to prune all but the latest release - Deployments file is now cleared when the config files are changed
- Added an option to disable shallow clone as it caused some problems on some servers
Deprecated
- Configuration is now split in multiple files, you'll need to redeploy the configuration files
Fixed
- Fixed a bug where
CurrentRelease
wouldn't show any release with an empty/fresh deployments file - Fixed some multiconnections related bugs
- Fixed some minor behaviors that were causing
--pretend
and/or--verbose
to not output SCM commands