All notable changes to this project will be documented in this file.
- Fixed cosmetic errors that appear after running a scenario
- Fixed grace period duration parsing in roll action
1.2.1 - 2020-11-13
- Fixed UI/UX (newlines, messages)
1.2.0 - 2020-11-13
- Added S3 provider
- Added filtering feature to
list
command
- Refactored module structure
- Moved filtering to a separate module
1.1.2 - 2020-11-11
- Fixed compatibility issues on Python 3.6
1.1.1 - 2020-11-10
- Fixed issues with threading library on Python 3.9
1.1.0 - 2020-11-10
- Check for updates on startup
- Added
list
command to list aliases or scenarios
- Providers now register at the factory identical to Tasks
- Improved table printing
1.0.4 - 2020-11-04
- Added install script
1.0.3 - 2020-11-04
- Replaced consulate with python-consul2 as Consul client
- Changed mininal Python version to 3.6
- Fixed loading config from Consul on Python 3.9
1.0.2 - 2020-11-04
- Get version from package metadata
1.0.1 - 2020-11-04
- Fixed suspend/unsuspend action for Elastigroups with multiple scaling policies
- Fixed tasks always targetting the first group in the list
1.0.0 - 2020-11-03
- Initial version