This repository has been archived by the owner on Aug 10, 2022. It is now read-only.
Releases: firstlookmedia/deployables
Releases · firstlookmedia/deployables
release-0.0.4
- lambda_deploy() will deploy via S3 if DEPLOY_LAMBDA_S3_BUCKET is set
- lambda_deploy() will throw an error if the zip is greater than 50MB and DEPLOY_LAMBDA_S3_BUCKET is not set
- some other minor lambda-related code cleanup
release-0.0.3
- refactor fargate flags for backward compatibility
- introduce DEPLOY_ECR_REPO in lieu of assuming DEPLOY_APP_NAME
- _ecs_update_service does not need to call _get_target_image_tag if DEPLOY_IMAGE_TAG is defined
- use DEPLOY_LAMBDA_PUBLISH_NEW_VERSION flag to publish new version of lambda
- only set lambda environment if environment file exists
release-0.0.2
tagging a stable v1.0.0 with reconciled jeffo and nw branches merged into master
release-0.0.1
tagging original master
branch in preparation for merging in long-standing, newer branches.