docker/compose (docker/compose)
### [`v2.29.3`](https://redirect.github.com/docker/compose/releases/tag/v2.29.3)
[Compare Source](https://redirect.github.com/docker/compose/compare/v2.29.2...v2.29.3)
#### What's Changed
##### ✨ Improvements
- Allow combination of bind mounts and 'rebuild' watches by [@remcokranenburg](https://redirect.github.com/remcokranenburg) [(12089)](https://redirect.github.com/docker/compose/pull/12089)
##### 🐛 Fixes
- Fix(wait): Wait only until first container exit by [@idsulik](https://redirect.github.com/idsulik) [(12064)](https://redirect.github.com/docker/compose/pull/12064)
- Prefer mount API over bind by [@ndeloof](https://redirect.github.com/ndeloof) [(12078)](https://redirect.github.com/docker/compose/pull/12078)
- Service hash must exclude depends_on by [@ndeloof](https://redirect.github.com/ndeloof) [(12072)](https://redirect.github.com/docker/compose/pull/12072)
- Attach: close streams when done by [@laurazard](https://redirect.github.com/laurazard) [(12112)](https://redirect.github.com/docker/compose/pull/12112)
- Restore compose v1 behavior to recreate containers when ran with `-V` by [@ndeloof](https://redirect.github.com/ndeloof) [(12116)](https://redirect.github.com/docker/compose/pull/12116)
##### 🔧 Internal
- Allow to add empty line in the logs when nav menu activated by [@glours](https://redirect.github.com/glours) [(12062)](https://redirect.github.com/docker/compose/pull/12062)
- Docs: duplicate documentation for root cmd by [@dvdksn](https://redirect.github.com/dvdksn) [(12076)](https://redirect.github.com/docker/compose/pull/12076)
- Fix typo in pull.go by [@jonathan-dev](https://redirect.github.com/jonathan-dev) [(12108)](https://redirect.github.com/docker/compose/pull/12108)
- Use logrus instead of direct output to stderr by [@felixfontein](https://redirect.github.com/felixfontein) [(11996)](https://redirect.github.com/docker/compose/pull/11996)
- Fix minor typos by [@NathanBaulch](https://redirect.github.com/NathanBaulch) [(12104)](https://redirect.github.com/docker/compose/pull/12104)
- Chore(watch): Add changed file paths/count to log by [@idsulik](https://redirect.github.com/idsulik) [(12118)](https://redirect.github.com/docker/compose/pull/12118)
##### ⚙️ Dependencies
- Build(deps): bump golang.org/x/sys from 0.22.0 to 0.25.0 by [@dependabot](https://redirect.github.com/dependabot) [(12101)](https://redirect.github.com/docker/compose/pull/12101)
- Bump engine cli v27.2.1 by [@glours](https://redirect.github.com/glours) [(12115)](https://redirect.github.com/docker/compose/pull/12115)
- Bump compose-go to version `v2.2.0` by [@glours](https://redirect.github.com/glours) [(12117)](https://redirect.github.com/docker/compose/pull/12117)
- Build(deps): bump golang.org/x/sync from `0.7.0` to `0.8.0` by [@dependabot](https://redirect.github.com/dependabot) [(12043)](https://redirect.github.com/docker/compose/pull/12043)
#### New Contributors
- [@remcokranenburg](https://redirect.github.com/remcokranenburg) made their first contribution in [(12089)](https://redirect.github.com/docker/compose/pull/12089)
- [@jonathan-dev](https://redirect.github.com/jonathan-dev) made their first contribution in [(12108)](https://redirect.github.com/docker/compose/pull/12108)
- [@NathanBaulch](https://redirect.github.com/NathanBaulch) made their first contribution in [(12104)](https://redirect.github.com/docker/compose/pull/12104)
**Full Changelog**: https://github.com/docker/compose/compare/v2.29.2...v2.29.3
Configuration
📅 Schedule: Branch creation - "after 8am and before 8pm every weekday" in timezone Etc/UTC, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
v2.29.2
->v2.29.3
Release Notes
docker/compose (docker/compose)
### [`v2.29.3`](https://redirect.github.com/docker/compose/releases/tag/v2.29.3) [Compare Source](https://redirect.github.com/docker/compose/compare/v2.29.2...v2.29.3) #### What's Changed ##### ✨ Improvements - Allow combination of bind mounts and 'rebuild' watches by [@remcokranenburg](https://redirect.github.com/remcokranenburg) [(12089)](https://redirect.github.com/docker/compose/pull/12089) ##### 🐛 Fixes - Fix(wait): Wait only until first container exit by [@idsulik](https://redirect.github.com/idsulik) [(12064)](https://redirect.github.com/docker/compose/pull/12064) - Prefer mount API over bind by [@ndeloof](https://redirect.github.com/ndeloof) [(12078)](https://redirect.github.com/docker/compose/pull/12078) - Service hash must exclude depends_on by [@ndeloof](https://redirect.github.com/ndeloof) [(12072)](https://redirect.github.com/docker/compose/pull/12072) - Attach: close streams when done by [@laurazard](https://redirect.github.com/laurazard) [(12112)](https://redirect.github.com/docker/compose/pull/12112) - Restore compose v1 behavior to recreate containers when ran with `-V` by [@ndeloof](https://redirect.github.com/ndeloof) [(12116)](https://redirect.github.com/docker/compose/pull/12116) ##### 🔧 Internal - Allow to add empty line in the logs when nav menu activated by [@glours](https://redirect.github.com/glours) [(12062)](https://redirect.github.com/docker/compose/pull/12062) - Docs: duplicate documentation for root cmd by [@dvdksn](https://redirect.github.com/dvdksn) [(12076)](https://redirect.github.com/docker/compose/pull/12076) - Fix typo in pull.go by [@jonathan-dev](https://redirect.github.com/jonathan-dev) [(12108)](https://redirect.github.com/docker/compose/pull/12108) - Use logrus instead of direct output to stderr by [@felixfontein](https://redirect.github.com/felixfontein) [(11996)](https://redirect.github.com/docker/compose/pull/11996) - Fix minor typos by [@NathanBaulch](https://redirect.github.com/NathanBaulch) [(12104)](https://redirect.github.com/docker/compose/pull/12104) - Chore(watch): Add changed file paths/count to log by [@idsulik](https://redirect.github.com/idsulik) [(12118)](https://redirect.github.com/docker/compose/pull/12118) ##### ⚙️ Dependencies - Build(deps): bump golang.org/x/sys from 0.22.0 to 0.25.0 by [@dependabot](https://redirect.github.com/dependabot) [(12101)](https://redirect.github.com/docker/compose/pull/12101) - Bump engine cli v27.2.1 by [@glours](https://redirect.github.com/glours) [(12115)](https://redirect.github.com/docker/compose/pull/12115) - Bump compose-go to version `v2.2.0` by [@glours](https://redirect.github.com/glours) [(12117)](https://redirect.github.com/docker/compose/pull/12117) - Build(deps): bump golang.org/x/sync from `0.7.0` to `0.8.0` by [@dependabot](https://redirect.github.com/dependabot) [(12043)](https://redirect.github.com/docker/compose/pull/12043) #### New Contributors - [@remcokranenburg](https://redirect.github.com/remcokranenburg) made their first contribution in [(12089)](https://redirect.github.com/docker/compose/pull/12089) - [@jonathan-dev](https://redirect.github.com/jonathan-dev) made their first contribution in [(12108)](https://redirect.github.com/docker/compose/pull/12108) - [@NathanBaulch](https://redirect.github.com/NathanBaulch) made their first contribution in [(12104)](https://redirect.github.com/docker/compose/pull/12104) **Full Changelog**: https://github.com/docker/compose/compare/v2.29.2...v2.29.3Configuration
📅 Schedule: Branch creation - "after 8am and before 8pm every weekday" in timezone Etc/UTC, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.