All Versions
11
Latest Version
Avg Release Cycle
74 days
Latest Release
1854 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.12.0 Changes
August 16, 2019- ๐ Supports Distillery 2.1 and Elixir 1.9 (thanks @tap349!)
- ๐ป Trying to use an undefined role now raises an exception
- ๐ Documentation was updated and now includes deployment strategies and CI sections
-
v0.11.0 Changes
May 23, 2019- ๐ Allow redefinition of tasks to suppress warnings
- "mix bootleg" shows available tasks
- โ Added "generate_release" hook back in which is used by Phoenix asset compilation tasks
- ๐ Fix for using
:ex_path
in remote builds
-
v0.10.0 Changes
October 23, 2018 -
v0.9.0 Changes
October 19, 2018 -
v0.8.0 Changes
October 02, 2018๐ Features:
:env
can now be specified in a role definition (#213)- ๐
booleg.invoke
can now accept a deploy environment (#221) BOOTLEG_ENV
is now set for all remote commands (#219)- ๐
release_workspace
option can now be defined on a role definition in order to skip the local release download step (#117) - ๐
build_type
can now be configured to override the default remote build behavior (#193/#3235) - ๐ Complete cleanup and reorganization of most documentation
๐ Fixes:
-
v0.7.0 Changes
February 06, 2018๐ Features:
- โ Add prompt helpers to
Bootleg.UI
. - SSH identity paths can now be relative to
~/
- ๐ Replace legacy build and deploy strategies with bootleg tasks.
๐ Fixes:
- Correct the behavior of silently_accept_hosts options.
- Get dependencies on compile task.
- ๐ Misc documentation updates and corrections.
- โ Add prompt helpers to
-
v0.6.0 Changes
October 30, 2017๐ Features:
- โ Add
download/3
to DSL. - โ Add
config/1
to DSL. - Add support for
REPLACE_OS_VARS
.
๐ Fixes:
- SSH output is always emitted as a whole line -- addresses unicode character corruption issues.
remote/3
return value includes all output in all cases -- addresses issues where in certain cases some hosts would not return their output.
- โ Add
-
v0.5.0 Changes
September 06, 2017BREAKING CHANGES
๐ The API for theremote
DSL verb has changed. If you used role/host filtering, you will need to update your call to use the new options list. Please see the documentation forremote/3
for details.- ๐ Improve documentation.
- ๐ Fix bug when rendering large volumes of unicode output.
- โ Add custom working directory support to
remote
DSL verb. - โ Add
quiet_mode
to list of supported SSH options. - โ Add configuration validation task
verify_config
to detect (and help resolve) issues with umbrella apps.
-
v0.4.0 Changes
August 28, 2017- โ Add support for multiple environments.
- โ Add workspace cleaning to
build
task. - ๐ Documentation improvements.
-
v0.3.0 Changes
August 09, 2017- โ Add
upload
DSL verb. - โ Add
bootleg.invoke
Mix task. - โ Add filtering hosts by attributes.
- โ Add