What's Changed
✨ Improvements
🐛 Fixes
- Write error to watcher error channel if Start() fails by @Trolldemorted in #13263
- Fix: set PWD only if not set by @kianelbo in #13268
- bake only interpolates ${*} by @ndeloof in #13270
- Fix: make "publish" push all compose files addressed in "extends" statements when using "profiles". by @ogoulpeau-ledger in #13277
- Support Ctrl+Z to run compose in background by @ndeloof in #13289
- Fix race-condition bug in publish command by @paul-kinexon in #13291
- Set secret/config uid:gid to match container's USER by @ndeloof in #13288
- Fix failure to delegate build with bake by @ndeloof in #13275
- Make CTRL+Z a no-op operation on Windows by @glours in #13293
🔧 Internal
- pkg/compose: align classic builder implementation with docker/cli by @thaJeztah in #13278
- pkg/compose: build with bake: drop support for buildx v0.16 and lower by @thaJeztah in #13280
- Use fixed version of compose bridge transformer images by @glours in #13284
⚙️ Dependencies
- Build(deps): bump github.com/docker/docker from 28.5.0+incompatible to 28.5.1+incompatible by @dependabot[bot] in #13274
- Build(deps): bump github.com/docker/cli from 28.5.0+incompatible to 28.5.1+incompatible by @dependabot[bot] in #13273
- Build(deps): bump golang.org/x/sys from 0.36.0 to 0.37.0 by @dependabot[bot] in #13272
- Build(deps): bump docker/buildx v0.29.1, moby/buildkit v0.25.1 by @thaJeztah in #13279
- Bump golang to version 1.24.9 by @glours in #13285
New Contributors
- @Trolldemorted made their first contribution in #13263
- @ogoulpeau-ledger made their first contribution in #13277
- @paul-kinexon made their first contribution in #13291
Full Changelog: v2.40.0...v2.40.1