Recent Releases of https://github.com/agnostiqhq/covalent-awslambda-plugin
https://github.com/agnostiqhq/covalent-awslambda-plugin - v0.34.0
[0.34.0] - 2023-10-13
Changed
- Updated license to Apache 2.0
- Python
Published by wjcunningham7 over 2 years ago
https://github.com/agnostiqhq/covalent-awslambda-plugin - v0.33.0
[0.33.0] - 2023-10-11
Added
- Added the lambda terraform files to
covalent_awslambda_pluginfolder from terraform repo ( including license blocks )
Changed
- Modified the MANIFEST.in to include the newly added plugin files
- Added terraform ignore file paths to
.gitignore
- Python
Published by wjcunningham7 over 2 years ago
https://github.com/agnostiqhq/covalent-awslambda-plugin - v0.32.0
[0.32.0] - 2023-04-26
Changed
- Setting
COVALENT_PLUGIN_LOAD=falsein base executor image to avoid multiprocessing issue in lambda
- Python
Published by wjcunningham7 almost 3 years ago
https://github.com/agnostiqhq/covalent-awslambda-plugin - v0.31.0
[0.31.0] - 2023-04-26
Changed
- Added configurable covalent version in
dockerworkflow to build base executor image
- Python
Published by wjcunningham7 almost 3 years ago
https://github.com/agnostiqhq/covalent-awslambda-plugin - v0.30.0
[0.30.0] - 2023-04-26
Added
- Print statements to functional tests.
- Python
Published by wjcunningham7 almost 3 years ago
https://github.com/agnostiqhq/covalent-awslambda-plugin - v0.29.0
[0.29.0] - 2023-02-27
Changed
- Removed execution_role from the executor defaults.
- Python
Published by wjcunningham7 almost 3 years ago
https://github.com/agnostiqhq/covalent-awslambda-plugin - v0.28.0
[0.28.0] - 2023-02-09
Changed
- Current path env variable in tests workflow.
[0.27.1] - 2023-02-09
Fixed
- Adding safe directory flag to execute git commands in the tests workflow.
[0.27.0] - 2023-02-09
Added
- Adding a
repository_dispatchtrigger to enable triggering this workflow from workflows in other repository
[0.26.1] - 2023-02-09
Fixed
- Fix broken Centos tests workflow by updating Git version.
- License checker workflow.
Operations
- Updates for pre-commit hooks.
[0.26.0] - 2023-02-07
Fixed
- Broken release.yml workflow.
Changed
- Fixed ECR repo URI in docker workflow
[0.25.0] - 2023-01-20
Changed
- Changed trigger from
pull_requesttopush
Added
- Added
pull_requesttrigger todockerworkflow for testing
Changed
- Updated docker workflow to install covalent pre-releases, syntax fixes
- Added docker image build job to the
release.ymlworkflow - Update
Dockerfileto includePYTHONPATHfor aws lambda - Update
Dockerfileto install pre-release versions ofcovalent
- Python
Published by wjcunningham7 about 3 years ago
https://github.com/agnostiqhq/covalent-awslambda-plugin - v0.24.0
[0.24.0] - 2022-12-15
Changed
- Removed references to
.envfile in the functional test README.
- Python
Published by wjcunningham7 about 3 years ago
https://github.com/agnostiqhq/covalent-awslambda-plugin - v0.23.0
[0.23.0] - 2022-12-06
Changed
- Using executor aliases instead of classes for functional tests
- Python
Published by wjcunningham7 about 3 years ago
https://github.com/agnostiqhq/covalent-awslambda-plugin - v0.22.0
[0.22.0] - 2022-11-22
Changed
- Not setting default values for profile, region, and credentials_file
- Python
Published by wjcunningham7 over 3 years ago
https://github.com/agnostiqhq/covalent-awslambda-plugin - v0.21.0
[0.21.0] - 2022-11-22
Changed
- Functional tests using pytest and .env file configuration
- Python
Published by wjcunningham7 over 3 years ago
https://github.com/agnostiqhq/covalent-awslambda-plugin - v0.20.0
- Python
Published by wjcunningham7 over 3 years ago
https://github.com/agnostiqhq/covalent-awslambda-plugin - v0.19.0
[0.19.0] - 2022-10-27
Changed
- Added Alejandro to paul blart group
- Python
Published by wjcunningham7 over 3 years ago
https://github.com/agnostiqhq/covalent-awslambda-plugin - v0.18.1
[0.18.1] - 2022-10-27
Fixed
- Make
function_nameands3_bucket_namevariables optional.
- Python
Published by wjcunningham7 over 3 years ago
https://github.com/agnostiqhq/covalent-awslambda-plugin - v0.18.0
[0.18.0] - 2022-10-27
Changed
- Updated base aws lambda executor image to explicitly install covalent assuming python slim-buster
COVALENT_BASE_IMAGEused.
- Python
Published by wjcunningham7 over 3 years ago
https://github.com/agnostiqhq/covalent-awslambda-plugin - v0.17.0
[0.17.0] - 2022-10-25
Changed
- Pinned version of covalent-aws-plugins to be gt than 0.7.0rc0
- Python
Published by wjcunningham7 over 3 years ago
https://github.com/agnostiqhq/covalent-awslambda-plugin - v0.16.1
[0.16.1] - 2022-10-21
Fixed
- Remove unused file.
- Python
Published by wjcunningham7 over 3 years ago
https://github.com/agnostiqhq/covalent-awslambda-plugin - v0.16.0
[0.16.0] - 2022-10-21
Changed
- Make function pickling async compatible.
- Python
Published by wjcunningham7 over 3 years ago
https://github.com/agnostiqhq/covalent-awslambda-plugin - v0.15.0
[0.15.0] - 2022-10-18
Changed
- Pre-commit auto update.
- Python
Published by wjcunningham7 over 3 years ago
https://github.com/agnostiqhq/covalent-awslambda-plugin - v0.14.0
[0.14.0] - 2022-10-18
Docs
Updated
READMEto reflect executor UX changesChanged
Made
AWSLambdaExecutorasync compatible
Added
- new methods to the Lambda executor to upload exception json files to S3 bucket
- updated polling to poll for both result/exception file
- added timeout to
_poll_task
- Python
Published by wjcunningham7 over 3 years ago
https://github.com/agnostiqhq/covalent-awslambda-plugin - v0.13.0
[0.13.0] - 2022-10-15
Changed
- Updated
AWSLambdaExecutorto use an existing lambda function to execute tasks using the lambda base docker image - Removed
setup/teardownandDeploymentPackageBuilder
Tests
- Updated the lambda unit tests
- Python
Published by wjcunningham7 over 3 years ago
https://github.com/agnostiqhq/covalent-awslambda-plugin - v0.12.0
[0.12.0] - 2022-10-14
Added
- Adding
Dockerfileto build the base Lambda executor image - Update lambda
exec.pyto extract task specific metadata from theeventinput
- Python
Published by wjcunningham7 over 3 years ago
https://github.com/agnostiqhq/covalent-awslambda-plugin - v0.11.2
[0.11.2] - 2022-10-06
Fixed
- Store
BASE_COVALENT_AWS_PLUGINS_ONLYin a temporary file rather than storing it as an environment variable.
- Python
Published by wjcunningham7 over 3 years ago
https://github.com/agnostiqhq/covalent-awslambda-plugin - v0.11.1
[0.11.1] - 2022-10-05
Fixed
- Falling back to config file defaults when using executor via instantiation of executor class
Docs
- Updated docs to include more information about required/optional config values, and provide information about each cloud resource that needs to be provisioned.
- Python
Published by wjcunningham7 over 3 years ago
https://github.com/agnostiqhq/covalent-awslambda-plugin - v0.11.0
[0.11.0] - 2022-10-03
Changed
- Revert: updated pinned covalent version for lambda zip file, and pinned to covalent-aws-plugins pre-release
- Python
Published by wjcunningham7 over 3 years ago
https://github.com/agnostiqhq/covalent-awslambda-plugin - v0.10.0
[0.10.0] - 2022-09-30
Changed
- Updated pinned covalent version for lambda zip file, and pinned to covalent-aws-plugins pre-release
- Python
Published by wjcunningham7 over 3 years ago
https://github.com/agnostiqhq/covalent-awslambda-plugin - v0.9.0
[0.9.0] - 2022-09-30
Added
- Logic to specify that only the base covalent-aws-plugins package is to be installed.
Operations
- Added license workflow
- Python
Published by wjcunningham7 over 3 years ago
https://github.com/agnostiqhq/covalent-awslambda-plugin - v0.8.3
[0.8.3] - 2022-09-22
Fixed
- Reverted temporarily to old RemoteExecutor API
- Moved uploading deployment archive off the main thread
- Python
Published by wjcunningham7 over 3 years ago
https://github.com/agnostiqhq/covalent-awslambda-plugin - v0.8.2
[0.8.2] - 2022-09-20
Fixed
- Function errors no longer cause the executor to poll indefinitely
- Exceptions in Lambda handler are returned
- Moved blocking steps off the main thread
- Python
Published by wjcunningham7 over 3 years ago
https://github.com/agnostiqhq/covalent-awslambda-plugin - v0.8.1
[0.8.1] - 2022-09-16
Fixed
- Added missing await to asyncio.sleep statements
Updated
- Added asyncio.sleep to unblock main thread when polling
- Python
Published by wjcunningham7 over 3 years ago
https://github.com/agnostiqhq/covalent-awslambda-plugin - v0.8.0
[0.8.0] - 2022-09-15
Changed
- Updated requirements.txt to pin aws executor plugins to pre-release version 0.1.0rc0
- Python
Published by wjcunningham7 over 3 years ago
https://github.com/agnostiqhq/covalent-awslambda-plugin - v0.7.1
[0.7.1] - 2022-09-13
Fixed
- Removed the temporary
AWSExecutorand now using the correctAWSExecutorfrom its repository
- Python
Published by wjcunningham7 over 3 years ago
https://github.com/agnostiqhq/covalent-awslambda-plugin - v0.7.0
[0.7.0] - 2022-09-07
Changed
- Inheriting from
AWSExecutornow instead fofBaseExecutordirectly
Tests
- Updated tests to reflect above changes
- Python
Published by wjcunningham7 over 3 years ago
https://github.com/agnostiqhq/covalent-awslambda-plugin - v0.6.0
[0.6.0] - 2022-09-06
Added
- Added live functional tests for CI pipeline
Tests
- Enabled Codecov
- Python
Published by wjcunningham7 over 3 years ago
https://github.com/agnostiqhq/covalent-awslambda-plugin - v0.5.0
[0.5.0] - 2022-08-25
Changed
- Changed covalent version in templated Dockerfile to correspond to 0.177.0
- Python
Published by wjcunningham7 over 3 years ago
https://github.com/agnostiqhq/covalent-awslambda-plugin - v0.4.0
[0.4.0] - 2022-08-17
Changed
- Pinning
covalentversion to the latest stable release0.177.0
- Python
Published by wjcunningham7 over 3 years ago
https://github.com/agnostiqhq/covalent-awslambda-plugin - v0.3.2
[0.3.2] - 2022-08-16
Fixed
- Make the version of Covalent required flexible
- Fixed path to Lambda JPG banner image
- Python
Published by wjcunningham7 over 3 years ago
https://github.com/agnostiqhq/covalent-awslambda-plugin - v0.3.1
[0.3.1] - 2022-08-16
Fixed
- Fixed CI workflow
- Updated tests
- Python
Published by wjcunningham7 over 3 years ago
https://github.com/agnostiqhq/covalent-awslambda-plugin - v0.3.0
[0.3.0] - 2022-08-13
- Python
Published by wjcunningham7 over 3 years ago