Docker Compose Versions Save

Define and run multi-container applications with Docker

v2.24.0

3 months ago

What's Changed

Breaking change :warning:

  • service hash computation logic has been updated to fully ignore replicas/scale. Due to this change, after upgrade all services will be recreated.

✨ Enhancements

🐛 Fixes

🔧 Internal

⚙️ Dependencies

New Contributors

Full Changelog: https://github.com/docker/compose/compare/v2.23.3...v2.24.0

v2.24.0-birthday.10

4 months ago

This is a pre-release to celebrate 10 years of Docker Compose since https://github.com/docker/compose/commit/0eb7d308615bae1ad4be1ca5112ac7b6b6cbfbaf

✨ Features

🐛 Fixes

🔧 Internal

⚙️ Dependencies

New Contributors

Full Changelog: https://github.com/docker/compose/compare/v2.23.3...v2.24.0-birthday.10

v2.23.3

5 months ago

⚙️ Dependencies

Full Changelog: https://github.com/docker/compose/compare/v2.23.2...v2.23.3

v2.23.2

5 months ago

✨ Features

🐛 Fixes

🔧 Internal

⚙️ Dependencies

Full Changelog: https://github.com/docker/compose/compare/v2.23.1...v2.23.2

v2.23.1

5 months ago

✨ Features

🐛 Fixes

🔧 Internal

New Contributors

Full Changelog: https://github.com/docker/compose/compare/v2.23.0...v2.23.1

v2.23.0

6 months ago

✨ Features

  • Add dry-run support for publish command (#11067)
  • Add COMPOSE_ENV_FILES env variable to pass a list of env files (#11061)
  • Add sync+restart action to compose watch (#11095)

🐛 Fixes

  • Truncate compose ps output to align with Docker CLI by default and introduce --no-trunc to keep the previous behaviour (#11038)
  • Update the watch warning message when no services with a develop section (#11047)
  • Include image name in inspect error message (#11006)
  • Make hashes between up and configure consistent (#11010)
  • Warn user remote resource is disabled (#11051)
  • Enable profile when down is ran with explicit service names (#11108)
  • Check that the pull policy provided is a valid one (#11109)

🔧 Internal

  • Align OCI artifacts with upstream guidance (#11049)
  • remove cucumber tests as we haven't added new ones for a while (#11076)
  • remove refrecence docs generation (#11085)

What's Changed

New Contributors

Full Changelog: https://github.com/docker/compose/compare/v2.22.0...v2.23.0

v2.22.0

7 months ago

💁🏻 Upgrade Notes

  • watch command is now GA and can be directly used from the root command docker compose watch

✨ Features

  • Experimental support of publish command (#10949)
  • watch now build and launch the project at start (#10957)
  • Add policy option to the --pull flag (#10981)

🐛 Fixes

  • Fix various race/deadlock conditions for up command on exit (#10934)
  • Fix for multi-plaform issues on build (#10956)
  • Enable services explicitly requested even if their profiles aren't activated (#10952)
  • Fix config bug when declared env_file are missing (#11025)

🔧 Internal

What's Changed

New Contributors

Full Changelog: https://github.com/docker/compose/compare/v2.21.0...v2.22.0

v2.21.0

7 months ago

💁🏻 Upgrade Notes

  • Format of docker compose ps and docker compose ps --format=json changed to better align with docker ps output (#10918)

✨ Features

  • Support for multi-document YAML files (compose-spec/compose-go#451)
  • Experimental support for loading remote Compose files from Git repos with include (#10811)

🐛 Fixes

  • Fix for incorrect proxy variables during build (#10908)
  • Fix for truncated container logs (#10925)
  • Fix for "no such service" errors when using include and profiles (compose-spec/compose-go#448)
  • Fix for .env overrides when using include (compose-spec/compose-go#449)

🔧 Internal

  • Upgrade to [email protected]
  • Switch to moby/patternmatcher/ignorefile for .dockerignore parsing (#10922)

What's Changed

New Contributors

Full Changelog: https://github.com/docker/compose/compare/v2.20.3...v2.21.0

v2.20.3

8 months ago

What's Changed

Enhancements ✨

Fixes 🐛

Internal 🔧

Dependencies ⚙️

New Contributors

Full Changelog: https://github.com/docker/compose/compare/v2.20.2...v2.20.3

v2.20.2

9 months ago

What's Changed

Enhancements ✨

Fixes 🐛

Internal 🔧

Dependencies ⚙️

Full Changelog: https://github.com/docker/compose/compare/v2.20.1...v2.20.2