All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
v0.11.0 - 2018-08-13
- Add an option to indicate that the image should be pulled before running (#57).
v0.10.0 - 2018-08-13
- Direct logs to stdout or stderr based on stream type returned from Docker API (#12).
- Use streaming for --showlogs (#51).
- Shouldn't allow both '--detach' and '--rm' (#52).
v0.9.0 - 2018-07-26
- Add an option to allow config files to be used by jobs (#49).
v0.8.0 - 2018-07-19
- Output details of any error on task failure (#46).
v0.7.1 - 2018-07-13
- Unable to obtain logs on remote swarm (#44).
v0.7.0 - 2018-07-12
- Add option to specify host/swarm (#42).
v0.6.0 - 2018-07-12
- Add option to remove service when complete (#5).
- Add option to pass environment variables to service (#31).
- Add option to pass volume mapping to a service (#32).
- Add option to repeat a job while a condition exists (#36).
v0.5.0 - 2018-06-21
- Pass parameters after the image through as arguments (#25).
v0.4.1 - 2018-06-20
- Add option to repeat a job until a condition exists (#14).
- When repeating tasks, relaunch job rather than creating new one (#21).
- Unknown states cause run to exit (#11).
v0.3.1 - 2018-06-19
- Add options to enable selection of tunneling (#17).
v0.2.1 - 2018-06-14
- Running command fails when trying to update service (#9).
v0.2.0 - 2018-06-13
- Add CLI script (#3).
- Add CLI parameters (#1).