chore(deps): update dependency docker/compose to v5.2.0 #113

Merged
CSRBot merged 1 commits from renovate/docker-compose-5.x into master 2026-06-23 17:05:56 +02:00
Collaborator

This PR contains the following updates:

Package Update Change
docker/compose minor 5.1.45.2.0
docker/compose minor v5.1.4v5.2.0

Release Notes

docker/compose (docker/compose)

v5.2.0

Compare Source

What's Changed

ℹ️ This version introduces a new reconciliation algorithm between the observed state and the expected state.

If you experience any issues with a Compose workload that was previously working, please open an issue.

Improvements
🐛 Fixes
🔧 Internal
⚙️ Dependencies
New Contributors

Full Changelog: https://github.com/docker/compose/compare/v5.1.4...v5.2.0


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 Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker/compose](https://github.com/docker/compose) | minor | `5.1.4` → `5.2.0` | | [docker/compose](https://github.com/docker/compose) | minor | `v5.1.4` → `v5.2.0` | --- ### Release Notes <details> <summary>docker/compose (docker/compose)</summary> ### [`v5.2.0`](https://github.com/docker/compose/releases/tag/v5.2.0) [Compare Source](https://github.com/docker/compose/compare/v5.1.4...v5.2.0) ##### What's Changed > ℹ️ This version introduces a new reconciliation algorithm between the observed state and the expected state. > > If you experience any issues with a Compose workload that was previously working, please open an issue. ##### ✨ Improvements - Reconciliation plan by [@&#8203;ndeloof](https://github.com/ndeloof) & [@&#8203;glours](https://github.com/glours) in [#&#8203;13830](https://github.com/docker/compose/pull/13830) - Add `rawsetenv` message type for provider plugins by [@&#8203;rajyan](https://github.com/rajyan) in [#&#8203;13742](https://github.com/docker/compose/pull/13742) ##### 🐛 Fixes - Fix(build): skip remote URL contexts from bake fs.read allowlist by [@&#8203;ndeloof](https://github.com/ndeloof) in [#&#8203;13816](https://github.com/docker/compose/pull/13816) - Skip validation when extracting config variables by [@&#8203;scarab-systems](https://github.com/scarab-systems) in [#&#8203;13831](https://github.com/docker/compose/pull/13831) - Fix(progress): probe stderr (not stdout) for TTY auto-detection by [@&#8203;glours](https://github.com/glours) in [#&#8203;13837](https://github.com/docker/compose/pull/13837) - Fix(publish): honor env\_file required: false for missing files by [@&#8203;Ijtihed](https://github.com/Ijtihed) in [#&#8203;13848](https://github.com/docker/compose/pull/13848) ##### 🔧 Internal - Docs: compose logs: add links for since/until flag descriptions by [@&#8203;thaJeztah](https://github.com/thaJeztah) in [#&#8203;13806](https://github.com/docker/compose/pull/13806) - Ci: add Dependabot cooldown ([`2026060`](https://github.com/docker/compose/commit/20260603)-170456) by [@&#8203;securityeng-bot](https://github.com/securityeng-bot)\[bot] in [#&#8203;13820](https://github.com/docker/compose/pull/13820) - Docs(CLAUDE.md): note that commits must be signed off (DCO) by [@&#8203;ndeloof](https://github.com/ndeloof) in [#&#8203;13817](https://github.com/docker/compose/pull/13817) - Refactor: replace Split in loops with more efficient SplitSeq and replace HasPrefix+TrimPrefix with CutPrefix by [@&#8203;caltechustc](https://github.com/caltechustc) in [#&#8203;13810](https://github.com/docker/compose/pull/13810) - Chore: fix some comments to improve readability by [@&#8203;solunolab](https://github.com/solunolab) in [#&#8203;13823](https://github.com/docker/compose/pull/13823) - GHA: update docs-upstream to pin workflows by sha by [@&#8203;thaJeztah](https://github.com/thaJeztah) in [#&#8203;13834](https://github.com/docker/compose/pull/13834) - Docs: compose logs: add more links for flag descriptions by [@&#8203;thaJeztah](https://github.com/thaJeztah) in [#&#8203;13833](https://github.com/docker/compose/pull/13833) - Fix/progress tty line overflow 13595 by [@&#8203;glours](https://github.com/glours) in [#&#8203;13840](https://github.com/docker/compose/pull/13840) - Fix(publish): bypass Docker Desktop proxy for loopback registries by [@&#8203;ptrdom](https://github.com/ptrdom) in [#&#8203;13825](https://github.com/docker/compose/pull/13825) - Watch: do not rebuild depends\_on services on file change by [@&#8203;ndeloof](https://github.com/ndeloof) in [#&#8203;13856](https://github.com/docker/compose/pull/13856) - pkg/e2e: fix malformed JWT in fixtures by [@&#8203;thaJeztah](https://github.com/thaJeztah) in [#&#8203;13857](https://github.com/docker/compose/pull/13857) - pkg/e2e: drop unused run param from getEnv by [@&#8203;glours](https://github.com/glours) in [#&#8203;13867](https://github.com/docker/compose/pull/13867) - Docs: `ps --format json` outputs JSON Lines, not a JSON array by [@&#8203;glours](https://github.com/glours) in [#&#8203;13868](https://github.com/docker/compose/pull/13868) ##### ⚙️ Dependencies - Build(deps): bump github.com/docker/cli from `29.5.1+incompatible` to `29.5.2+incompatible` by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;13802](https://github.com/docker/compose/pull/13802) - Update to go `1.26.4` by [@&#8203;thaJeztah](https://github.com/thaJeztah) in [#&#8203;13828](https://github.com/docker/compose/pull/13828) - Chore(deps): github.com/containerd/typeurl/v2 `v2.3.0` by [@&#8203;thaJeztah](https://github.com/thaJeztah) in [#&#8203;13829](https://github.com/docker/compose/pull/13829) - Build(deps): bump golang.org/x/sync from `0.20.0` to `0.21.0` by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;13838](https://github.com/docker/compose/pull/13838) - Chore(deps): github.com/docker/cli `v29.5.3`, github.com/docker/buildx `v0.34.1`, buildkit `v0.30.0` by [@&#8203;thaJeztah](https://github.com/thaJeztah) in [#&#8203;13841](https://github.com/docker/compose/pull/13841) - Build(deps): bump golang.org/x/sys from `0.45.0` to `0.46.0` by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;13832](https://github.com/docker/compose/pull/13832) - Chore(deps): golang.org/x/crypto `v0.53.0` by [@&#8203;thaJeztah](https://github.com/thaJeztah) in [#&#8203;13844](https://github.com/docker/compose/pull/13844) - Build(deps): bump github.com/containerd/containerd/v2 from `2.2.3` to `2.2.4` in the go\_modules group across 1 directory by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;13804](https://github.com/docker/compose/pull/13804) - Chore(deps): bump github.com/containerd/containerd/v2 to `v2.2.5` by [@&#8203;thaJeztah](https://github.com/thaJeztah) in [#&#8203;13855](https://github.com/docker/compose/pull/13855) - Chore(deps): bump github.com/golang-jwt/jwt/v5 to `v5.3.1` by [@&#8203;thaJeztah](https://github.com/thaJeztah) in [#&#8203;13847](https://github.com/docker/compose/pull/13847) - Chore(deps): github.com/docker/cli `v29.6.0`, github.com/docker/buildx `v0.35.0`, buildkit `v0.31.0` by [@&#8203;thaJeztah](https://github.com/thaJeztah) in [#&#8203;13842](https://github.com/docker/compose/pull/13842) - Bump compose-go to version `v2.12.1` by [@&#8203;glours](https://github.com/glours) in [#&#8203;13865](https://github.com/docker/compose/pull/13865) ##### New Contributors - [@&#8203;securityeng-bot](https://github.com/securityeng-bot)\[bot] made their first contribution in [#&#8203;13820](https://github.com/docker/compose/pull/13820) - [@&#8203;caltechustc](https://github.com/caltechustc) made their first contribution in [#&#8203;13810](https://github.com/docker/compose/pull/13810) - [@&#8203;solunolab](https://github.com/solunolab) made their first contribution in [#&#8203;13823](https://github.com/docker/compose/pull/13823) - [@&#8203;scarab-systems](https://github.com/scarab-systems) made their first contribution in [#&#8203;13831](https://github.com/docker/compose/pull/13831) - [@&#8203;ptrdom](https://github.com/ptrdom) made their first contribution in [#&#8203;13825](https://github.com/docker/compose/pull/13825) - [@&#8203;rajyan](https://github.com/rajyan) made their first contribution in [#&#8203;13742](https://github.com/docker/compose/pull/13742) - [@&#8203;Ijtihed](https://github.com/Ijtihed) made their first contribution in [#&#8203;13848](https://github.com/docker/compose/pull/13848) **Full Changelog**: <https://github.com/docker/compose/compare/v5.1.4...v5.2.0> </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==-->
CSRBot added 1 commit 2026-06-23 17:04:11 +02:00
chore(deps): update dependency docker/compose to v5.2.0
Build / build-amd64 (pull_request) Successful in 52s
Lint Markdown files / markdown-lint (pull_request) Successful in 6s
Build / build-arm64 (pull_request) Successful in 1m33s
Auto release tagged / tag_on_change (push) Successful in 8s
Lint Markdown files / markdown-lint (push) Successful in 10s
Release latest / push-amd64 (push) Successful in 59s
Update Docker Hub Description / update-description-on-hub-docker-io (push) Successful in 7s
Release latest / sync-to-hub-docker-io (push) Successful in 56s
Release latest / push-arm64 (push) Successful in 1m54s
Release latest / push-manifest (push) Successful in 6s
e4092a72ef
CSRBot scheduled this pull request to auto merge when all checks succeed 2026-06-23 17:04:12 +02:00
CSRBot merged commit e4092a72ef into master 2026-06-23 17:05:56 +02:00
CSRBot deleted branch renovate/docker-compose-5.x 2026-06-23 17:05:56 +02: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#113