Compose Cli Versions Save

Easily run your Compose application to the cloud with compose-cli

v1.0.25

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/docker/compose-cli/compare/v1.0.24...v1.0.25

v1.0.24

2 years ago

What's Changed

Full Changelog: https://github.com/docker/compose-cli/compare/v1.0.23...v1.0.24

v1.0.23

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/docker/compose-cli/compare/v1.0.22...v1.0.23

v1.0.22

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/docker/compose-cli/compare/v1.0.21...v1.0.22

v1.0.21

2 years ago

What's Changed

Full Changelog: https://github.com/docker/compose-cli/compare/v1.0.20...v1.0.21

v1.0.20

2 years ago

v1.0.19

2 years ago

What's Changed

Full Changelog: https://github.com/docker/compose-cli/compare/v1.0.18...v1.0.19

v1.0.18

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/docker/compose-cli/compare/v1.0.17...v1.0.18

v2.0.0-rc.2

2 years ago

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

2 years ago

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.