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

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

This PR contains the following updates:

Package Update Change
docker/compose minor v2.34.0 -> v2.35.0

Release Notes

docker/compose (docker/compose)

v2.35.0

Compare Source

What's Changed

🎉 1st implementation of external services feature to support Docker Model Runner in Compose by @​ndeloof in https://github.com/docker/compose/pull/12692

Improvements
🐛 Fixes
🔧 Internal
⚙️ Dependencies

New Contributors

Full Changelog: https://github.com/docker/compose/compare/v2.34.0...v2.35.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.34.0` -> `v2.35.0` | --- ### Release Notes <details> <summary>docker/compose (docker/compose)</summary> ### [`v2.35.0`](https://github.com/docker/compose/releases/tag/v2.35.0) [Compare Source](https://github.com/docker/compose/compare/v2.34.0...v2.35.0) #### What's Changed 🎉 1st implementation of external services feature to support Docker Model Runner in Compose by [@&#8203;ndeloof](https://github.com/ndeloof) in https://github.com/docker/compose/pull/12692 ##### ✨ Improvements - Set `$PWD` (may not be supported on Windows) by [@&#8203;ndeloof](https://github.com/ndeloof) in https://github.com/docker/compose/pull/12643 - Introduce config `--no-env-resolution` by [@&#8203;ndeloof](https://github.com/ndeloof) in https://github.com/docker/compose/pull/12665 - Introduce `build --print` to dump equivalent bakefile by [@&#8203;ndeloof](https://github.com/ndeloof) in https://github.com/docker/compose/pull/12675 - Feat(run): Add `--quiet` and `--quiet-build` options for the `run` command by [@&#8203;idsulik](https://github.com/idsulik) in https://github.com/docker/compose/pull/12685 - Introduce volume.type=image by [@&#8203;ndeloof](https://github.com/ndeloof) in https://github.com/docker/compose/pull/12725 ##### 🐛 Fixes - Fix support for secret set by env inside included file by [@&#8203;ndeloof](https://github.com/ndeloof) in https://github.com/docker/compose/pull/12635 - Fix edge-case bug checking path prefix in watch for bind mount volumes by [@&#8203;matiboux](https://github.com/matiboux) in https://github.com/docker/compose/pull/12640 - Run only loads required service env_file and ignores others by [@&#8203;ndeloof](https://github.com/ndeloof) in https://github.com/docker/compose/pull/12645 - Fixed support for `depends_on.restart` in `up` and `restart` commands by [@&#8203;ndeloof](https://github.com/ndeloof) in https://github.com/docker/compose/pull/12649 - Bake parses "${}" in DockerfileInline as a variable by [@&#8203;ndeloof](https://github.com/ndeloof) in https://github.com/docker/compose/pull/12664 - Fix(secrets): Reverted secrets file mode 440 -> 444 by [@&#8203;idsulik](https://github.com/idsulik) in https://github.com/docker/compose/pull/12666 - Fix scale completion by [@&#8203;ndeloof](https://github.com/ndeloof) in https://github.com/docker/compose/pull/12672 - Fix: replace `docker-compose.yml` with `compose.yaml` by [@&#8203;k-kbk](https://github.com/k-kbk) in https://github.com/docker/compose/pull/12680 - Include implicit build dependencies in build command by [@&#8203;ndeloof](https://github.com/ndeloof) in https://github.com/docker/compose/pull/12683 - Capture git fetch output when debug output is enabled by [@&#8203;ndeloof](https://github.com/ndeloof) in https://github.com/docker/compose/pull/12719 - Mount API is not strictly equivalent to bind by [@&#8203;ndeloof](https://github.com/ndeloof) in https://github.com/docker/compose/pull/12722 ##### 🔧 Internal - Test commandName subcommand order by [@&#8203;maxproske](https://github.com/maxproske) in https://github.com/docker/compose/pull/12535 - Set watch option --prune=true as default by [@&#8203;remcokranenburg](https://github.com/remcokranenburg) in https://github.com/docker/compose/pull/12650 - Plugin Docker Desktop Model Runner check by [@&#8203;glours](https://github.com/glours) in https://github.com/docker/compose/pull/12718 - pkg/compose: implement Export using atomicwriter by [@&#8203;thaJeztah](https://github.com/thaJeztah) in https://github.com/docker/compose/pull/12715 - Style: refactor Desktop client for readability and maintainability by [@&#8203;Saracomethstein](https://github.com/Saracomethstein) in https://github.com/docker/compose/pull/12723 ##### ⚙️ Dependencies - Build(deps): bump github.com/docker/buildx from `0.21.2` to `0.21.3` by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/docker/compose/pull/12646 - Build(deps): bump github.com/containerd/containerd/v2 from `2.0.3` to `2.0.4` by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/docker/compose/pull/12647 - Bump docker & cli `v28.0.4` and buildx `v0.22.0` by [@&#8203;ndeloof](https://github.com/ndeloof) in https://github.com/docker/compose/pull/12674 - Bump golangci-lint to version `v2.0.2` by [@&#8203;glours](https://github.com/glours) in https://github.com/docker/compose/pull/12689 - Bump golang to `1.23.8` by [@&#8203;glours](https://github.com/glours) in https://github.com/docker/compose/pull/12698 - Update secret detector to fix vulnerability https://github.com/golang… by [@&#8203;sigi-glovebox](https://github.com/sigi-glovebox) in https://github.com/docker/compose/pull/12707 - Build(deps): bump golang.org/x/sys from `0.31.0` to `0.32.0` by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/docker/compose/pull/12713 - Build(deps): bump golang.org/x/sync from `0.12.0` to `0.13.0` by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/docker/compose/pull/12712 - Build(deps): bump github.com/compose-spec/compose-go/v2 from `2.5.1-0.20250409070949-8e1a035095ca` to `2.6.0` by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/docker/compose/pull/12729 #### New Contributors - [@&#8203;matiboux](https://github.com/matiboux) made their first contribution in https://github.com/docker/compose/pull/12640 - [@&#8203;k-kbk](https://github.com/k-kbk) made their first contribution in https://github.com/docker/compose/pull/12680 - [@&#8203;sigi-glovebox](https://github.com/sigi-glovebox) made their first contribution in https://github.com/docker/compose/pull/12707 - [@&#8203;Saracomethstein](https://github.com/Saracomethstein) made their first contribution in https://github.com/docker/compose/pull/12723 **Full Changelog**: https://github.com/docker/compose/compare/v2.34.0...v2.35.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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMSIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
CSRBot added 1 commit 2025-04-10 18:07:35 +02:00
chore(deps): update dependency docker/compose to v2.35.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
0b18f1e611
CSRBot changed title from chore(deps): update dependency docker/compose to v2.35.0 to chore(deps): update dependency docker/compose to v2.35.0 - autoclosed 2025-04-11 15:07:15 +02:00
CSRBot closed this pull request 2025-04-11 15:07:16 +02:00
All checks were successful
continuous-integration/drone/pr Build is passing
Required
Details
continuous-integration/drone/push Build is passing
Required
Details

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