All Versions
4
Latest Version
Avg Release Cycle
51 days
Latest Release
2324 days ago
Changelog History
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. -
v1.0.0 Changes
October 12, 2016As 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 theexrm
dependency and adddistillery
in its stead. -
v0.1.0 Changes
August 26, 2016โจ Enhancements
- ๐ Allow callback functions for
deploy
andupgrade
tasks.
- ๐ Allow callback functions for