Releases: AgnostiqHQ/covalent-ec2-plugin
Releases · AgnostiqHQ/covalent-ec2-plugin
v0.6.2
[0.6.2] - 2022-10-06
Fixed
- Store
BASE_COVALENT_AWS_PLUGINS_ONLY
in a temporary file rather than storing it as an environment variable.
Docs
- Updated docs to include more information about required/optional config values, and provide information about each cloud resource that needs to be provisioned
v0.6.1
[0.6.1] - 2022-10-04
Fixed
- Moved
infra
folder to live withincovalent_ec2_plugin
module and added missing init file to include during installation
v0.6.0
[0.6.0] - 2022-09-30
Added
- Logic to specify that only the base covalent-aws-plugins package is to be installed.
Updated
v0.5.1
[0.5.1] - 2022-09-29
Fixed
- Typo in
release.yml
v0.5.0
[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
Release v0.4.0
What's Changed
- Adding terraform and executor files by @Emmanuel289 in #1
- copying basic actions by @wjcunningham7 in #2
- Updated provision script, and overriding python path by @AlejandroEsquivel in #5
- Fixing infra teardown by @Emmanuel289 in #8
- Fix for DepsPip in EC2 plugin by @AlejandroEsquivel in #10
- Directory for functional tests by @Emmanuel289 in #6
New Contributors
- @Emmanuel289 made their first contribution in #1
- @wjcunningham7 made their first contribution in #2
- @AlejandroEsquivel made their first contribution in #5
Full Changelog: https://github.com/AgnostiqHQ/covalent-ec2-plugin/commits/v0.4.0