Docker Compose Versions Save

Define and run multi-container applications with Docker

v2.25.0

1 week ago

What's Changed

🐛 Fixes

✨ Improvements

🔧 Internal

New Contributors

Full Changelog: https://github.com/docker/compose/compare/v2.24.7...v2.25.0

v2.24.7

3 weeks ago

What's Changed

🐛 Fixes

  • Ensure stable priority sort order for networks (#11510, #11429, compose-spec/compose-go#580)
  • Fix interpolation with curly braces (e.g. JSON) in default values (compose-spec/compose-go#581)
  • Fix validation for non-unique container_name values (compose-spec/compose-go#583, compose-spec/compose-go#585)
  • Fix validation for develop.watch (#11507, compose-spec/compose-go#586)
  • Fix environment loading for include (#11509, compose-spec/compose-go#582)
  • Fix panic when merging labels/networks (#11520, compose-spec/compose-go#584)
  • Support --no-path-resolution when using include (#11508, compose-spec/compose-go#579)
  • Fix missing project name errors (#11450, compose-spec/compose-go#578)
  • Force plain progress mode when ANSI disabled (#11514)
  • Fix --no-interpolate flag on config (#11556)
  • Workaround for file lock issues with Watch mode on Windows (#11513)
  • Fix duplicate exit code status messages (#11562)
  • Respect COMPOSE_REMOVE_ORPHANS on up (#11462)

✨ Improvements

  • Add --watch flag to up (#11525)
  • Optimize order of scale down when removing replicas (#11473)

🔧 Internal

  • Generate test summaries in CI (#11558)

⚙️ Dependencies

  • Docker v24.0.5 (#11566)
  • Go 1.21.8 (#11578)
  • compose-go v2.0.0-rc8 (#11536)

Changelog

New Contributors

Full Changelog: https://github.com/docker/compose/compare/v2.24.6...v2.24.7

v2.24.6

1 month ago

What's Changed

🐛 Fixes

🔧 Internal

⚙️ Dependencies

New Contributors

Full Changelog: https://github.com/docker/compose/compare/v2.24.5...v2.24.6

v2.24.5

1 month ago

🐛 Fixes

  • Fix for failed to solve: changes out of order errors while building images on Windows (#11426)

Full Changelog

New Contributors

Full Changelog: https://github.com/docker/compose/compare/v2.24.4...v2.24.5

v2.24.4

1 month ago

What's Changed

✨ Enhancements

🐛 Fixes

🔧 Internal

⚙️ Dependencies

Full Changelog: https://github.com/docker/compose/compare/v2.24.3...v2.24.4

v2.24.3

2 months ago

What's Changed

This release fixes build issue with Docker Desktop for Windows introduced in Compose v2.24.0

🔧 Internal

⚙️ Dependencies

Full Changelog: https://github.com/docker/compose/compare/v2.24.2...v2.24.3

v2.24.2

2 months ago

What's Changed

This release fixes issues related to the Compose files merging process in compose-go library

🔧 Internal

⚙️ Dependencies

Full Changelog: https://github.com/docker/compose/compare/v2.24.1...v2.24.2

v2.24.1

2 months ago

What's Changed

🐛 Fixes

🔧 Internal

⚙️ Dependencies

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

v2.24.0

2 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

3 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