Current section

Files

Jump to
deli CHANGELOG.org
Raw

CHANGELOG.org

*** v0.1.26
- [NEW] Accept regex pattern in the end of task(s) to filter hosts affected by command
- [NEW] Before confirmation, list all affected hosts
*** v0.1.25 (v0.1.24 skipped)
- [NEW] Provide `Config.yarn?/0` and install it on centos when needed
- [NEW] Provide `Config.assets?/0`
- [NEW] Wait between port forwarding spawn and shell command is configurable
*** v0.1.23
- [NEW] Allow name for remote user different than app name
- [NEW] Output full status response when verbose
- [NEW] Run observer to remote node with a simple call
- [FIX] Restart expects node to be running
*** v0.1.22
- [NEW] Better failure details output
- [NEW] `Deli.Command` for env-agnostic mix tasks
- [NEW] Better output when confirming deploy
*** v0.1.21
- [FIX] Fix edeliver tags in build command
*** v0.1.20
- [FIX] Move user creation lower in dockerfile to adapt to another change
*** v0.1.19
- [FIX] Do not ignore docker keys in git, that is needed
*** v0.1.18
- [NEW] Remove unused lang variables in dockerfile
- [NEW] Avoid rebuilding image when keys change
*** v0.1.17
- [NEW] mix deli.version
- [NEW] mix deli.status
- [NEW] mix deli.shell
- [NEW] Enable customization of bin_path (default to `/opt/APP/bin/APP`)
- [NEW] mix deli.restart
- [NEW] Quiet(er) mode without verbose
- [NEW] Generate ssh keys transparently to interface local with release builder (docker)
- [NEW] Replace :os.cmd calls for System.cmd, now with better output management
- [NEW] Organize shell commands
- [NEW] `@moduledoc false` on internal modules
*** v0.1.16
- [NEW] Add subtasks deli.release and deli.deploy
*** v0.1.15
- [NEW] Binary default, systemctl as an option
*** v0.1.14
- [NEW] Show previous status before start/stop
*** v0.1.13
- [NEW] Convenience admin commands
- [NEW] Simpler and reusable check
*** v0.1.12
- [NEW] Simplify controller configuration
- [NEW] Set runtime false in deps
- [NEW] Pass on credo and dialyzer
*** v0.1.11
- [NEW] Allow configuring another controller other than systemctl
- [FIX] Ensure target prod and production are equivalent (edeliver<->mix lingo)
*** v0.1.10
- [NEW] Improve documentation
*** v0.1.9
- [FIX] Fix error with restart
- [NEW] Improve documentation
*** v0.1.8
- [NEW] Improve logging on restart / status
*** v0.1.7
- [FIX] Resolve warning and improve logging
*** v0.1.6
- [FIX] Resolve double pinging after deploy
- [NEW] Nicer restart info
*** v0.1.5
- [FIX] Remove absolute paths from gitignore
*** v0.1.4
- [FIX] Fix adding files to gitignore
*** v0.1.3
- [FIX] Fix generation of Dockerfile in case there isn't one in .deliver/Dockerfile
*** v0.1.2
- [NEW] Deployed app inferred from Mix project
*** v0.1.1
- [FIX] Application configuration