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
Jun 30, 2025

What's Changed

✨ Improvements

🐛 Fixes

⚙️ Dependencies

New Contributors

Full Changelog: https://github.com/docker/compose/compare/v2.37.3...v2.38.0

Jun 24, 2025

What's Changed

✨ Improvements

🐛 Fixes

🔧 Internal

⚙️ Dependencies

Full Changelog: https://github.com/docker/compose/compare/v2.37.2...v2.37.3

Jun 20, 2025

What's Changed

✨ Improvements

🐛 Fixes

🔧 Internal

⚙️ Dependencies

Full Changelog: https://github.com/docker/compose/compare/v2.37.1...v2.37.2

Jun 12, 2025

What's Changed

✨ Improvements

🐛 Fixes

🔧 Internal

⚙️ Dependencies

New Contributors

Full Changelog: https://github.com/docker/compose/compare/v2.37.0...v2.37.1

Jun 5, 2025

What's Changed

ℹ️ bake is now used as the default images builder, if you don't want to use it you could opt-out by setting the COMPOSE_BAKE env variable to false

✨ Improvements

🐛 Fixes

🔧 Internal

⚙️ Dependencies

New Contributors

Full Changelog: https://github.com/docker/compose/compare/v2.36.2...v2.37.0

May 23, 2025

What's Changed

🐛 Fixes

🔧 Internal

⚙️ Dependencies

Full Changelog: https://github.com/docker/compose/compare/v2.36.1...v2.36.2

May 19, 2025

What's Changed

✨ Improvements

🐛 Fixes

🔧 Internal

⚙️ Dependencies

Full Changelog: https://github.com/docker/compose/compare/v2.36.0...v2.36.1

May 7, 2025

What's Changed

🎉 You can now use external binaries as service provider to extend Compose behaviour. For more information about creating your own plugin check the documentation

✨ Improvements

🐛 Fixes

🔧 Internal

⚙️ Dependencies

New Contributors

Full Changelog: https://github.com/docker/compose/compare/v2.35.1...v2.36.0

Apr 17, 2025

What's Changed

🐛 Fixes

🔧 Internal

⚙️ Dependencies

New Contributors

Full Changelog: https://github.com/docker/compose/compare/v2.35.0...v2.35.1

Apr 10, 2025

What's Changed

🎉 1st implementation of external services feature to support Docker Model Runner in Compose by @ndeloof in https://github.com/docker/compose/pull/12692

✨ Improvements

🐛 Fixes

🔧 Internal

⚙️ Dependencies

New Contributors

Full Changelog: https://github.com/docker/compose/compare/v2.34.0...v2.35.0

Mar 14, 2025

What's Changed

✨ Improvements

🐛 Fixes

🔧 Internal

⚙️ Dependencies

New Contributors

Full Changelog: https://github.com/docker/compose/compare/v2.33.1...v2.34.0

Feb 21, 2025

What's Changed

✨ Improvements

🐛 Fixes

⚙️ Dependencies

Full Changelog: https://github.com/docker/compose/compare/v2.33.0...v2.33.1

Feb 12, 2025

What's Changed

[!IMPORTANT] This release introduce support for Bake to manage builds as an alternative to the internal buildkit client. This new feature can be enabled by setting COMPOSE_BAKE=1 variable. Bake will become the default builder in a future release.

✨ Improvements

🐛 Fixes

🔧 Internal

⚙️ Dependencies

New Contributors

Full Changelog: https://github.com/docker/compose/compare/v2.32.4...v2.33.0

Jan 15, 2025

What's Changed

This release fixes the version issue of v2.32.3

🔧 Internal

Full Changelog: https://github.com/docker/compose/compare/v2.32.3...v2.32.4

Jan 13, 2025

What's Changed

⚠️ This release don't display properly its version! Instead of displaying the tag the docker compose version display its commit hash.

🐛 Fixes

  • Only override service mac if set on the main network. by @apollo13 (12439)
  • Exclude one-off container running convergence by @ndeloof (12441)
  • Can't render progress concurrently with buildkit by @ndeloof (12442)
  • Image can be set to a local ID, that isn't a valid docker ref by @ndeloof (12446)

🔧 Internal

  • CI: update bake-action to v6 by @crazy-max (12452)
  • Simplification by @ndeloof (12451)

Full Changelog: https://github.com/docker/compose/compare/v2.32.2...v2.32.3

Jan 7, 2025

What's Changed

✨ Improvements

  • Add --pull to run command by @glours (12397)

🐛 Fixes

🔧 Internal

  • Gofumpt all the things by @ndeloof (12392)
  • Use the 3 latest major versions of the engine to run e2e step by @glours (12401)
  • Replace tibdex/github-app-token by official GitHub create-github-app-token by @glours (12411)

⚙️ Dependencies

  • Bump Golang version to v1.22.10 and update CI actions by @glours (12399)
  • Bump golang.org/x/net to v0.33.0 to fix potential security issue by @glours (12405)
  • Bump compose-go to v2.4.7 by @glours (12438)

Full Changelog: https://github.com/docker/compose/compare/v2.32.1...v2.32.2

Dec 16, 2024

What's Changed

🐛 Fixes

Full Changelog: https://github.com/docker/compose/compare/v2.32.0...v2.32.1

Dec 13, 2024

What's Changed

✨ Improvements

🐛 Fixes

🔧 Internal

⚙️ Dependencies

Full Changelog: https://github.com/docker/compose/compare/v2.31.0...v2.32.0

Nov 28, 2024

What's Changed

✨ Improvements

  • Delegate build to buildx bake by @ndeloof (12300)
  • Add commit command by @jarqvi (12268)

🐛 Fixes

  • Fix(config): Print service names with --no-interpolate by @idsulik (12282)
  • Remove obsolete containers first on scale down by @ndeloof (12272)
  • Fix compose images that return a different image with the same ID by @koooge (12278)
  • Emit events for building images by @felixfontein (11498)
  • Fix support for --remove-orphans on docker compose run by @ndeloof (12288)
  • Push empty descriptor layer when using OCI version 1.1 for Compose artifact by @glours (12289)
  • Detect network config changes and recreate if needed by @ndeloof (12267)
  • Update wait-timeout flag usage to include the unit by @terev (12316)
  • Use service.stop to stop dependent containers by @ndeloof (12322)
  • Only check attached networks on running containers by @ndeloof (12327)
  • Only stop dependent containers ... if there's some by @ndeloof (12328)

🔧 Internal

  • Pass stale bot inactivity limit from 6 to 3 months by @glours (12284)
  • Ci: enable testifylint linter by @mmorel-35 (11761)
  • Remove ddev e2e tests by @glours (12291)
  • Gha: test against docker engine v27.4.0 by @thaJeztah (12299)
  • Run build tests against bake by @ndeloof (12325)

⚙️ Dependencies

  • Build(deps): bump golang.org/x/sync from 0.8.0 to 0.9.0 by @dependabot (12277)
  • Build(deps): bump golang.org/x/sys from 0.26.0 to 0.27.0 by @dependabot (12276)
  • Build(deps): bump github.com/moby/buildkit v0.17.1, github.com/docker/buildx v0.18.0 by @thaJeztah (12298)
  • Build(deps): bump docker/docker v27.4.0-rc.2, docker/cli v27.4.0-rc.2 by @thaJeztah (12306)
  • Build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot (12319)
  • Build(deps): bump github.com/compose-spec/compose-go/v2 from 2.4.5-0.20241111154218-9d02caaf8465 to 2.4.5 by @dependabot (12324)
  • Build(deps): bump github.com/moby/buildkit from 0.17.1 to 0.17.2 by @dependabot (12320)
  • Bump google.golang.org/grpc to v1.68.0 and containerd to v1.7.24 by @glours (12329)

New Contributors

Full Changelog: https://github.com/docker/compose/compare/v2.30.3...v2.31.0

Nov 7, 2024

What's Changed

🐛 Fixes

  • Avoid starting all services on rebuild by @jhrotko (12258)

⚙️ Dependencies

  • Bump compose-go v2.4.4 by @glours (12274)

Full Changelog: https://github.com/docker/compose/compare/v2.30.2...v2.30.3

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