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

Releases: docker-archive/compose-cli

v1.0.25

31 May 07:16
6f3f942

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.24...v1.0.25

v1.0.24

21 Apr 17:16
84ba23e

Choose a tag to compare

What's Changed

Full Changelog: v1.0.23...v1.0.24

v1.0.23

31 Mar 16:13
2001d0c

Choose a tag to compare

What's Changed

  • fix: panic with ec2 source less volumes by @lucassscaravelli in #2117
  • Bump github.com/containerd/containerd from 1.5.8 to 1.5.9 by @dependabot in #2124
  • Remove the call to com.docker.cli to get the default context by @rumpl in #2127
  • Bump postgresql from 42.1.4 to 42.3.3 in /aci/e2e/aci-demo/words by @dependabot in #2133
  • Fix default behaviour for ecs flag --tail in log command by @ulyssessouza in #2130
  • Bump github.com/containerd/containerd from 1.5.9 to 1.5.10 by @dependabot in #2137
  • Add SBOM management command by @wagoodman in #2139

New Contributors

Full Changelog: v1.0.22...v1.0.23

v1.0.22

25 Nov 15:00
cf3c840

Choose a tag to compare

v1.0.22 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v1.0.21...v1.0.22

v1.0.21

08 Nov 12:50
b6dbcd7

Choose a tag to compare

v1.0.21 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0.20...v1.0.21

v1.0.20

04 Nov 17:56
8f27de6

Choose a tag to compare

v1.0.20 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0.19...v1.0.20

v1.0.19

03 Nov 20:06
461f022

Choose a tag to compare

v1.0.19 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0.18...v1.0.19

v1.0.18

03 Nov 08:18
90389a6

Choose a tag to compare

v1.0.18 Pre-release
Pre-release

What's Changed

Read more

v2.0.0-rc.2

26 Aug 14:52
3f50c5e

Choose a tag to compare

v2.0.0-rc.2 Pre-release
Pre-release

Improvements

  • Include "volume_from" as a source for implicit dependencies
  • Add build warning on pull when image should be built

Bugfixes

  • Fix project name to be case-insensitive for "compose down"
  • Fix non-normalized project name
  • Fix port merging on partial reference
  • Fix variable replacement on full line comments

v2.0.0-rc.1

09 Aug 18:58
8fefd8b

Choose a tag to compare

v2.0.0-rc.1 Pre-release
Pre-release

Improvements

  • Docker compose command line completion. #1338
  • Allow to set 0 scale/replicas. #1909.
  • Detect new container on logs —follow #1635.

Bugfixes

  • report error on ps when no container is found #1893.
  • Fix filtering in docker compose ps command #1993.
  • Report error when there's no container to start #1905
  • Restore support for control sequence in compose run #1908.
  • Fix dotEnv load path precedence #1892.
  • Ignore one-off container events #1955.
  • Include exposed ports in container ports config #1950
  • Fixed docker compose rm -s not removing containers #1965.
  • Fixed compose not handling environment file without = after variable name #1917.