All Versions
41
Latest Version
Avg Release Cycle
52 days
Latest Release
2660 days ago

Changelog History
Page 1

  • v2.2.5

    January 06, 2017
  • v2.2.4 Changes

    December 31, 2016

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed ~ not being expanded in key paths
    • ๐Ÿ›  Fixed folder permissions being applied before sharing folders
  • v2.2.3 Changes

    July 21, 2016

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed incorrect version constant
  • v2.2.2 Changes

    July 21, 2016

    ๐Ÿ›  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
  • v2.2.1 Changes

    July 10, 2016

    ๐Ÿ›  Fixed

    • Rocketeer now uses the composer.json as source of truth for which extensions to check against
    • ๐Ÿ›  Fixed characters encoding in repository credentials
  • v2.2.0 Changes

    April 04, 2015

    โž• 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
  • v2.1.3 Changes

    March 23, 2015

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed an issue with multiservers deployments
  • v2.1.2 Changes

    March 10, 2015

    ๐Ÿ›  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
  • v2.1.1 Changes

    March 01, 2015

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed version number
  • v2.1.0 Changes

    March 08, 2015

    โž• 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