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

v1.0.1

30 Oct 13:01
24b40e1
Compare
Choose a tag to compare

Bug fixes and minor changes

v1.0.0

29 Oct 17:02
8104611
Compare
Choose a tag to compare

Bug fixes and minor changes

  • Possible fix for PATH issues in corner case scenario (no PATH defined especially)
  • Fix regression on docker context update: #811

v0.1.23

28 Oct 13:10
39558c7
Compare
Choose a tag to compare

New

  • ACI: new docker prune command to cleanup all current deployments
  • ACI: new docker volume inspect command in volume management commands
  • ECS: Allow to pass EFS create option by driver_opts
  • ECS: Allow to set ami/machine by Deploy.Placement.Constraint
  • ECS: add support for ulimits.nofile
  • ECS: Enable cross zone load balancing

v0.1.22

13 Oct 15:53
18ac5d7
Compare
Choose a tag to compare
  • ECS: Create new filesystems for volume if needed when running compose up
  • Fix regression in CLI API listing/inspecting containers

v0.1.21

13 Oct 10:50
f7cce91
Compare
Choose a tag to compare
v0.1.21 Pre-release
Pre-release

New

  • ECS: docker compose up --detach let the deployment happen asynchronously
  • ACI: flag --format json and --quiet in commands ps, context ls, compose ls, compose ps, volume ls to output json or single IDs
  • ACI: Allow to set different memory / CPU requests and limits, see documentation
  • ACI: validate volume is not in use when deleting volumes

v0.1.20

06 Oct 12:42
0cea91c
Compare
Choose a tag to compare
v0.1.20 Pre-release
Pre-release

New:

  • ECS: detect service failing to run tasks and report reason (example: pull failure)
  • ECS: introduce support for cpu-bound autoscaling using x-aws-autoscaling

Bug fixes:

  • ECS: fix volume names not being compliant with CloudFormation resource constraints
  • ECS: fix service discovery by simple name, uing an initContainer to prepare /etc/resolv.conf
  • ECS: fix EC2 CapacityProvider removal on compose down

v0.1.19

02 Oct 12:40
9a3d3a7
Compare
Choose a tag to compare
v0.1.19 Pre-release
Pre-release

New

  • ACI: Add --envfile arg support to docker run

Bug fixes

  • Fixes regression #712 (cannot docker login to localhost)

v0.1.18

28 Sep 13:47
50c80b8
Compare
Choose a tag to compare

New

  • ECS: Allowing to request GPU deployment in addition to Fargate-based deployment
  • ACI: Volume create command changed to docker volume create MY_VOLUME --storage-account MY_ACCOUNT
    (no --fileshare flag required anymore)

Bug fixes

  • fixed regression happening when the cli cannot write folder ~/.docker/contexts (cf. docker/for-win#8551)

v0.1.18-beta1

23 Sep 14:30
91a668a
Compare
Choose a tag to compare
Merge pull request #641 from docker/fix_metrics_default_context

In metrics, send context type, not context name (metrics for Moby calls)

v0.1.17

23 Sep 07:47
64cd8eb
Compare
Choose a tag to compare
v0.1.17 Pre-release
Pre-release

New

  • ACI: allow to set DNSLabelName, see #651
  • ACI: allow to specify read-only volumes