chore(deps): update dependency docker/compose to v5.5.1 #131

Merged
CSRBot merged 1 commits from renovate/docker-compose-5.x into master 2026-09-03 20:07:36 +02:00
Collaborator

This PR contains the following updates:

Package Update Change
docker/compose patch 5.5.05.5.1
docker/compose patch v5.5.0v5.5.1

Release Notes

docker/compose (docker/compose)

v5.5.1

Compare Source

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

Full Changelog: https://github.com/docker/compose/compare/v5.5.0...v5.5.1


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.


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

This PR has been generated by Mend Renovate CLI.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker/compose](https://github.com/docker/compose) | patch | `5.5.0` → `5.5.1` | | [docker/compose](https://github.com/docker/compose) | patch | `v5.5.0` → `v5.5.1` | --- ### Release Notes <details> <summary>docker/compose (docker/compose)</summary> ### [`v5.5.1`](https://github.com/docker/compose/releases/tag/v5.5.1) [Compare Source](https://github.com/docker/compose/compare/v5.5.0...v5.5.1) ##### What's Changed ##### ✨ Improvements - Feat(hooks): capture and surface lifecycle hook output by [@&#8203;glours](https://github.com/glours) in [#&#8203;14091](https://github.com/docker/compose/pull/14091) - Feat(tracing): surface otel shutdown errors via `--debug` by [@&#8203;htoyoda18](https://github.com/htoyoda18) in [#&#8203;14152](https://github.com/docker/compose/pull/14152) ##### 🐛 Fixes - Fix(events): validate service names before subscribing to events by [@&#8203;glours](https://github.com/glours) in [#&#8203;14076](https://github.com/docker/compose/pull/14076) - Fix: bake target names collision for services differing by `.` vs `_` by [@&#8203;ndeloof](https://github.com/ndeloof) in [#&#8203;14058](https://github.com/docker/compose/pull/14058) - Fix(watch): sync into a symlinked directory instead of failing by [@&#8203;Endika](https://github.com/Endika) in [#&#8203;14084](https://github.com/docker/compose/pull/14084) - Fix(hooks): include hook output in the error when a hook fails by [@&#8203;dennislapchenko](https://github.com/dennislapchenko) in [#&#8203;14088](https://github.com/docker/compose/pull/14088) - Fix(build): TTY progress on Windows — hand the real stdout to buildkit by [@&#8203;ndeloof](https://github.com/ndeloof) in [#&#8203;14090](https://github.com/docker/compose/pull/14090) - Fix(watch): sync all files on `initial_sync`, regardless of mtime by [@&#8203;glours](https://github.com/glours) in [#&#8203;14096](https://github.com/docker/compose/pull/14096) - Fix(network): pass IPAM options when creating networks by [@&#8203;glours](https://github.com/glours) in [#&#8203;14094](https://github.com/docker/compose/pull/14094) - Fix(ps): honor psFormat from Docker CLI config when no `--format` flag given by [@&#8203;glours](https://github.com/glours) in [#&#8203;14095](https://github.com/docker/compose/pull/14095) - Fix: dependency wait timeout surfaced only by luck by [@&#8203;ndeloof](https://github.com/ndeloof) in [#&#8203;14105](https://github.com/docker/compose/pull/14105) - Fix: hold startMx on the start path actually exercised by [@&#8203;ndeloof](https://github.com/ndeloof) in [#&#8203;14106](https://github.com/docker/compose/pull/14106) - Fix(watch): exclude Dockerfile and compose files from initial sync by [@&#8203;htoyoda18](https://github.com/htoyoda18) in [#&#8203;14117](https://github.com/docker/compose/pull/14117) - Fix(display): stop ttyWriter.Done from hanging after context cancel by [@&#8203;glours](https://github.com/glours) in [#&#8203;14119](https://github.com/docker/compose/pull/14119) - Fix(build): honor provenance/sbom false in per-service bake attest by [@&#8203;glours](https://github.com/glours) in [#&#8203;14112](https://github.com/docker/compose/pull/14112) - Fix(compose): reject unknown subcommands under bridge/transformations by [@&#8203;glours](https://github.com/glours) in [#&#8203;14143](https://github.com/docker/compose/pull/14143) - Fix(plugins): honor PATHEXT for provider lookup on Windows by [@&#8203;ndeloof](https://github.com/ndeloof) in [#&#8203;14159](https://github.com/docker/compose/pull/14159) - Fix(watch): stop swallowing SetRecursive errors via nolint by [@&#8203;glours](https://github.com/glours) in [#&#8203;14165](https://github.com/docker/compose/pull/14165) - Fix(bridge): confirm before wiping non-empty convert output dir by [@&#8203;glours](https://github.com/glours) in [#&#8203;14174](https://github.com/docker/compose/pull/14174) - Fix(down): spare dangling images of orphaned services, like their tagged image by [@&#8203;htoyoda18](https://github.com/htoyoda18) in [#&#8203;14154](https://github.com/docker/compose/pull/14154) ##### 🔧 Internal - CI: raise e2e go-test timeout to 20m by [@&#8203;ndeloof](https://github.com/ndeloof) in [#&#8203;14072](https://github.com/docker/compose/pull/14072) - Lint: replace gocyclo with gocognit by [@&#8203;ndeloof](https://github.com/ndeloof) in [#&#8203;14057](https://github.com/docker/compose/pull/14057) - Test(e2e): prepend provider bin dir to PATH in provider tests by [@&#8203;glours](https://github.com/glours) in [#&#8203;14079](https://github.com/docker/compose/pull/14079) - Refactor: dismantle the gocognit hotspots, one concern per function by [@&#8203;ndeloof](https://github.com/ndeloof) in [#&#8203;14060](https://github.com/docker/compose/pull/14060) - Test(e2e): declarative Scenario layer, project files under testdata/<TestName>/ by [@&#8203;ndeloof](https://github.com/ndeloof) in [#&#8203;14087](https://github.com/docker/compose/pull/14087) - Docs: document engine container event sequences in up monitor by [@&#8203;ndeloof](https://github.com/ndeloof) in [#&#8203;14024](https://github.com/docker/compose/pull/14024) - E2E: fix test resource isolation and make standalone parallelism configurable by [@&#8203;glours](https://github.com/glours) in [#&#8203;14073](https://github.com/docker/compose/pull/14073) - API: ScaleOptions carries the replica counts by [@&#8203;ndeloof](https://github.com/ndeloof) in [#&#8203;14077](https://github.com/docker/compose/pull/14077) - Chore: explicit, unique, greppable internal names by [@&#8203;ndeloof](https://github.com/ndeloof) in [#&#8203;14049](https://github.com/docker/compose/pull/14049) - Docs: update CONTRIBUTING.md to reflect current tooling and practices by [@&#8203;glours](https://github.com/glours) in [#&#8203;14098](https://github.com/docker/compose/pull/14098) - API: option structs document what the implementation actually honors by [@&#8203;ndeloof](https://github.com/ndeloof) in [#&#8203;14078](https://github.com/docker/compose/pull/14078) - Test: unit-lock the imperative start path by [@&#8203;ndeloof](https://github.com/ndeloof) in [#&#8203;14104](https://github.com/docker/compose/pull/14104) - CLI: display.Mode always resolves to the mode actually rendered by [@&#8203;ndeloof](https://github.com/ndeloof) in [#&#8203;14103](https://github.com/docker/compose/pull/14103) - CI: validate generated mocks are in sync by [@&#8203;ndeloof](https://github.com/ndeloof) in [#&#8203;14102](https://github.com/docker/compose/pull/14102) - Docs(sdk): document the EventProcessor API that actually exists by [@&#8203;ndeloof](https://github.com/ndeloof) in [#&#8203;14131](https://github.com/docker/compose/pull/14131) - Test(e2e): gate the e2e suite behind the build tag the docs already promise by [@&#8203;ndeloof](https://github.com/ndeloof) in [#&#8203;14132](https://github.com/docker/compose/pull/14132) - Build: error messages name the real remedy, not a removed builder by [@&#8203;ndeloof](https://github.com/ndeloof) in [#&#8203;14133](https://github.com/docker/compose/pull/14133) - Docs(contributing): legibility guidelines — comments state behavior, not history by [@&#8203;ndeloof](https://github.com/ndeloof) in [#&#8203;14135](https://github.com/docker/compose/pull/14135) - Test(docs): compile the sdk.md examples by [@&#8203;ndeloof](https://github.com/ndeloof) in [#&#8203;14136](https://github.com/docker/compose/pull/14136) - Chore(compose): rename convergence.go, whose convergence engine no longer exists by [@&#8203;ndeloof](https://github.com/ndeloof) in [#&#8203;14129](https://github.com/docker/compose/pull/14129) - Chore(compose): comments state behavior, not history by [@&#8203;ndeloof](https://github.com/ndeloof) in [#&#8203;14130](https://github.com/docker/compose/pull/14130) - Test(build): re-enable wrong ssh key id test by [@&#8203;htoyoda18](https://github.com/htoyoda18) in [#&#8203;14120](https://github.com/docker/compose/pull/14120) - Chore(compose): orphan semantics stated where up and down diverge by [@&#8203;ndeloof](https://github.com/ndeloof) in [#&#8203;14142](https://github.com/docker/compose/pull/14142) - Refactor: NewGraph stops mutating the project by [@&#8203;ndeloof](https://github.com/ndeloof) in [#&#8203;14124](https://github.com/docker/compose/pull/14124) - Test(e2e): bump compose-bridge images to v0.0.7 by [@&#8203;ricardobranco777](https://github.com/ricardobranco777) in [#&#8203;14170](https://github.com/docker/compose/pull/14170) ##### ⚙️ Dependencies - Build(deps): bump github/codeql-action/upload-sarif from 4.37.6 to 4.37.7 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;14101](https://github.com/docker/compose/pull/14101) - Remove buildx as a Go dependency by [@&#8203;ndeloof](https://github.com/ndeloof) in [#&#8203;14123](https://github.com/docker/compose/pull/14123) - Chore(deps): github.com/sirupsen/logrus v1.10.2, google.golang.org/grpc v1.83.2 by [@&#8203;thaJeztah](https://github.com/thaJeztah) in [#&#8203;14137](https://github.com/docker/compose/pull/14137) - Build: bump golangci-lint to v2.13.2 by [@&#8203;ndeloof](https://github.com/ndeloof) in [#&#8203;14164](https://github.com/docker/compose/pull/14164) - Build(deps): bump github/codeql-action/upload-sarif from 4.37.7 to 4.37.9 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;14167](https://github.com/docker/compose/pull/14167) - Update to go1.26.8 by [@&#8203;thaJeztah](https://github.com/thaJeztah) in [#&#8203;14172](https://github.com/docker/compose/pull/14172) - Feat(deps): github.com/moby/buildkit v0.33.0 by [@&#8203;thaJeztah](https://github.com/thaJeztah) in [#&#8203;14171](https://github.com/docker/compose/pull/14171) - Build(deps): golang.org/x/crypto v0.56.0 by [@&#8203;thaJeztah](https://github.com/thaJeztah) in [#&#8203;14173](https://github.com/docker/compose/pull/14173) - Bump compose-go to version v2.15.0 by [@&#8203;glours](https://github.com/glours) in [#&#8203;14178](https://github.com/docker/compose/pull/14178) ##### New Contributors - [@&#8203;dennislapchenko](https://github.com/dennislapchenko) made their first contribution in [#&#8203;14088](https://github.com/docker/compose/pull/14088) **Full Changelog**: <https://github.com/docker/compose/compare/v5.5.0...v5.5.1> </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 [Mend Renovate CLI](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC42MS4xIiwidXBkYXRlZEluVmVyIjoiNDQuNjEuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZS9hdXRvbWVyZ2UiXX0=-->
CSRBot added 1 commit 2026-09-03 20:05:13 +02:00
chore(deps): update dependency docker/compose to v5.5.1
Build / build-amd64 (pull_request) Successful in 1m50s
Lint Markdown files / markdown-lint (pull_request) Successful in 17s
Build / build-arm64 (pull_request) Successful in 2m17s
Lint Markdown files / markdown-lint (push) Successful in 7s
Auto release tagged / tag_on_change (push) Successful in 14s
Release latest / push-amd64 (push) Successful in 1m26s
Update Docker Hub Description / update-description-on-hub-docker-io (push) Successful in 8s
Release latest / push-arm64 (push) Successful in 2m20s
Release latest / push-manifest (push) Successful in 6s
Release latest / sync-to-hub-docker-io (push) Successful in 1m12s
289be16fba
CSRBot scheduled this pull request to auto merge when all checks succeed 2026-09-03 20:05:15 +02:00
CSRBot merged commit 289be16fba into master 2026-09-03 20:07:36 +02:00
CSRBot deleted branch renovate/docker-compose-5.x 2026-09-03 20:07:37 +02:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

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