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

Releases: docker-archive/compose-cli

v0.1.16

21 Sep 07:59
01ea248
Compare
Choose a tag to compare
v0.1.16 Pre-release
Pre-release

New

  • Introduced support for external EFS volumes

Bug fixes

v0.1.15

10 Sep 15:32
57ded74
Compare
Choose a tag to compare
v0.1.15 Pre-release
Pre-release

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

v0.1.14

27 Aug 10:22
f80e90c
Compare
Choose a tag to compare
v0.1.14 Pre-release
Pre-release

New

Improvements

Bug Fixes

v0.1.13

21 Aug 15:02
d6c8039
Compare
Choose a tag to compare
v0.1.13 Pre-release
Pre-release
Merge pull request #533 from docker/more_ecs_e2e

More ECS E2E tests (secrets), in // of compose

v0.1.12

14 Aug 16:20
27e7a0c
Compare
Choose a tag to compare

New

  • Auto-login to ACR repository from Azure login, when deploying ACR images
  • Auto-login to Azure storage account from Azure login, when using Azure File Share in ACI volumes
  • Ability to provide service principal client id & secret in docker login azure command (limitation : no refresh token is provided with Service Principal login, user must manually re-login). See docker-archive/cloud-integration-beta#21
  • Ability to docker stop/start single containers (not supported in compose applications).
  • docker rm is now more inline with the local experience : users need to stop a container before rm it, or need to specify docker rm --force (-f) to force removal
  • Fix docker ps output that was displaying stopped containers even if --all was not specified
  • Ability to specify restart policy for single containers, or compose application, as long as the same policy is applied to all containers in the app
  • docker login azure web page now redirects to https://docs.docker.com/engine/context/aci-integration/
  • Explicit error message when users try to specify labels in compose file, not supported in docker ACI integration

Bugfixes

v0.1.12-alpha1

13 Aug 12:17
ee915ce
Compare
Choose a tag to compare
v0.1.12-alpha1 Pre-release
Pre-release
Merge pull request #473 from docker/fix_warn_forward_signal

Do not display warning if cannot forward signal to child.

v0.1.11

13 Aug 09:53
4286458
Compare
Choose a tag to compare
v0.1.11 Pre-release
Pre-release
Merge pull request #471 from docker/fix-run-timeout

Put 40 seconds for timeout instead of 20

v0.1.10

17 Jul 15:22
Compare
Choose a tag to compare
v0.1.10 Pre-release
Pre-release

New features

  • Added docker logout azure

Changes

  • Removed the single--container--aci container name when doing docker run, the name of the container is the random-generated name we all know and love

Bug fixes

  • Fixed non-interactive exec (you can docker exec <CONTAINER> ls on an ACI context now)
  • Fixed docker logs --follow on Windows (docker-archive/cloud-integration-beta#16)
  • Fixed non-interactive ACI context creation

v0.1.9

17 Jul 14:46
45604a6
Compare
Choose a tag to compare
v0.1.9 Pre-release
Pre-release
  • Fixed logout <registry> (#397)

v0.1.8

17 Jul 09:46
c13d165
Compare
Choose a tag to compare
v0.1.8 Pre-release
Pre-release
  • Fixed non-interactive exec (you can docker exec <CONTAINER> ls on an ACI context now)
  • Added docker logout azure
  • Removed the single--container--aci container name when doing docker run, the name of the container is the random-generated name we all know and love
  • Fixed docker logs --follow on Windows (docker-archive/cloud-integration-beta#16)
  • Fixed non-interactive ACI context creation (https://github.com/docker/desktop-microsoft/issues/40)
  • Added the platform when doing an inspect with node-sdk, need to use the master branch of node-sdk since we didn't make a new release of it yet