Skip to content
This repository has been archived by the owner on Sep 29, 2020. It is now read-only.

v0.1.15

Latest
Compare
Choose a tag to compare
@gtardif gtardif released this 11 Sep 10:32
· 2 commits to main since this release
ab1d6d0

New

  • ECS simulation mode: users can now create an ECS simulation context to run local applications using AWS services.
  • ECS integration creates an Application Load Balancer if protocol (or x-aws-protocol) is set to http or https
  • ACI volume management: users can use docker commands to create, list and remove volumes on Azure, in order to use these volumes in containers and compose applications.
    Volume references when running ACI containers are now in the format storageaccount/fileshare
  • docker compose ls command to list deployed ECS / ACI compose applications
  • docker compose ps command to list services of a compose application in ACI (already available in ECS contexts)

Bug Fixes

  • Fixed a bug in Azure login on some WSL2 configurations. Now falling back to Azure device code flow.
  • ACI: Stop following logs when the container gets stopped
  • ACI: properly pass environment variables using docker run -e key=value, when value includes "="
  • ECS: properly set TaskRole according to configured managed policies/IAM role