This repository was archived by the owner on Nov 27, 2023. It is now read-only.
v1.0.7
New
- Local
docker composecommand now support GPU device requests in Compose files. - Local
docker composecommand now supports--remove-orphansoption. - Local
docker composecommand now supportscontainer_namefield in Compose files. - Local
docker composecommand now supports secrets provided in Compose files. - ECS: Support for Cloudformation overlays using Composefile
x-aws-cloudformationextension field. Read more on https://docs.docker.com/cloud/ecs-integration/#tuning-the-cloudformation-template - ECS: Resolve image by digest before deploying to ECS, allowing to properly redeploy a Compose stack if only Docker images have been updated, without any change to the Compose file.
- ECS: Use LoadBalancer's VPC and subnet when x-aws-loadbalancer is set
- ACI: Support for container_name field in Compose files.
Bug fixes and minor updates
- ECS: Fixed pagination to list all items in some ECS lists.
- ECS: Fixed S3Bucket used when deploying very large payloads to ECS.
- ACI: Fixed hostname resolution when using
container_namefield in Composefiles.