What's Changed
🐛 Fixes
- Fix (regression): compose build render build output with tty support by @ndeloof in https://github.com/docker/compose/pull/13107
- Add missing
_MODEL
suffix to model variable pass to dependent services of a model by @glours in https://github.com/docker/compose/pull/13109 - Apply
BUILDKIT_PROGRESS
value when building with bake by @glours in https://github.com/docker/compose/pull/13110 - Define
pull
andno_cache
from either service or flags values when building with bake by @glours in https://github.com/docker/compose/pull/13133 - Only monitor attached services on
up
command by @glours in https://github.com/docker/compose/pull/13114
🔧 Internal
- Add Streams Comment by @suwakei in https://github.com/docker/compose/pull/13103
- Add test of
json.go
by @suwakei in https://github.com/docker/compose/pull/13106 - Refactoring of redundant condition checks by @suwakei in https://github.com/docker/compose/pull/13104
- Eliminated magic string by @suwakei in https://github.com/docker/compose/pull/13105
- Use log API for containers we didn't attached to by @ndeloof in https://github.com/docker/compose/pull/13111
- Use
cli-plugins/metadata
package by @thaJeztah in https://github.com/docker/compose/pull/13130 pkg/compose
: simplify getting auth-config key by @thaJeztah in https://github.com/docker/compose/pull/13120- Add go as a prerequisite in build instructions by @mattrunyon in https://github.com/docker/compose/pull/13131
⚙️ Dependencies
- Build(deps): bump github.com/docker/cli from
28.3.2+incompatible
to28.3.3+incompatible
by @dependabot[bot] in https://github.com/docker/compose/pull/13116 - Build(deps): bump github.com/docker/docker from
28.3.2+incompatible
to28.3.3+incompatible
by @dependabot[bot] in https://github.com/docker/compose/pull/13115 - Build(deps): bump github.com/containerd/containerd/v2 from
2.1.3
to2.1.4
by @dependabot[bot] in https://github.com/docker/compose/pull/13119 - Build(deps): bump github.com/docker/go-connections from
0.5.0
to0.6.0
by @dependabot[bot] in https://github.com/docker/compose/pull/13137 - Build(deps): bump golang.org/x/sys from
0.34.0
to0.35.0
by @dependabot[bot] in https://github.com/docker/compose/pull/13138 - Bump golang to
1.23.12
by @austinvazquez in https://github.com/docker/compose/pull/13142
New Contributors
- @mattrunyon made their first contribution in https://github.com/docker/compose/pull/13131
- @austinvazquez made their first contribution in https://github.com/docker/compose/pull/13142
Full Changelog: https://github.com/docker/compose/compare/v2.39.1...v2.39.2