All Versions
41
Latest Version
Avg Release Cycle
52 days
Latest Release
3000 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v1.1.2 Changes
February 12, 2014โ Added
- โ Added a
Rocketeer\Plugins\Notifier
class to easily add third-party deployment notification plugins
๐ Fixed
- ๐ Fixed a bug where the custom tasks/events file/folders might not exist
- โ Added a
-
v1.1.1 Changes
February 08, 2014๐ Fixed
- ๐ Fixed a bug where the
before
event if halting wouldn't cancel the Task firing - ๐ Fixed a bug where some calls to the facade would crash in
tasks.php
- ๐ Fixed a bug where the
-
v1.1.0 Changes
February 08, 2014โ Added
- Events can now cancel the queue by returning false or returning
$task->halt(error)
- ๐ Rocketeer now logs its output and commands
- ๐ Releases are now marked as completed or halted to avoid rollback to releases that errored
- Rocketeer will now automatically load
.rocketeer/tasks.php
/.rocketeer/events.php
or the contents of.rocketeer/tasks
/.rocketeer/events
if they're folders - ๐ง Hash is now computed with the actual configuration instead of the modification times to avoid unecessary reflushes
- Check task now uses the PHP version required in your
composer.json
file if the latter exists
๐ Fixed
- ๐ Use the server's time to timestamp releases instead of the local time
- ๐ Fixed a bug where incorrect current release would be returned for multi-servers setups
- Events can now cancel the queue by returning false or returning
-
v1.0.0 Changes
January 13, 2014โ 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 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
-
v0.9.0 Changes
November 15, 2013โ Added
- ๐ Rocketeer now supports SVN
- ๐ Rocketeer now has a Campfire plugin
- โ Added option to manually set remote variables when encountering problems
- โ Added keyphrase support
-
v0.8.0 Changes
October 19, 2013โ Added
- ๐ง Rocketeer can now have specific configurations for stages and connections
- ๐ Better handling of multiple connections
- โ Added facade shortcuts
Rocketeer::execute(Task)
andRocketeer::on(connection[s], Task)
to execute commands on the remote servers - โ Added the
--list
flag on therollback
command to show a list of available releases and pick one to rollback to - โ Added the
--on
flag to all commands to specify which connections the task should be executed on (ex.production
,staging,production
) - โ Added
deploy:flush
to clear Rocketeer's cache of credentials
-
v0.7.0 Changes
August 16, 2013โ Added
- Rocketeer can now work outside of Laravel
- ๐ Better handling of SSH keys
- ๐ง Permissions are now entirely configurable
- Rocketeer now prompts for confirmation before executing the Teardown task
- ๐ Allow the use of patterns in shared folders
- Rocketeer now prompts for binaries it can't find (composer, phpunit, etc)
๐ Changed
- 0๏ธโฃ Share
sessions
folder by default
-
v0.6.5 Changes
July 29, 2013โ Added
- ๐ Make Rocketeer prompt for both server and SCM credentials if they're not stored
- ๐
artisan deploy
now deploys the project if the--version
flat is not passed - ๐ Make Rocketeer forget invalid credentials provided by prompt
๐ Fixed
- ๐ Fix a bug where incorrect SCM urls would be generated
-
v0.6.4 Changes
July 16, 2013โ Added
- ๐ Make the output of commands in realtime when
--verbose
instead of when the command is done
๐ Changed
- Reverse sluggification of application name
๐ Fixed
- ๐ Fix a bug where custom Task classes would be analyzed as string commands
- Fix Rocketeeer not taking into account custom paths to app/, storage/, public/ etc.
- ๐ Make the output of commands in realtime when
-
v0.6.3 Changes
July 11, 2013๐ Changed
- ๐ Application name is now always sluggified as a security
๐ Fixed
- ๐ Fix a bug where the Check task would fail on pretend mode
- ๐ Fix a bug where invalid directory separators would get cached and used