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