- Logic to specify that only the base covalent-aws-plugins package is to be installed.
Updated
0.5.1
Fixed
- Typo in `release.yml`
0.5.0
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`
0.4.0
Not secure
Added
- Added unit and functional tests
Changed
- Updated terraform provisioner script to write conda location to `/etc/environment` - Using named conda environment and passing as `conda_env` to SSH executor instead of specifying python path - Reusable version workflow now used
0.3.0
Changed
- Updated `teardown()` to properly destroy resources after completing workflow execution
0.2.0
Changed
- Updated python3_path -> python_path as per new ssh plugin version (0.8.0) - Always overriding python_path to terraform defined value - Updated provisioning script to be as minimal as possible