All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Generate random UUID for prefix variable to avoid name conflicting deployed resources
- Moved the terraform files into covalent_ec2_plugin/assets/infra folder.
- Minor modifications on the plugin core to handle the above folder changes.
- Fixed security group, enabling ec2 instances to connect to internet and download conda installation file.
- Added tftpl file to project configuration value
- Now instead of throwing an error when an ssh key doesn't exist, EC2Executor will create the key pair, link it to AWS, and then use it to connect to the instance
- Updated covalent version to use a variable instead of a hard-coded value
- Updates init signature kwargs replaced with parent for better documentation.
- Changed license to Apache
- Updated AWS terraform provider version to ~> 5.17
- Covalent version to be installed on the EC2 instance can now be specified by the user - including the ability to specify extras (e.g.
covalent[qiskit]
)
- Fixed the lookup of the tfstate file
- Fixed networking due to the provider version update
- Fixed the banner which was broken in README.md when viewed from the PyPi page
- Centos test workflow by updating git version.
- License checker workflow.
- Moved EC2 plugin specific validation to setup (checking key file existance)
- Parsing region and profile from boto3 session (determined by AWS Base Executor)
- Removed functional test executor instance in favour of config file configuration
- Removed executor defaults for boto3 session args
- Functional tests using pytest and .env file configuration
- Updated SSH plugin version to correspond with covalent >=0.202.0,<1
- Added Alejandro to paul blart group
- Fixed a race condition that arises from running
terraform init
in an asynchronous manner from multiple electrons
- Bumped
covalent
version to0.202.0
- Pinned version of covalent-aws-plugins to be gt than 0.7.0rc0 & covalent-ssh-plugin to be gt than 0.15.0rc0
- Store
BASE_COVALENT_AWS_PLUGINS_ONLY
in a temporary file rather than storing it as an environment variable.
- Updated docs to include more information about required/optional config values, and provide information about each cloud resource that needs to be provisioned
- Moved
infra
folder to live withincovalent_ec2_plugin
module and added missing init file to include during installation
- Logic to specify that only the base covalent-aws-plugins package is to be installed.
- Typo in
release.yml
- Added license workflow
- 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
- 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
- Added unit and functional tests
- 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
- Updated
teardown()
to properly destroy resources after completing workflow execution
- 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
- Core files for this repo.
- CHANGELOG.md to track changes (this file).
- Semantic versioning in VERSION.
- CI pipeline job to enforce versioning.