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

v2.0.0-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 09 Aug 18:58
· 193 commits to main since this release
8fefd8b

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.