2.36.1
What's Changed
✨ Improvements
- Provider.options can be an array by @ndeloof in https://github.com/docker/compose/pull/12819
- Set provider environment by @ndeloof in https://github.com/docker/compose/pull/12817
- Add support of
debugmessages in the communication between Compose … by @glours in https://github.com/docker/compose/pull/12826 - Introduce config
--lock-image-digestsby @ndeloof in https://github.com/docker/compose/pull/12843
🐛 Fixes
- Skip push step for provider services by @glours in https://github.com/docker/compose/pull/12818
- Provider info by @ndeloof in https://github.com/docker/compose/pull/12820
- Append
.exeto provider name doing executable lookup on windows by @ndeloof in https://github.com/docker/compose/pull/12832 - Fix quiet option when using COMPOSE_BAKE=1 by @AnvarU in https://github.com/docker/compose/pull/12838
- Do not throw an error on build with provider services by @glours in https://github.com/docker/compose/pull/12842
- Report cancelled pull after another one failed by @ndeloof in https://github.com/docker/compose/pull/12840
- Ensure build dependencies are enabled by @ndeloof in https://github.com/docker/compose/pull/12824
🔧 Internal
- Simplification by @ndeloof in https://github.com/docker/compose/pull/12811
- Remove Docker EULA licensing which isn't relevant by @ndeloof in https://github.com/docker/compose/pull/12829
- Remove convert alias from config command by @glours in https://github.com/docker/compose/pull/12850
⚙️ Dependencies
- Build(deps): bump github.com/containerd/containerd/v2 from 2.0.5 to 2.1.0 by @dependabot in https://github.com/docker/compose/pull/12813
- Build(deps): bump google.golang.org/grpc from 1.72.0 to 1.72.1 by @dependabot in https://github.com/docker/compose/pull/12837
- Bump compose-go to v2.6.3 by @glours in https://github.com/docker/compose/pull/12849
Full Changelog: https://github.com/docker/compose/compare/v2.36.0...v2.36.1