Recent Releases of https://github.com/agnostiqhq/covalent-ec2-plugin

https://github.com/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

- Python
Published by wjcunningham7 over 2 years ago

https://github.com/agnostiqhq/covalent-ec2-plugin - v0.12.0-1

[0.12.0-1] - 2023-09-20

Changed

  • Changed license to Apache

- Python
Published by wjcunningham7 over 2 years ago

https://github.com/agnostiqhq/covalent-ec2-plugin - 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

- Python
Published by wjcunningham7 about 3 years ago

https://github.com/agnostiqhq/covalent-ec2-plugin - v0.12.0

[0.12.0] - 2022-11-22

Changed

  • Removed executor defaults for boto3 session args

- Python
Published by wjcunningham7 over 3 years ago

https://github.com/agnostiqhq/covalent-ec2-plugin - v0.11.0

[0.11.0] - 2022-11-22

Changed

  • Functional tests using pytest and .env file configuration

- Python
Published by wjcunningham7 over 3 years ago

https://github.com/agnostiqhq/covalent-ec2-plugin - v0.10.0

- Python
Published by wjcunningham7 over 3 years ago

https://github.com/agnostiqhq/covalent-ec2-plugin - v0.9.0

[0.9.0] - 2022-10-27

Changed

  • Added Alejandro to paul blart group

- Python
Published by wjcunningham7 over 3 years ago

https://github.com/agnostiqhq/covalent-ec2-plugin - 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

- Python
Published by wjcunningham7 over 3 years ago

https://github.com/agnostiqhq/covalent-ec2-plugin - 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.

- Python
Published by wjcunningham7 over 3 years ago

https://github.com/agnostiqhq/covalent-ec2-plugin - 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

- Python
Published by wjcunningham7 over 3 years ago

https://github.com/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

- Python
Published by wjcunningham7 over 3 years ago

https://github.com/agnostiqhq/covalent-ec2-plugin - v0.6.1

[0.6.1] - 2022-10-04

Fixed

  • Moved infra folder to live within covalent_ec2_plugin module and added missing init file to include during installation

- Python
Published by wjcunningham7 over 3 years ago

https://github.com/agnostiqhq/covalent-ec2-plugin - 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

- Python
Published by wjcunningham7 over 3 years ago

https://github.com/agnostiqhq/covalent-ec2-plugin - v0.5.1

[0.5.1] - 2022-09-29

Fixed

  • Typo in release.yml

- Python
Published by wjcunningham7 over 3 years ago

https://github.com/agnostiqhq/covalent-ec2-plugin - 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 the EC2Executor
  • 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

- Python
Published by wjcunningham7 over 3 years ago

https://github.com/agnostiqhq/covalent-ec2-plugin - Release v0.4.0

What's Changed

  • Adding terraform and executor files by @Emmanuel289 in https://github.com/AgnostiqHQ/covalent-ec2-plugin/pull/1
  • copying basic actions by @wjcunningham7 in https://github.com/AgnostiqHQ/covalent-ec2-plugin/pull/2
  • Updated provision script, and overriding python path by @AlejandroEsquivel in https://github.com/AgnostiqHQ/covalent-ec2-plugin/pull/5
  • Fixing infra teardown by @Emmanuel289 in https://github.com/AgnostiqHQ/covalent-ec2-plugin/pull/8
  • Fix for DepsPip in EC2 plugin by @AlejandroEsquivel in https://github.com/AgnostiqHQ/covalent-ec2-plugin/pull/10
  • Directory for functional tests by @Emmanuel289 in https://github.com/AgnostiqHQ/covalent-ec2-plugin/pull/6

New Contributors

  • @Emmanuel289 made their first contribution in https://github.com/AgnostiqHQ/covalent-ec2-plugin/pull/1
  • @wjcunningham7 made their first contribution in https://github.com/AgnostiqHQ/covalent-ec2-plugin/pull/2
  • @AlejandroEsquivel made their first contribution in https://github.com/AgnostiqHQ/covalent-ec2-plugin/pull/5

Full Changelog: https://github.com/AgnostiqHQ/covalent-ec2-plugin/commits/v0.4.0

- Python
Published by wjcunningham7 over 3 years ago