This repository has been archived by the owner on Sep 5, 2020. It is now read-only.
Releases: rocketeers/rocketeer
Releases · rocketeers/rocketeer
2.2.4
2.2.3
Fixed
- Fixed incorrect version constant
2.2.2
Fixed
- Fixed remote storage being written to in pretend mode
- Fixed
StepsRunner
not halting the running of steps upon encountering a strict false - Fixed some tasks having their
after
event not firing
2.2.1
Fixed
- Rocketeer now uses the
composer.json
as source of truth for which extensions to check against - Fixed characters encoding in repository credentials
2.2.0
Added
- Added
RemoteHandler::disconnect
to purge cached connections - Added
LocalCloneStrategy
deploy strategy - Added
sudo
andsudoed
option to execute some commands as a sudo user (behaves the same way shell/shelled does)
Fixed
- Fixed an issue on 32bit systems where releases would max out the integer limit
- Fixed an issue where commands would not return the proper status code
- Fixed HHVM support
2.1.3
Fixed
- Fixed an issue with multiservers deployments
2.1.2
Fixed
- Fixed an issue prevent using a custom command clas
- Fixed commands run in folders not working with LocalConnection
- Fixed port and key not being passed to rsync
2.1.1
Fixed
- Fixed version number
2.1.0
Added
- Added ability to have contextual server configuration by adding a
config
array to a server's configuration
Fixed
- Fixed an issue when igniting with a connection other than "production"
- Fixed an issue with Polyglot strategies not properly propagating their results to parent tasks
- Fixed an issue with the
force
flag missing for Artisan commands
2.0.6
Fixed
- Fixed an issue when updating an application with SVN
- Fixed incorrect version in generated PHAR