This repository has been archived by the owner on Oct 9, 2020. It is now read-only.
Releases: docker-archive/ecs-plugin
Releases · docker-archive/ecs-plugin
v1.0.0-beta.5
New features
- Add support for Secrets using an init container
- Configure ECS rolling update
- Support
env_file
in service definition - Allow fine tunning of awslogs
- Allow user to customize Roles / ManagedPolicy
Changes
- Improved stack status with a new Progress Writer
- Better diagnostic message for "new ARN format" requirement
Bug fixes
- Propagate service tags on Tasks
- Don't give TargetGroups a name to avoid conflicts
- Remove timeout on
compose up
. Ctrl+C will cancel the deployment
v1.0.0-beta.4
New features
- Added support for
deploy.resources
Changes
- Added description to CloudFormation template
- Added
com.docker.compose.project
andcom.docker.compose.service
tags to the tasks
Bug fixes
- Fixed conversion from
deploy.resources.limits
values to Fargate resource combination - Fixed the custom VPC support
v1.0.0-beta.3
Changelog
- Print load balancer's URL on
compose ps
v1.0.0-beta.2
Changelog
- Preliminary support for updating a deployed application by
compose up
- Removed cluster from context, replaced by
x-aws-cluster
extension field compose ps
do not require the originalcompose.yaml
file- Don't create a LoadBalancer if
compose.yaml
has no port exposed - Use environment variables for interpolation
- Support
deploy.replicas
- 🐛 LoadBalancer names cannot be longer then 32 characters
- 🐛 Check AWS account requirements
- 🐛 Fix setup command breaks if .aws/config does not exists
v1.0.0-beta.1
v1.0.0-preview.2
`ps` shows LoadBalancer URL Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
v1.0.0-preview.1
includes:"TAGS" is required for DescribeServices Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>