Releases: AgnostiqHQ/covalent-ec2-plugin
Releases · AgnostiqHQ/covalent-ec2-plugin
v0.13.2
[0.13.2] - 2023-11-01
Changed
- 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
- 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
v0.12.0-1
[0.12.0-1] - 2023-09-20
Changed
- Changed license to Apache
v0.13.1
[0.13.1] - 2023-02-09
Fixed
- Centos test workflow by updating git version.
- License checker workflow.
[0.13.0] - 2023-01-19
Changed
- 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
v0.12.0
[0.12.0] - 2022-11-22
Changed
- Removed executor defaults for boto3 session args
v0.11.0
[0.11.0] - 2022-11-22
Changed
- Functional tests using pytest and .env file configuration
v0.10.0
Release v0.10.0
v0.9.0
[0.9.0] - 2022-10-27
Changed
- Added Alejandro to paul blart group
v0.8.1
[0.8.1] - 2022-10-26
Fixed
- Fixed a race condition that arises from running
terraform init
in an asynchronous manner from multiple electrons
v0.8.0
==> ./CHANGELOG.md <==
- Updated provisioning script to be as minimal as possible
[0.1.0] - 2022-08-19
Added
- Core files for this repo.
- CHANGELOG.md to track changes (this file).
- Semantic versioning in VERSION.
v0.7.0
[0.7.0] - 2022-10-25
Changed
- Pinned version of covalent-aws-plugins to be gt than 0.7.0rc0 & covalent-ssh-plugin to be gt than 0.15.0rc0