v0.5.0
Pre-release
Pre-release
[0.5.0] - 2022-09-29
Added
- Added license workflow
Changed
- Made EC2 executor async aware
- updated to be compatible with ssh plugin 0.14.0rc0
- Introduced
AWSExecutor
as a second parent to theEC2Executor
- Updated requirements.txt to pin aws executor plugins to pre-release version 0.1.0rc0
- Updated requirements.txt to pin ssh plugin to version 0.13.0rc0
Tests
- Added unit tests for validating attributes and credentials
- Using DepsPip instead of DepsBash to install pip dependencies for functional tests & logging executor config
- Added requirements.txt for functional tests