Skip to content

Releases: AgnostiqHQ/covalent-ecs-plugin

v0.34.0

23 Feb 13:36
Compare
Choose a tag to compare
v0.34.0 Pre-release
Pre-release

[0.34.0] - 2024-02-23

Added

  • Generate random UUID for prefix variable to avoid name conflicting deployed resources

v0.33.0

21 Nov 13:07
Compare
Choose a tag to compare
v0.33.0 Pre-release
Pre-release

[0.33.0] - 2023-11-21

Changed

  • Changed the name variable / attribute to prefix to follow uniformity across all executor plugins
  • Changed the dict type of defaults to ExecutorInfraDefaults & ExecutorPluginDefaults
  • Minor changes in MANIFEST.in file

Added

  • Added a tftpl file for ECS executor to output the configuration

v0.32.0

06 Oct 15:17
Compare
Choose a tag to compare

[0.32.0] - 2023-10-06

Changed

  • Updated the terraform provider version for AWS to 5.17.0 (ecs plugin)
  • Disabled enable_nat_gateway on the vpc module, since it was throwing error from the respective module

Added

  • Added ownership controls for S3 bucket for supporting S3 bucket ACL

v0.23.0-1

21 Sep 03:01
d411b89
Compare
Choose a tag to compare

[0.23.0-1] - 2023-09-20

Changed

  • Changed license to Apache

v0.31.0

20 Sep 21:19
Compare
Choose a tag to compare
v0.31.0 Pre-release
Pre-release

[0.31.0] - 2023-09-20

Changed

  • Changed license to Apache

v0.30.0

14 Mar 06:38
Compare
Choose a tag to compare
v0.30.0 Pre-release
Pre-release

[0.30.0] - 2023-03-14

Added

  • Adding terraform infrastructure provisioning scripts to the plugin

Operations

  • Fix tests workflow.

v0.29.0

28 Feb 20:37
b143f88
Compare
Choose a tag to compare
v0.29.0 Pre-release
Pre-release

[0.29.0] - 2023-02-28

Changed

  • Removed redundant ecr_repo_name kwarg from README

[0.28.0] - 2023-02-28

Changed

  • pre-commit yml.

Removed

  • References to ecs_task_family_name and self._cwd since this is not used anymore.

v0.27.0

15 Dec 21:06
Compare
Choose a tag to compare
v0.27.0 Pre-release
Pre-release

[0.27.0] - 2022-12-15

Changed

  • Removed references to .env file in the functional test README.

v0.26.0

14 Dec 20:58
Compare
Choose a tag to compare
v0.26.0 Pre-release
Pre-release

[0.26.0] - 2022-12-14

Changed

  • Make Covalent Base Executor image configurable via environment variables.

v0.25.0

06 Dec 17:19
Compare
Choose a tag to compare
v0.25.0 Pre-release
Pre-release

[0.25.0] - 2022-12-06

Changed

  • Using executor aliases instead of classes for functional tests