What's Changed
π 1st implementation of external services feature to support Docker Model Runner in Compose by @ndeloof in #12692
β¨ Improvements
- Set
$PWD(may not be supported on Windows) by @ndeloof in #12643 - Introduce config
--no-env-resolutionby @ndeloof in #12665 - Introduce
build --printto dump equivalent bakefile by @ndeloof in #12675 - Feat(run): Add
--quietand--quiet-buildoptions for theruncommand by @idsulik in #12685 - Introduce
volume.type=imageby @ndeloof in #12725
π Fixes
- Fix support for secret set by env inside included file by @ndeloof in #12635
- Fix edge-case bug checking path prefix in watch for bind mount volumes by @matiboux in #12640
- Run only loads required service env_file and ignores others by @ndeloof in #12645
- Fixed support for
depends_on.restartinupandrestartcommands by @ndeloof in #12649 - Bake parses "${}" in DockerfileInline as a variable by @ndeloof in #12664
- Fix(secrets): Reverted secrets file mode 440 -> 444 by @idsulik in #12666
- Fix scale completion by @ndeloof in #12672
- Fix: replace
docker-compose.ymlwithcompose.yamlby @k-kbk in #12680 - Include implicit build dependencies in build command by @ndeloof in #12683
- Capture git fetch output when debug output is enabled by @ndeloof in #12719
- Mount API is not strictly equivalent to bind by @ndeloof in #12722
π§ Internal
- Test commandName subcommand order by @maxproske in #12535
- Set watch option --prune=true as default by @remcokranenburg in #12650
- Plugin Docker Desktop Model Runner check by @glours in #12718
- pkg/compose: implement Export using atomicwriter by @thaJeztah in #12715
- Style: refactor Desktop client for readability and maintainability by @Saracomethstein in #12723
βοΈ Dependencies
- Build(deps): bump github.com/docker/buildx from
0.21.2to0.21.3by @dependabot in #12646 - Build(deps): bump github.com/containerd/containerd/v2 from
2.0.3to2.0.4by @dependabot in #12647 - Bump docker & cli
v28.0.4and buildxv0.22.0by @ndeloof in #12674 - Bump golangci-lint to version
v2.0.2by @glours in #12689 - Bump golang to
1.23.8by @glours in #12698 - Update secret detector to fix vulnerability https://github.com/golang⦠by @sigi-glovebox in #12707
- Build(deps): bump golang.org/x/sys from
0.31.0to0.32.0by @dependabot in #12713 - Build(deps): bump golang.org/x/sync from
0.12.0to0.13.0by @dependabot in #12712 - Build(deps): bump github.com/compose-spec/compose-go/v2 from
2.5.1-0.20250409070949-8e1a035095cato2.6.0by @dependabot in #12729
New Contributors
- @matiboux made their first contribution in #12640
- @k-kbk made their first contribution in #12680
- @sigi-glovebox made their first contribution in #12707
- @Saracomethstein made their first contribution in #12723
Full Changelog: v2.34.0...v2.35.0