Merged: 2019-06-18 Added - **Job Help Messages** | Adds support for help messages on the arguments and parameters for Skelebot jobs
---
0.2.8
Merged: 2019-06-18 Changed - **Job Params** | Now support a new value (isBoolean) that defaults to false, but when set to true allows params to be boolean flags
---
0.2.7
Merged: 2019-06-17 Changed - **Docker Run** | Updated the docker run process to handle more volume mapping formats (absolute and home based paths) - **Docker Images** | No longer using base images, instead always using the krb images to keep things simple
---
0.2.6
Merged: 2019-06-06 Changed - **Scaffolder** | Fixed the bug where the wrong values were getting placed into the Config class
---
0.2.5
Merged: 2019-06-05 Changed - **Docker** | Python execution in Docker passes the -u param to display output to console - **Image Versions** | Now only a single hardcoded image version, not a dictionary
Removed - **SkelebotVersion** | Removed the skelebotVersion from the config object (skelebot.yaml) as it is unused now
---
0.2.4
Merged: 2019-06-04 Changed - **Parser** | Updated conditional check on choices to handle empty list instead of None, updated parse_args to support unit tests - **Parser Test** | Updated the test cases here to actually evaluate the args being parsed and ensure that having and not having choices works