- VMBroker now has the ability to multiprocess checkouts
- Other miscellaneous enhancements and fixes
- Added ability to extend vm lease time
- Changed --artifacts to now accept merge or last
- Misc small changes
- Added background mode to broker's cli
- Added log-level silent
- Updated broker to be compatible with dynaconf 3.0.0
- Added the ability to specify a BROKER_DIRECTORY envrionment variable
- Changed settings.yaml to broker_settings.yaml
- Added inventory sync functionality to broker
- Added the ability to query actions from providers using nick-help
- Misc enhancements and tweaks including improving inventory host removal
- Added execute functionality to broker
- Added more functionality to VMBroker subclass to handle execute
- Slightly changed AnsibleTower provider to allow for arbitrary workflow execution
- Added session class
- Added session functionality to Host class
- Updated VMBroker context manager
- Added ssh2-python dependency (requires cmake)
- New host settings added to settings.yaml.example
- Added nick-help subcommand
- Added new helper method for presenting complex data structures
- Changed --debug to --log-level allowing for greater log control
- Improved in-code documentation
- Added initial tests
- Added travis integration
- Added a helper method for tests
- Minor fixes and tweaks
- Refactored location and process of checkin/checkout
- Added a Test Provider ahead of adding tests
- Introduced duplicate command Note that this will not work with old inventory format
- Updated awxkit version
- Removed provider from host information
- Initial commit
- Added basic featureset