chore(deps): update dependency docker/compose to v2.36.0 - autoclosed #42

Closed
CSRBot wants to merge 0 commits from renovate/docker-compose-2.x into master
Collaborator

This PR contains the following updates:

Package Update Change
docker/compose minor v2.35.1 -> v2.36.0

⚠️ Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

docker/compose (docker/compose)

v2.36.0

Compare Source

What's Changed

🎉 You can now use external binaries as service provider to extend Compose behaviour. For more information about creating your own plugin check the documentation

Improvements
🐛 Fixes
🔧 Internal
⚙️ Dependencies

New Contributors

Full Changelog: https://github.com/docker/compose/compare/v2.35.1...v2.36.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 this update 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 | `v2.35.1` -> `v2.36.0` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the warning logs for more information. --- ### Release Notes <details> <summary>docker/compose (docker/compose)</summary> ### [`v2.36.0`](https://github.com/docker/compose/releases/tag/v2.36.0) [Compare Source](https://github.com/docker/compose/compare/v2.35.1...v2.36.0) #### What's Changed 🎉 You can now use external binaries as service provider to extend Compose behaviour. For more information about creating your own plugin check [the documentation](https://github.com/docker/compose/blob/main/docs/extension.md) ##### ✨ Improvements - Introduce `networks.interface_name` by [@&#8203;ndeloof](https://github.com/ndeloof) in https://github.com/docker/compose/pull/12771 - Add support for `COMPOSE_PROGRESS` env variable by [@&#8203;AnvarU](https://github.com/AnvarU) in https://github.com/docker/compose/pull/12769 - Document extensibility using service.provider and open provider to external binaries by [@&#8203;ndeloof](https://github.com/ndeloof) in https://github.com/docker/compose/pull/12777 - Introduce build `--check` by [@&#8203;ndeloof](https://github.com/ndeloof) in https://github.com/docker/compose/pull/12765 ##### 🐛 Fixes - Build: write `--print` output to stdout by [@&#8203;emersion](https://github.com/emersion) in https://github.com/docker/compose/pull/12756 - Fix: concurrent map writes when pulling by [@&#8203;skanehira](https://github.com/skanehira) in https://github.com/docker/compose/pull/12752 - Fix support for remote absolute path by [@&#8203;ndeloof](https://github.com/ndeloof) in https://github.com/docker/compose/pull/12786 - Fix collect image digests for service images built by bake by [@&#8203;ndeloof](https://github.com/ndeloof) in https://github.com/docker/compose/pull/12784 - Enable services implicitly declared by a service:xx build dependency by [@&#8203;ndeloof](https://github.com/ndeloof) in https://github.com/docker/compose/pull/12785 - Fix config `--variables` not honoring the `--format` flag by [@&#8203;alessio-perugini](https://github.com/alessio-perugini) in https://github.com/docker/compose/pull/12809 ##### 🔧 Internal - Remove support of Synchronize File Shares integration with Docker Desktop by [@&#8203;glours](https://github.com/glours) in https://github.com/docker/compose/pull/12763 - Display proper event message for provider services on up and down by [@&#8203;glours](https://github.com/glours) in https://github.com/docker/compose/pull/12788 - E2e test for start_interval by [@&#8203;ndeloof](https://github.com/ndeloof) in https://github.com/docker/compose/pull/12795 - Document behavior on missing extension by [@&#8203;ndeloof](https://github.com/ndeloof) in https://github.com/docker/compose/pull/12802 ##### ⚙️ Dependencies - Build(deps): bump github.com/docker/cli from `28.1.0+incompatible` to `28.1.1+incompatible` by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/docker/compose/pull/12761 - Build(deps): bump github.com/docker/docker from `28.1.0+incompatible` to `28.1.1+incompatible` by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/docker/compose/pull/12759 - Build(deps): bump google.golang.org/grpc from `1.71.1` to `1.72.0` by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/docker/compose/pull/12760 - Build(deps): bump github.com/containerd/containerd/v2 from `2.0.4` to `2.0.5` by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/docker/compose/pull/12758 - Bump compose-go to `v2.6.1` by [@&#8203;glours](https://github.com/glours) in https://github.com/docker/compose/pull/12766 - Bump compose-go to `v2.6.2` by [@&#8203;glours](https://github.com/glours) in https://github.com/docker/compose/pull/12810 - Build(deps): bump github.com/moby/buildkit from `0.21.0` to `0.21.1` by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/docker/compose/pull/12796 - Build(deps): bump golang.org/x/sync from `0.13.0` to `0.14.0` by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/docker/compose/pull/12805 - Build(deps): bump golang.org/x/sys from `0.32.0` to `0.33.0` by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/docker/compose/pull/12804 - Build(deps): bump go.uber.org/mock from `0.5.1` to `0.5.2` by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/docker/compose/pull/12792 #### New Contributors - [@&#8203;skanehira](https://github.com/skanehira) made their first contribution in https://github.com/docker/compose/pull/12752 - [@&#8203;AnvarU](https://github.com/AnvarU) made their first contribution in https://github.com/docker/compose/pull/12769 - [@&#8203;alessio-perugini](https://github.com/alessio-perugini) made their first contribution in https://github.com/docker/compose/pull/12809 **Full Changelog**: https://github.com/docker/compose/compare/v2.35.1...v2.36.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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 this update 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
CSRBot added 1 commit 2025-05-07 15:04:10 +02:00
chore(deps): update dependency docker/compose to v2.36.0
All checks were successful
Build / build-arm64 (pull_request) Successful in 10m8s
Build / build-amd64 (pull_request) Successful in 10m8s
Build / build-amd64 (push) Successful in 9m47s
Build / build-arm64 (push) Successful in 10m7s
Release / push-amd64 (push) Successful in 10m6s
Release / push-arm64 (push) Successful in 10m31s
Release / push-manifest (push) Successful in 12s
Release / sync-to-hub-docker-io (push) Successful in 1m5s
4bc581d059
CSRBot changed title from chore(deps): update dependency docker/compose to v2.36.0 to chore(deps): update dependency docker/compose to v2.36.0 - autoclosed 2025-05-07 18:03:03 +02:00
CSRBot closed this pull request 2025-05-07 18:03:04 +02:00
All checks were successful
Build / build-arm64 (pull_request) Successful in 10m8s
Required
Details
Build / build-amd64 (pull_request) Successful in 10m8s
Required
Details
Build / build-amd64 (push) Successful in 9m47s
Build / build-arm64 (push) Successful in 10m7s
Release / push-amd64 (push) Successful in 10m6s
Release / push-arm64 (push) Successful in 10m31s
Release / push-manifest (push) Successful in 12s
Release / sync-to-hub-docker-io (push) Successful in 1m5s

Pull request closed

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#42
No description provided.