Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

v1.0.7

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Jan 16:33
· 1040 commits to main since this release
4a4e6be

New

  • Local docker compose command now support GPU device requests in Compose files.
  • Local docker compose command now supports --remove-orphans option.
  • Local docker compose command now supports container_name field in Compose files.
  • Local docker compose command now supports secrets provided in Compose files.
  • ECS: Support for Cloudformation overlays using Composefile x-aws-cloudformation extension 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_name field in Composefiles.