Skip to content

Releases: AgnostiqHQ/covalent-ec2-plugin

v0.13.2

01 Nov 18:25
Compare
Choose a tag to compare

[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

21 Sep 03:22
36c9b27
Compare
Choose a tag to compare

[0.12.0-1] - 2023-09-20

Changed

  • Changed license to Apache

v0.13.1

09 Feb 19:34
Compare
Choose a tag to compare
v0.13.1 Pre-release
Pre-release

[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

22 Nov 21:46
Compare
Choose a tag to compare

[0.12.0] - 2022-11-22

Changed

  • Removed executor defaults for boto3 session args

v0.11.0

22 Nov 21:33
Compare
Choose a tag to compare
v0.11.0 Pre-release
Pre-release

[0.11.0] - 2022-11-22

Changed

  • Functional tests using pytest and .env file configuration

v0.10.0

28 Oct 01:05
Compare
Choose a tag to compare
Release v0.10.0

v0.9.0

27 Oct 22:52
Compare
Choose a tag to compare
v0.9.0 Pre-release
Pre-release

[0.9.0] - 2022-10-27

Changed

  • Added Alejandro to paul blart group

v0.8.1

26 Oct 18:48
Compare
Choose a tag to compare
v0.8.1 Pre-release
Pre-release

[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

26 Oct 18:10
Compare
Choose a tag to compare
v0.8.0 Pre-release
Pre-release

==> ./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

25 Oct 22:26
Compare
Choose a tag to compare
v0.7.0 Pre-release
Pre-release

[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