This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [docker/compose](https://github.com/docker/compose) | patch | `5.0.1` -> `5.0.2` |
| [docker/compose](https://github.com/docker/compose) | patch | `v5.0.1` -> `v5.0.2` |
---
### Release Notes
<details>
<summary>docker/compose (docker/compose)</summary>
### [`v5.0.2`](https://github.com/docker/compose/releases/tag/v5.0.2)
[Compare Source](https://github.com/docker/compose/compare/v5.0.1...v5.0.2)
##### What's Changed
##### 🐛 Fixes
- Fixed progress UI to adapt to terminal width by [@​ndeloof](https://github.com/ndeloof) in [#​13519](https://github.com/docker/compose/pull/13519)
- Removed warning when no explicit build has been requested. by [@​ndeloof](https://github.com/ndeloof) in [#​13493](https://github.com/docker/compose/pull/13493)
- Restored `runtime_flags` support in `models` by [@​ilopezluna](https://github.com/ilopezluna) in [#​13460](https://github.com/docker/compose/pull/13460)
- Added service name completion to `down` command by [@​bmo-at](https://github.com/bmo-at) in [#​13470](https://github.com/docker/compose/pull/13470)
- Fixed tilde in `--env-file` paths expanded to user home directory by [@​tensorworkerr](https://github.com/tensorworkerr) in [#​13510](https://github.com/docker/compose/pull/13510)
- Handle `healthcheck.disable: true` by [@​stavros-k](https://github.com/stavros-k) in [#​13494](https://github.com/docker/compose/pull/13494)
- Fixed shutdown and error handling for large file change batches in `watch` by [@​amyssnippet](https://github.com/amyssnippet) in [#​13525](https://github.com/docker/compose/pull/13525)
##### 🔧 Internal
- Added unit test for upOptions.OnExit method by [@​htoyoda18](https://github.com/htoyoda18) in [#​13489](https://github.com/docker/compose/pull/13489)
- clean up temporary compose files after conversion by [@​htoyoda18](https://github.com/htoyoda18) in [#​13483](https://github.com/docker/compose/pull/13483)
- Fixed typo in isSwarmEnabled method name by [@​htoyoda18](https://github.com/htoyoda18) in [#​13481](https://github.com/docker/compose/pull/13481)
- Fixed incorrect usage of errgroup.WithContext by [@​htoyoda18](https://github.com/htoyoda18) in [#​13480](https://github.com/docker/compose/pull/13480)
- Fixed timeout initialization when waitTimeout is zero by [@​htoyoda18](https://github.com/htoyoda18) in [#​13471](https://github.com/docker/compose/pull/13471)
- Extracted API version constants to dedicated file by [@​htoyoda18](https://github.com/htoyoda18) in [#​13503](https://github.com/docker/compose/pull/13503)
- Replace tabbed indentation in sdk.md by [@​pkqk](https://github.com/pkqk) in [#​13505](https://github.com/docker/compose/pull/13505)
- Improved attach error handling and cleanup by [@​htoyoda18](https://github.com/htoyoda18) in [#​13488](https://github.com/docker/compose/pull/13488)
- Modernize tests by [@​dgageot](https://github.com/dgageot) in [#​13531](https://github.com/docker/compose/pull/13531)
- set fsnotify build tag when building for OSX by [@​ndeloof](https://github.com/ndeloof) in [#​13532](https://github.com/docker/compose/pull/13532)
##### ⚙️ Dependencies
- build(deps): bump github.com/klauspost/compress to v1.18.2 by [@​thaJeztah](https://github.com/thaJeztah) in [#​13499](https://github.com/docker/compose/pull/13499)
- go.mod: remove exclude rules by [@​thaJeztah](https://github.com/thaJeztah) in [#​13498](https://github.com/docker/compose/pull/13498)
- build(deps): bump github.com/containerd/containerd/v2 to v2.2.1 by [@​thaJeztah](https://github.com/thaJeztah) in [#​13497](https://github.com/docker/compose/pull/13497)
- build(deps): bump golang.org/x/sys from 0.39.0 to 0.40.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​13502](https://github.com/docker/compose/pull/13502)
- build(deps): bump google.golang.org/grpc from 1.77.0 to 1.78.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​13475](https://github.com/docker/compose/pull/13475)
- build(deps): bump github.com/go-viper/mapstructure/v2 from 2.4.0 to 2.5.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​13506](https://github.com/docker/compose/pull/13506)
- build(deps): bump github.com/sirupsen/logrus v1.9.4 by [@​thaJeztah](https://github.com/thaJeztah) in [#​13518](https://github.com/docker/compose/pull/13518)
- Bump compose to v2.10.1 by [@​ndeloof](https://github.com/ndeloof) in [#​13528](https://github.com/docker/compose/pull/13528)
##### New Contributors
- [@​bmo-at](https://github.com/bmo-at) made their first contribution in [#​13470](https://github.com/docker/compose/pull/13470)
- [@​pkqk](https://github.com/pkqk) made their first contribution in [#​13505](https://github.com/docker/compose/pull/13505)
- [@​tensorworkerr](https://github.com/tensorworkerr) made their first contribution in [#​13510](https://github.com/docker/compose/pull/13510)
- [@​stavros-k](https://github.com/stavros-k) made their first contribution in [#​13494](https://github.com/docker/compose/pull/13494)
- [@​amyssnippet](https://github.com/amyssnippet) made their first contribution in [#​13525](https://github.com/docker/compose/pull/13525)
- [@​dgageot](https://github.com/dgageot) made their first contribution in [#​13531](https://github.com/docker/compose/pull/13531)
**Full Changelog**: <https://github.com/docker/compose/compare/v5.0.1...v5.0.2>
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 these updates again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDAuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE0MC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2F1dG9tZXJnZSJdfQ==-->
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR contains the following updates:
5.0.1->5.0.2v5.0.1->v5.0.2Release Notes
docker/compose (docker/compose)
v5.0.2Compare Source
What's Changed
🐛 Fixes
runtime_flagssupport inmodelsby @ilopezluna in #13460downcommand by @bmo-at in #13470--env-filepaths expanded to user home directory by @tensorworkerr in #13510healthcheck.disable: trueby @stavros-k in #13494watchby @amyssnippet in #13525🔧 Internal
⚙️ Dependencies
New Contributors
Full Changelog: https://github.com/docker/compose/compare/v5.0.1...v5.0.2
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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 these updates again.
This PR has been generated by Renovate Bot.