Skip to content
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.

1.0.0

Compare
Choose a tag to compare
@Anahkiasen Anahkiasen released this 13 Jan 09:49
· 829 commits to master since this release

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 the Cleanup 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