chore(deps): update dependency docker/compose to v5.1.0 #93

Merged
CSRBot merged 1 commits from renovate/docker-compose-5.x into master 2026-02-25 15:50:03 +01:00
Collaborator

This PR contains the following updates:

Package Update Change
docker/compose minor 5.0.2 -> 5.1.0
docker/compose minor v5.0.2 -> v5.1.0

Release Notes

docker/compose (docker/compose)

v5.1.0

Compare Source

What's Changed
🐛 Fixes
🔧 Internal
⚙️ Dependencies
New Contributors

Full Changelog: https://github.com/docker/compose/compare/v5.0.2...v5.1.0


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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker/compose](https://github.com/docker/compose) | minor | `5.0.2` -> `5.1.0` | | [docker/compose](https://github.com/docker/compose) | minor | `v5.0.2` -> `v5.1.0` | --- ### Release Notes <details> <summary>docker/compose (docker/compose)</summary> ### [`v5.1.0`](https://github.com/docker/compose/releases/tag/v5.1.0) [Compare Source](https://github.com/docker/compose/compare/v5.0.2...v5.1.0) ##### What's Changed ##### 🐛 Fixes - emit container status events after network reconnection (fixes [#&#8203;13524](https://github.com/docker/compose/issues/13524)) by [@&#8203;MaheshThakur9152](https://github.com/MaheshThakur9152) in [#&#8203;13529](https://github.com/docker/compose/pull/13529) - Fix potential nil pointer dereference in container event monitoring by [@&#8203;Nepomuk5665](https://github.com/Nepomuk5665) in [#&#8203;13551](https://github.com/docker/compose/pull/13551) - compose: recreate container when mounted image digest changes by [@&#8203;ibrahimypr](https://github.com/ibrahimypr) in [#&#8203;13549](https://github.com/docker/compose/pull/13549) - fix panic by [@&#8203;ndeloof](https://github.com/ndeloof) in [#&#8203;13562](https://github.com/docker/compose/pull/13562) - Fix invalid path error when using OCI artifacts on Windows by [@&#8203;mikesir87](https://github.com/mikesir87) in [#&#8203;13574](https://github.com/docker/compose/pull/13574) - fix: execute post\_start hooks in docker compose run by [@&#8203;veeceey](https://github.com/veeceey) in [#&#8203;13607](https://github.com/docker/compose/pull/13607) - Fix panic when watch rebuilds without up by [@&#8203;maxproske](https://github.com/maxproske) in [#&#8203;13610](https://github.com/docker/compose/pull/13610) ##### 🔧 Internal - fsnotify is set in Dockerfile by [@&#8203;ndeloof](https://github.com/ndeloof) in [#&#8203;13533](https://github.com/docker/compose/pull/13533) - Dockerfile: update golangci-lint to v2.8.0 by [@&#8203;thaJeztah](https://github.com/thaJeztah) in [#&#8203;13535](https://github.com/docker/compose/pull/13535) - replace some uses of strings.Split(N) for strings.Cut by [@&#8203;thaJeztah](https://github.com/thaJeztah) in [#&#8203;13542](https://github.com/docker/compose/pull/13542) - Upgrade GitHub Actions to latest versions by [@&#8203;salmanmkc](https://github.com/salmanmkc) in [#&#8203;13546](https://github.com/docker/compose/pull/13546) - pkg/compose: remove dependency on github.com/docker/buildx/driver by [@&#8203;thaJeztah](https://github.com/thaJeztah) in [#&#8203;13563](https://github.com/docker/compose/pull/13563) - use Docker GitHub Builder to build and sign binaries and bin image by [@&#8203;crazy-max](https://github.com/crazy-max) in [#&#8203;13568](https://github.com/docker/compose/pull/13568) - ci: fix bin-image job by [@&#8203;crazy-max](https://github.com/crazy-max) in [#&#8203;13569](https://github.com/docker/compose/pull/13569) - pkg/compose: defaultNetworkSettings: refactor by [@&#8203;thaJeztah](https://github.com/thaJeztah) in [#&#8203;13580](https://github.com/docker/compose/pull/13580) - pkg/compose: un-export consts by [@&#8203;thaJeztah](https://github.com/thaJeztah) in [#&#8203;13584](https://github.com/docker/compose/pull/13584) - modernize some code by [@&#8203;thaJeztah](https://github.com/thaJeztah) in [#&#8203;13588](https://github.com/docker/compose/pull/13588) ##### ⚙️ Dependencies - update to go1.25.7 by [@&#8203;thaJeztah](https://github.com/thaJeztah) in [#&#8203;13573](https://github.com/docker/compose/pull/13573) - build(deps): bump golang.org/x/sys from 0.40.0 to 0.41.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;13578](https://github.com/docker/compose/pull/13578) - build(deps): bump go.yaml.in/yaml/v4 from 4.0.0-rc.3 to 4.0.0-rc.4 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;13541](https://github.com/docker/compose/pull/13541) - migrate to moby modules by [@&#8203;thaJeztah](https://github.com/thaJeztah) in [#&#8203;13078](https://github.com/docker/compose/pull/13078) ##### New Contributors - [@&#8203;MaheshThakur9152](https://github.com/MaheshThakur9152) made their first contribution in [#&#8203;13529](https://github.com/docker/compose/pull/13529) - [@&#8203;salmanmkc](https://github.com/salmanmkc) made their first contribution in [#&#8203;13546](https://github.com/docker/compose/pull/13546) - [@&#8203;Nepomuk5665](https://github.com/Nepomuk5665) made their first contribution in [#&#8203;13551](https://github.com/docker/compose/pull/13551) - [@&#8203;ibrahimypr](https://github.com/ibrahimypr) made their first contribution in [#&#8203;13549](https://github.com/docker/compose/pull/13549) - [@&#8203;veeceey](https://github.com/veeceey) made their first contribution in [#&#8203;13607](https://github.com/docker/compose/pull/13607) **Full Changelog**: <https://github.com/docker/compose/compare/v5.0.2...v5.1.0> </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==-->
CSRBot added 1 commit 2026-02-25 15:48:23 +01:00
chore(deps): update dependency docker/compose to v5.1.0
All checks were successful
Build / build-amd64 (pull_request) Successful in 41s
Lint Markdown files / markdown-lint (pull_request) Successful in 6s
Build / build-arm64 (pull_request) Successful in 1m27s
Auto release / tag_on_change (push) Successful in 21s
Build / build-amd64 (push) Successful in 36s
Lint Markdown files / markdown-lint (push) Successful in 6s
Update Docker Hub Description / update-description-on-hub-docker-io (push) Successful in 9s
Build / build-arm64 (push) Successful in 1m21s
dc6b0332a4
CSRBot scheduled this pull request to auto merge when all checks succeed 2026-02-25 15:48:30 +01:00
CSRBot merged commit dc6b0332a4 into master 2026-02-25 15:50:03 +01:00
CSRBot deleted branch renovate/docker-compose-5.x 2026-02-25 15:50:07 +01:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: volker.raschek/docker-compose-docker#93