What's Changed
🐛 Fixes
- Restored support for
COMPOSE_COMPATIBILITYby @ndeloof in https://github.com/docker/compose/pull/13424 - Fixed grammatical errors and improve clarity in code. by @xiaolinny in https://github.com/docker/compose/pull/13429
- Fixed broken
run --quiet. by @ndeloof in https://github.com/docker/compose/pull/13430 - Fixed SDK example by @ndeloof in https://github.com/docker/compose/pull/13416
- Added a check buildx version is set before comparing it. by @yangfeiyu20102011 in https://github.com/docker/compose/pull/13415
- Fixed grammar: pluralize 'service' and remove apostrophes in lets. by @rashmivagha in https://github.com/docker/compose/pull/13423
- Fixed progress UI not restoring terminal once operation completes. by @ndeloof in https://github.com/docker/compose/pull/13439
- Fixed status alignment in progress UI. by @ndeloof in https://github.com/docker/compose/pull/13438
- Restored image layer download progress details on pull. by @ndeloof in https://github.com/docker/compose/pull/13445
- Added 'configured' event at the end of model configuration phase. by @glours in https://github.com/docker/compose/pull/13446
- Introduced a build tag to select watcher implementation. by @ndeloof in https://github.com/docker/compose/pull/13452
- Removed mention for
v2on README. by @alexislefebvre in https://github.com/docker/compose/pull/13451 - Fixed missing error handling in
setEnvWithDotEnv. by @htoyoda18 in https://github.com/docker/compose/pull/13450 - Adopted morikuni/aec library over raw ANSI sequences. by @ndeloof in https://github.com/docker/compose/pull/13440
- Prevented incorrect progress metrics to break compose display. by @ndeloof in https://github.com/docker/compose/pull/13457
- Restored support for BUILDKIT_PROGRESS. by @ndeloof in https://github.com/docker/compose/pull/13455
- Added check model plugin is successfully loaded. by @ndeloof in https://github.com/docker/compose/pull/13464
- Added a warning when no service has been selected to build. by @ndeloof in https://github.com/docker/compose/pull/13467
⚙️ Dependencies
- Drop Go min patch version by @austinvazquez in https://github.com/docker/compose/pull/13418
- bump golang 1.24.11 by @austinvazquez in https://github.com/docker/compose/pull/13417
- bump osxcross by @ndeloof in https://github.com/docker/compose/pull/13425
- bump golang.org/x/sys from 0.38.0 to 0.39.0 by @dependabot[bot] in https://github.com/docker/compose/pull/13433
- bump github.com/docker/cli-docs-tool from 0.10.0 to 0.11.0 by @dependabot[bot] in https://github.com/docker/compose/pull/13437
- bump golang.org/x/sync from 0.18.0 to 0.19.0 by @dependabot[bot] in https://github.com/docker/compose/pull/13434
- bump tags.cncf.io/container-device-interface from 1.0.1 to 1.1.0 by @dependabot[bot] in https://github.com/docker/compose/pull/13441
- bump github.com/moby/buildkit from 0.26.2 to 0.26.3 by @dependabot[bot] in https://github.com/docker/compose/pull/13462
New Contributors
- @yangfeiyu20102011 made their first contribution in https://github.com/docker/compose/pull/13415
- @xiaolinny made their first contribution in https://github.com/docker/compose/pull/13429
- @alexislefebvre made their first contribution in https://github.com/docker/compose/pull/13451
- @htoyoda18 made their first contribution in https://github.com/docker/compose/pull/13450
Full Changelog: https://github.com/docker/compose/compare/v5.0.0...v5.0.1