Docker Compose Versions Save

Define and run multi-container applications with Docker

v2.27.0

2 weeks ago

What's Changed

✨ Improvements

  • Introduce --abort-on-container-failure (11680)
  • Introduce --all-resources to not exclude resources not used by services (11702)
  • Introduce support for build.entitlements (11708)

🐛 Fixes

  • Don't use ansi espace sequence when disabled (11682)
  • Ignore missing containers when compose down/stop -p (11692)
  • Read COMPOSE_REMOVE_ORPHANS from .env file (11714)
  • Always kills the containers on second Ctrl-C on docker compose up (11718)
  • Fix progress timer and spinner (11725)
  • Capture exit code for container being stopped, and return according to --exit-code-from (11715)
  • Don't clear line when navigation is disabled (11733)
  • Check container_name is not in use by another service we will create (11713)
  • Do not try to create file shares for non-directories (11738)
  • Remove overly-aggressive feature flag check (11748)
  • Avoid to try to close channel twice after hitting Ctrl-C on compose up (11719)
  • Fix support for --flag=value syntax in compatibility mode (11752)
  • Fix menu print when logs/menu number of lines change (11765)

🔧 Internal

⚙️ Dependencies

  • Bump Golang version to 1.21.9 (11684)
  • Bump engine and cli to v26.0.1 (11736)
  • Bump compose-go version to v2.1.0 (11756)
  • Update to Moby v26.1 & buildx v0.14 (11750)
  • Bump Buildkit to 0.13.1 (11762)

New Contributors

Full Changelog: https://github.com/docker/compose/compare/v2.26.1...v2.27.0

v2.26.1

1 month ago

🐛 Fixes

  • Include image pull failure reason in output (#11555)
  • Fix crash when running up with --no-build and --watch (#11664)
  • Fix crash when no TTY available and menu enabled (#11672)
  • Improve legibility of menu actions (#11671)

🔧 Internal

  • Bump opencontainers/image-spec to 1.1.0 (#11657)

Changelog

New Contributors

Full Changelog: https://github.com/docker/compose/compare/v2.26.0...v2.26.1

v2.26.0

1 month ago

What's Changed

🐛 Fixes

✨ Improvements

🔧 Internal

New Contributors

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

v2.25.0

1 month 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

2 months 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

2 months 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

3 months 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

3 months 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

3 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

3 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