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

Releases: rocketeers/rocketeer

2.2.4

31 Dec 15:15
Compare
Choose a tag to compare

Fixed

  • Fixed ~ not being expanded in key paths
  • Fixed folder permissions being applied before sharing folders

2.2.3

21 Jul 11:56
Compare
Choose a tag to compare

Fixed

  • Fixed incorrect version constant

2.2.2

21 Jul 11:56
Compare
Choose a tag to compare

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

10 Jul 21:24
Compare
Choose a tag to compare

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

04 Apr 12:57
Compare
Choose a tag to compare

Added

  • Added RemoteHandler::disconnect to purge cached connections
  • Added LocalCloneStrategy deploy strategy
  • Added sudo and sudoed 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

23 Mar 19:25
Compare
Choose a tag to compare

Fixed

  • Fixed an issue with multiservers deployments

2.1.2

10 Mar 22:56
Compare
Choose a tag to compare

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

10 Mar 22:56
Compare
Choose a tag to compare

Fixed

  • Fixed version number

2.1.0

08 Mar 13:10
Compare
Choose a tag to compare

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

12 Feb 19:36
Compare
Choose a tag to compare

Fixed

  • Fixed an issue when updating an application with SVN
  • Fixed incorrect version in generated PHAR