Releases: AgnostiqHQ/covalent-ecs-plugin
Releases · AgnostiqHQ/covalent-ecs-plugin
v0.15.1
[0.15.1] - 2022-10-06
Fixed
- Store
BASE_COVALENT_AWS_PLUGINS_ONLY
in a temporary file rather than storing it as an environment variable.
Docs
- Added sections containing configuration information and required cloud resources
v0.15.0
[0.15.0] - 2022-10-04
Changed
- Falling back to config file defaults when using executor via instantiation of executor class
- Removed redundant
ecr_repo_name
config attribute
v0.14.0
[0.14.0] - 2022-09-30
Added
- Logic to specify that only the base covalent-aws-plugins package is to be installed.
Operations
- Added license workflow
v0.13.0
[0.13.0] - 2022-09-15
Changed
- Updated requirements.txt to pin aws executor plugins to pre-release version 0.1.0rc0
Tests
- Updated tests for ECS Executor now using AWSExecutor base class
- Added pytest-asyncio
- Added missing pip deps to functional tests
Updated
- ECS Executor now inheriting from AWSExecutor
- Updated subnet and security group validation to conform to new 17 digit IDs as per https://aws.amazon.com/about-aws/whats-new/2018/02/longer-format-resource-ids-are-now-available-in-amazon-ec2/
v0.12.0
[0.12.0] - 2022-09-01
Added
- Added live functional tests for CI pipeline
Tests
- Enabled Codecov
v0.11.0
[0.11.0] - 2022-08-25
Changed
- Changed covalent version in templated Dockerfile to correspond to 0.177.0
Tests
- Added remaining unit tests for the
ecs.py
module.
v0.10.0
[0.10.0] - 2022-08-19
Changed
- Updated s3 client to initilize with explicit profile name
v0.9.0
[0.9.0] - 2022-08-18
Added
- Unit tests for the
ecs.py
module.
v0.8.0
[0.8.0] - 2022-08-17
Changed
- Pinned
covalent
version tostable
v0.7.0
[0.7.0] - 2022-08-16
Changed
- Updated required
covalent
version