v2.39.3
What's Changed
โจ Improvements
- Add completions for the
--progressflag by @m4rch3n1ng in https://github.com/docker/compose/pull/13158
๐ Fixes
- Add
--provenanceand--sbomflag to generatedbakecommand line, by @glours in https://github.com/docker/compose/pull/13147 - Fix runtime operations failing when env file is missing by @maxproske in https://github.com/docker/compose/pull/13156
- Check the assume yes publish flag command before the presence of bind mounts by @glours in https://github.com/docker/compose/pull/13151
- Fix: incorrect time when last tag time is not set by @kianelbo in https://github.com/docker/compose/pull/13171
- Fix sigint/sigterm support in logs
--followby @ndeloof in https://github.com/docker/compose/pull/13193 - Prefer application container vs one-off running
execwithout index by @ndeloof in https://github.com/docker/compose/pull/13178 - Only force plain mode build if progress is set to
autoby @ndeloof in https://github.com/docker/compose/pull/13181 - Only propagate os.Env to bake, not the whole project.Environment by @ndeloof in https://github.com/docker/compose/pull/13180
- Detect container is restarted by @ndeloof in https://github.com/docker/compose/pull/13210
- Fix run
--buildsupport forservice:* referencein additional_context by @ndeloof in https://github.com/docker/compose/pull/13183 - Detect compose run wit
--hostand setDOCKER_HOSTaccordingly running bake by @ndeloof in https://github.com/docker/compose/pull/13182
๐ง Internal
- Refactor to use maps.Copy by @cuiweixie in https://github.com/docker/compose/pull/13174
- Replace most uses of hashicorp/go-multierror for stdlib by @thaJeztah in https://github.com/docker/compose/pull/13176
- pkg/compose: composeService.Up: rewrite without go-multierror by @thaJeztah in https://github.com/docker/compose/pull/13177
- Use enum-consts for State and Health by @thaJeztah in https://github.com/docker/compose/pull/13186
- Unquote volume names in creation events by @rrjjvv in https://github.com/docker/compose/pull/13188
- pkg/compose: use state consts from moby API by @thaJeztah in https://github.com/docker/compose/pull/13216
- Document (hidden)
--tty--interactiveflags by @ndeloof in https://github.com/docker/compose/pull/13201
โ๏ธ Dependencies
- go.mod: github.com/docker/buildx v0.27.0 by @thaJeztah in https://github.com/docker/compose/pull/13170
- Build(deps): bump go.uber.org/mock from 0.5.2 to 0.6.0 by @dependabot[bot] in https://github.com/docker/compose/pull/13162
- go.mod: bump buildkit v0.24.0-rc1, buildx v0.28.0-rc1 by @thaJeztah in https://github.com/docker/compose/pull/13185
- Build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1 by @dependabot[bot] in https://github.com/docker/compose/pull/13184
- go.mod: bump buildx v0.28.0-rc2, buildkit v0.24.0-rc2 by @thaJeztah in https://github.com/docker/compose/pull/13197
- Build(deps): bump github.com/spf13/pflag from 1.0.7 to 1.0.9 by @dependabot[bot] in https://github.com/docker/compose/pull/13195
- Build(deps): bump github.com/spf13/cobra from 1.9.1 to 1.10.1 by @dependabot[bot] in https://github.com/docker/compose/pull/13198
- go.mod: bump github.com/docker/docker, docker/cli v28.4.0 by @thaJeztah in https://github.com/docker/compose/pull/13168
- Build(deps): bump github.com/docker/buildx from 0.28.0-rc2 to 0.28.0 by @dependabot[bot] in https://github.com/docker/compose/pull/13207
- Build(deps): bump github.com/spf13/pflag from 1.0.9 to 1.0.10 by @dependabot[bot] in https://github.com/docker/compose/pull/13200
- Bump golang to version 1.24.7 by @glours in https://github.com/docker/compose/pull/13219
- Build(deps): bump golang.org/x/sync from 0.16.0 to 0.17.0 by @dependabot[bot] in https://github.com/docker/compose/pull/13218
- Build(deps): bump golang.org/x/sys from 0.35.0 to 0.36.0 by @dependabot[bot] in https://github.com/docker/compose/pull/13217
- Bump compose-go to version v2.8.2 by @glours in https://github.com/docker/compose/pull/13220
New Contributors
- @cuiweixie made their first contribution in https://github.com/docker/compose/pull/13174
- @m4rch3n1ng made their first contribution in https://github.com/docker/compose/pull/13158
- @kianelbo made their first contribution in https://github.com/docker/compose/pull/13171
- @rrjjvv made their first contribution in https://github.com/docker/compose/pull/13188
Full Changelog: https://github.com/docker/compose/compare/v2.39.2...v2.39.3
Fetched May 19, 2026
