All Versions
4
Latest Version
Avg Release Cycle
51 days
Latest Release
2324 days ago

Changelog History

  • v1.1.1 Changes

    January 27, 2017

    ๐Ÿ›  Fixes deployment regressions introduced with v1.1.0

  • v1.1.0 Changes

    January 19, 2017

    ๐Ÿ— Gatling v1.1.0 catches up with a changed default build directory in Distillery. ๐Ÿš€ In Distillery up to v0.11, the default path for release artifacts has been rel/<release_name>. ๐Ÿ— v0.11 and later versions place the release artifacts in _build/$MIX_ENV/rel/<release_name>, which is Gatlings new default.

    ๐Ÿ‘€ For details see #35, #29, and #4

  • v1.0.0 Changes

    October 12, 2016

    As of Gatling v1.0.0, Distillery, is ๐Ÿš€ the assumed release building tool as opposed to Exrm. โฌ†๏ธ To upgrade from a previous version of Gatling, take the following steps:

    ๐Ÿš€ SSH into your deployment server and install the latest version of Gatling:

    $ mix archive.install https://github.com/hashrocket/gatling_archives/raw/master/gatling.ez
    

    ๐Ÿšš In your project's mix.exs, remove the exrm dependency and add distillery in its stead.

  • v0.1.0 Changes

    August 26, 2016

    โœจ Enhancements

    • ๐Ÿ‘ Allow callback functions for deploy and upgrade tasks.