Skip to content

Latest commit

 

History

History
304 lines (158 loc) · 5.61 KB

CHANGELOG.md

File metadata and controls

304 lines (158 loc) · 5.61 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[UNRELEASED]

[0.34.0] - 2024-02-23

Added

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

[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

[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

[0.31.0] - 2023-09-20

Changed

  • Changed license to Apache

[0.30.0] - 2023-03-14

Added

  • Adding terraform infrastructure provisioning scripts to the plugin

Operations

  • Fix tests workflow.

[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.

[0.27.0] - 2022-12-15

Changed

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

[0.26.0] - 2022-12-14

Changed

  • Make Covalent Base Executor image configurable via environment variables.

[0.25.0] - 2022-12-06

Changed

  • Using executor aliases instead of classes for functional tests

[0.24.0] - 2022-12-06

Changed

  • Using region value directly from boto3 session to configure logging to support cases where user supplied region is empty

[0.23.0] - 2022-11-22

Changed

  • Functional tests using pytest and .env file configuration

[0.22.0] - 2022-11-22

Changed

  • Not setting default values for profile, region, and credentials_file

[0.21.0] - 2022-10-28

Changed

  • Bumped aws plugins version to new stable release

[0.20.0] - 2022-10-27

Changed

  • Added Alejandro to paul blart group

[0.19.0] - 2022-10-27

Fixed

  • Fixed the issue resulting from several async executions from covalent to AWS ECS revision ID

Changed

  • Update README.md
  • Removed ecs_task_family_name argument from constructor as the family name is dynamically generated for each job submission

[0.18.0] - 2022-10-27

Changed

  • Updated tag of hardcoded ECR URI to stable

[0.17.0] - 2022-10-25

Changed

  • Updated version of covalent-aws-plugins to >=0.7.0rc0

[0.16.1] - 2022-10-20

Fixed

  • Ensure that async functions are not being passed off to the threadpool.

[0.16.0] - 2022-10-14

Changed

  • Updated boto3 calls to make them compatible with the async library.

Operations

  • Add ref to license checker path

[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

[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

[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

[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

[0.12.0] - 2022-09-01

Added

  • Added live functional tests for CI pipeline

Tests

  • Enabled Codecov

[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.

[0.10.0] - 2022-08-19

Changed

  • Updated s3 client to initilize with explicit profile name

[0.9.0] - 2022-08-18

Added

  • Unit tests for the ecs.py module.

[0.8.0] - 2022-08-17

Changed

  • Pinned covalent version to stable

[0.7.0] - 2022-08-16

Changed

  • Updated required covalent version

[0.6.2] - 2022-08-13

Fixed

  • Fixed tests output

[0.6.1] - 2022-08-13

Fixed

  • Fixed release trigger

[0.6.0] - 2022-08-12

Added

  • Manifest file

[0.5.0] - 2022-08-12

Added

  • Workflow actions to support releases

Changed

  • Changed from alpha to beta

[0.4.0] - 2022-08-09

Changed

  • README.md file to include correct instructions on how to use the ECS executor.

[0.3.0] - 2022-08-09

Added

  • Unit tests for constructing python execution and dockerfile methods.

Fixed

  • ECS Executor.

[0.2.0] - 2022-08-04

Added

  • Testing CICD pipeline

Changed

  • Pre-commit install script.
  • Some references of Fargate were changed to ECS.

[0.1.0] - 2022-03-31

Changed

  • Changed global variable executor_plugin_name -> EXECUTOR_PLUGIN_NAME in executors to conform with PEP8.