Skip to content

v0.5.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@wjcunningham7 wjcunningham7 released this 29 Sep 20:24
· 38 commits to develop since this 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 the EC2Executor
  • 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