Releases: AgnostiqHQ/covalent-awsbatch-plugin
Releases · AgnostiqHQ/covalent-awsbatch-plugin
v0.42.0
[0.42.0] - 2023-12-06
Changed
- Edit terraform scripts to require no user input in most cases (maybe
region
).
[0.41.2] - 2023-11-06
Fixed
- Modified the
prefix
attribute fromExecutorPluginDefaults
to take a default value, since it was causing error while usingdeploy
command with infra arguments
[0.41.1] - 2023-11-01
Fixed
- Fixed config file generation from template by using newer
templatefile
for Mac M1 compatibility with terraform
[0.41.0] - 2023-10-15
Changed
- Added
container_image_uri
toAWSBatchExecutor
to allow for custom container images to be specified via kwargs - Corrected reference to past name in CONTRIBUTING.md
- Updated .env.example to remove outdated parameter
v0.40.0
[0.40.0] - 2023-10-13
Changed
- Updated
requirements.txt
, removed boto3 version requirement as it is part ofcovalent-aws-plugins
, and updatecovalent-aws-plugins
minimum version requirement.
[0.39.0] - 2023-10-06
Changed
- Updated the terraform provider version for AWS to 5.17.0 (batch plugin)
[0.38.0] - 2023-09-20
Changed
- Updated license to Apache
[0.37.0] - 2023-09-05
Added
-
Output stream and exceptions support for AWSBatchExecutor.
-
A necessary
cache_dir
argument (in lieu of**kwargs
, removed by previous).
[0.36.0] - 2023-06-20
Changed
-
Updates init signature kwargs replaced with parent for better documentation.
-
Update task cancel function defintions. Add success, failure cancel tests
[0.35.0] - 2023-05-02
Changed
- Moved infra folder back under assets.
[0.34.0] - 2023-05-02
Changed
- In terraform
networking.tf
,enable_nat_gateway
is set to 'false'.
[0.33.0] - 2023-05-02
Added
- Pydantic model validation for Batch executor class parameters.
- Pydantic model validation for the corresponding Terraform parameters.
Changed
- Minor updates to the Terraform script such as changing variable
name
toprefix
.
[0.32.0] - 2023-03-14
Added
- Adding
terraform
resource provisioning scripts to assets
v0.26.0-1
[0.26.0-1] - 2023-09-20
Changed
- Updated license to Apache
v0.31.0
[0.31.0] - 2022-12-15
Changed
- Removed references to
.env
file in the functional test README.
v0.30.0
[0.30.0] - 2022-12-14
Changed
- Make Covalent Base Executor image configurable via environment variables.
v0.29.0
[0.29.0] - 2022-12-06
Changed
- Using executor aliases instead of classes for functional tests
v0.28.0
[0.28.0] - 2022-12-06
Changed
- Using region value directly from boto3 session to configure logging to support cases where user supplied region is empty
v0.27.0
[0.27.0] - 2022-11-28
Changed
- Moved creation of temp directory outside constructor (client side) so it can be run on dispatcher side
v0.26.0
[0.26.0] - 2022-11-22
Changed
- Removed hardcoded region, updated functional test executor fixture to include region, and added .env.example
v0.25.0
[0.25.0] - 2022-11-22
Changed
- Not setting default values for profile, region, and credentials_file