What's Changed
✨ Improvements
- Add
--networks
flag to config command by @jarqvi in https://github.com/docker/compose/pull/13021
🐛 Fixes
- Add a Done event to model progress display by @glours in https://github.com/docker/compose/pull/13008
- Fix the way we're checking if the provider metadata are empty or not by @glours in https://github.com/docker/compose/pull/13017
- Build: fix service with profile missing secrets by @ndeloof in https://github.com/docker/compose/pull/13023
- Fix select dockerignore based on Dockerfile name set from symlink by @ndeloof in https://github.com/docker/compose/pull/13024
🔧 Internal
- pkg/compose: remove redundant uses of strslice.StrSlice by @thaJeztah in https://github.com/docker/compose/pull/13002
- (reactoring) avoid a global variable by introducing logConsumer decorator by @ndeloof in https://github.com/docker/compose/pull/12945
- Chore: fix some minor issues in the comments by @mountdisk in https://github.com/docker/compose/pull/12991
- A single place for shell-out command setup by @ndeloof in https://github.com/docker/compose/pull/13007
- Add USER_AGENT variable to cmd when shellouting by @glours in https://github.com/docker/compose/pull/13025
⚙️ Dependencies
- Bump golang to v1.23.10 by @glours in https://github.com/docker/compose/pull/13004
- Bump go-viper/mapstructure to version v2.3.0 by @glours in https://github.com/docker/compose/pull/13005
- Build(deps): bump github.com/moby/buildkit from 0.23.1 to 0.23.2 by @dependabot in https://github.com/docker/compose/pull/13009
- Build(deps): bump github.com/docker/cli from 28.3.0+incompatible to 28.3.1+incompatible by @dependabot in https://github.com/docker/compose/pull/13012
- Build(deps): bump github.com/docker/docker from 28.3.0+incompatible to 28.3.1+incompatible by @dependabot in https://github.com/docker/compose/pull/13011
New Contributors
- @mountdisk made their first contribution in https://github.com/docker/compose/pull/12991
Full Changelog: https://github.com/docker/compose/compare/v2.38.1...v2.38.2