Rocketeer v1.0.0 Release Notes

Release Date: 2014-01-13 // over 10 years ago
  • โž• 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
    • 0๏ธโƒฃ 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