releases.shpreview
Docker/Docker Compose

Docker Compose

$npx -y @buildinternet/releases show docker-compose
Mon
Wed
Fri
AprMayJunJulAugSepOctNovDecJanFebMarApr
Less
More
Releases5Avg2/moVersionsv5.0.2 → v5.1.3
Mar 6, 2024

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

Feb 15, 2024

What's Changed

🐛 Fixes

🔧 Internal

⚙️ Dependencies

New Contributors

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

Jan 30, 2024

🐛 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

Jan 29, 2024

What's Changed

✨ Enhancements

🐛 Fixes

🔧 Internal

⚙️ Dependencies

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

Jan 24, 2024

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

Jan 22, 2024

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

Jan 18, 2024

What's Changed

🐛 Fixes

🔧 Internal

⚙️ Dependencies

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

Jan 11, 2024

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

Dec 11, 2023
v2.24.0-birthday.10 🥳

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

Nov 23, 2023

⚙️ Dependencies

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

Nov 22, 2023

✨ Features

🐛 Fixes

🔧 Internal

⚙️ Dependencies

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

Nov 16, 2023

✨ Features

🐛 Fixes

🔧 Internal

New Contributors

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

Oct 18, 2023

✨ 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

Sep 21, 2023

💁🏻 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

Aug 30, 2023

💁🏻 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 compose-go@v1.18.3
  • 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

Aug 11, 2023

What's Changed

Enhancements ✨

Fixes 🐛

Internal 🔧

Dependencies ⚙️

New Contributors

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

Jul 19, 2023

What's Changed

Enhancements ✨

Fixes 🐛

Internal 🔧

Dependencies ⚙️

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

Jul 18, 2023

What's Changed

Dependencies ⚙️

  • Go 1.20.6 (#10812)
  • buildx v0.11.2 (#10827)
  • BuildKit v0.12 (#10827)
  • docker/cli v24.0.5-dev (#10827)

Internal 🔧

  • Improved test coverage for alpha watch (#10801)
  • Speed up E2E test suite (#10816)

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

Jul 11, 2023

What's Changed

Enhancements ✨

Fixes 🐛

Internal 🔧

Bumps

New Contributors

Full Changelog: https://github.com/docker/compose/compare/v2.19.1...v2.20.0

Jun 29, 2023

Known Issues 😓

  • DNS resolution issues in services using multiple networks (#10777)

Bugfixes 🐛

  • Fix for "container not connected to network" errors when running compose up (#10756)
  • Default to project directory if build.context is not specified (see compose-spec/compose-spec#376)
  • Warn if using a bind mount in watch configuration (#10741)

Changelog

New Contributors

Full Changelog: https://github.com/docker/compose/compare/v2.19.0...v2.19.1

Latest
v5.1.3
Tracking Since
Aug 31, 2017
Last fetched Apr 18, 2026