Releases: AgnostiqHQ/covalent-ecs-plugin
Releases · AgnostiqHQ/covalent-ecs-plugin
v0.34.0
[0.34.0] - 2024-02-23
Added
- Generate random UUID for prefix variable to avoid name conflicting deployed resources
v0.33.0
[0.33.0] - 2023-11-21
Changed
- Changed the
name
variable / attribute toprefix
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
v0.23.0-1
[0.23.0-1] - 2023-09-20
Changed
- Changed license to Apache
v0.31.0
[0.31.0] - 2023-09-20
Changed
- Changed license to Apache
v0.30.0
[0.30.0] - 2023-03-14
Added
- Adding
terraform
infrastructure provisioning scripts to the plugin
Operations
- Fix tests workflow.
v0.29.0
[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
andself._cwd
since this is not used anymore.
v0.27.0
[0.27.0] - 2022-12-15
Changed
- Removed references to
.env
file in the functional test README.
v0.26.0
[0.26.0] - 2022-12-14
Changed
- Make Covalent Base Executor image configurable via environment variables.
v0.25.0
[0.25.0] - 2022-12-06
Changed
- Using executor aliases instead of classes for functional tests