This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [docker/compose](https://github.com/docker/compose) | patch | `5.1.3` → `5.1.4` |
| [docker/compose](https://github.com/docker/compose) | patch | `v5.1.3` → `v5.1.4` |
---
### Release Notes
<details>
<summary>docker/compose (docker/compose)</summary>
### [`v5.1.4`](https://github.com/docker/compose/releases/tag/v5.1.4)
[Compare Source](https://github.com/docker/compose/compare/v5.1.3...v5.1.4)
##### What's Changed
##### ✨ Improvements
- feat: add stop lifecycle hook for external providers by [@​glours](https://github.com/glours) in [#​13779](https://github.com/docker/compose/pull/13779)
##### 🐛 Fixes
- fix: route OCI artifact pulls through Docker Desktop HTTP proxy by [@​glours](https://github.com/glours) in [#​13770](https://github.com/docker/compose/pull/13770)
- fix: restore stoppingEvent/stoppedEvent helpers for plugin stop hook by [@​glours](https://github.com/glours) in [#​13794](https://github.com/docker/compose/pull/13794)
- fix(publish): flag literal inline environment values by [@​glours](https://github.com/glours) in [#​13760](https://github.com/docker/compose/pull/13760)
##### 🔧 Internal
- ci: remove unused e2e job from merge workflow by [@​glours](https://github.com/glours) in [#​13740](https://github.com/docker/compose/pull/13740)
- chore: update cagent-action to `v1.4.4` by [@​derekmisler](https://github.com/derekmisler) in [#​13745](https://github.com/docker/compose/pull/13745)
- Change verb tense in Docker Compose reference documentation by [@​ryanjbonnell](https://github.com/ryanjbonnell) in [#​13773](https://github.com/docker/compose/pull/13773)
- pkg/compose: go fix by [@​thaJeztah](https://github.com/thaJeztah) in [#​13782](https://github.com/docker/compose/pull/13782)
- refactor: code deduplication and simplification by [@​ndeloof](https://github.com/ndeloof) in [#​13759](https://github.com/docker/compose/pull/13759)
- fix: make e2e tests pass reliably locally with Docker Desktop by [@​glours](https://github.com/glours) in [#​13741](https://github.com/docker/compose/pull/13741)
- refactor: drop Desktop beta-settings check; gate hint on LogsTab flag by [@​glours](https://github.com/glours) in [#​13755](https://github.com/docker/compose/pull/13755)
##### ⚙️ Dependencies
- build(deps): bump github.com/mattn/go-shellwords from `1.0.12` to `1.0.13` by [@​dependabot](https://github.com/dependabot)\[bot] in [#​13731](https://github.com/docker/compose/pull/13731)
- build(deps): bump github.com/docker/cli from `29.4.0+incompatible` to `29.4.2+incompatible` by [@​dependabot](https://github.com/dependabot)\[bot] in [#​13768](https://github.com/docker/compose/pull/13768)
- build(deps): bump github.com/moby/moby/client from `0.4.0` to `0.4.1` by [@​dependabot](https://github.com/dependabot)\[bot] in [#​13752](https://github.com/docker/compose/pull/13752)
- build(deps): bump github.com/docker/cli from `29.4.2+incompatible` to `29.4.3+incompatible` by [@​dependabot](https://github.com/dependabot)\[bot] in [#​13776](https://github.com/docker/compose/pull/13776)
- build(deps): bump google.golang.org/grpc from `1.80.0` to `1.81.0` by [@​dependabot](https://github.com/dependabot)\[bot] in [#​13775](https://github.com/docker/compose/pull/13775)
- build(deps): update to `go 1.26.3` by [@​thaJeztah](https://github.com/thaJeztah) in [#​13783](https://github.com/docker/compose/pull/13783)
- build(deps): bump google.golang.org/grpc from `1.81.0` to `1.81.1` by [@​dependabot](https://github.com/dependabot)\[bot] in [#​13791](https://github.com/docker/compose/pull/13791)
- build(deps): bump github.com/compose-spec/compose-go/v2 from `2.10.2` to `2.11.0` by [@​dependabot](https://github.com/dependabot)\[bot] in [#​13798](https://github.com/docker/compose/pull/13798)
- build(deps): bump github.com/docker/cli from `29.4.3+incompatible` to `29.5.1+incompatible` by [@​dependabot](https://github.com/dependabot)\[bot] in [#​13796](https://github.com/docker/compose/pull/13796)
- build(deps): bump golang.org/x/sys from `0.42.0` to `0.44.0` by [@​dependabot](https://github.com/dependabot)\[bot] in [#​13788](https://github.com/docker/compose/pull/13788)
##### New Contributors
- [@​ryanjbonnell](https://github.com/ryanjbonnell) made their first contribution in [#​13773](https://github.com/docker/compose/pull/13773)
**Full Changelog**: <https://github.com/docker/compose/compare/v5.1.3...v5.1.4>
</details>
---
### Configuration
📅 **Schedule**: (UTC)
- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzYuMyIsInVwZGF0ZWRJblZlciI6IjQzLjEzNi4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2F1dG9tZXJnZSJdfQ==-->
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.1.3→5.1.4v5.1.3→v5.1.4Release Notes
docker/compose (docker/compose)
v5.1.4Compare Source
What's Changed
✨ Improvements
🐛 Fixes
🔧 Internal
v1.4.4by @derekmisler in #13745⚙️ Dependencies
1.0.12to1.0.13by @dependabot[bot] in #1373129.4.0+incompatibleto29.4.2+incompatibleby @dependabot[bot] in #137680.4.0to0.4.1by @dependabot[bot] in #1375229.4.2+incompatibleto29.4.3+incompatibleby @dependabot[bot] in #137761.80.0to1.81.0by @dependabot[bot] in #13775go 1.26.3by @thaJeztah in #137831.81.0to1.81.1by @dependabot[bot] in #137912.10.2to2.11.0by @dependabot[bot] in #1379829.4.3+incompatibleto29.5.1+incompatibleby @dependabot[bot] in #137960.42.0to0.44.0by @dependabot[bot] in #13788New Contributors
Full Changelog: https://github.com/docker/compose/compare/v5.1.3...v5.1.4
Configuration
📅 Schedule: (UTC)
🚦 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.