chore(deps): update dependency docker/compose to v2.39.3 #62

Open
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 patch v2.39.2 -> v2.39.3

⚠️ Warning

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


Release Notes

docker/compose (docker/compose)

v2.39.3

Compare Source

What's Changed

Improvements
🐛 Fixes
🔧 Internal
⚙️ Dependencies

New Contributors

Full Changelog: https://github.com/docker/compose/compare/v2.39.2...v2.39.3


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) | patch | `v2.39.2` -> `v2.39.3` | --- > ⚠️ **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.39.3`](https://github.com/docker/compose/releases/tag/v2.39.3) [Compare Source](https://github.com/docker/compose/compare/v2.39.2...v2.39.3) #### What's Changed ##### ✨ Improvements - Add completions for the `--progress` flag by [@&#8203;m4rch3n1ng](https://github.com/m4rch3n1ng) in [#&#8203;13158](https://github.com/docker/compose/pull/13158) ##### 🐛 Fixes - Add `--provenance` and `--sbom` flag to generated `bake` command line, by [@&#8203;glours](https://github.com/glours) in [#&#8203;13147](https://github.com/docker/compose/pull/13147) - Fix runtime operations failing when env file is missing by [@&#8203;maxproske](https://github.com/maxproske) in [#&#8203;13156](https://github.com/docker/compose/pull/13156) - Check the assume yes publish flag command before the presence of bind mounts by [@&#8203;glours](https://github.com/glours) in [#&#8203;13151](https://github.com/docker/compose/pull/13151) - Fix: incorrect time when last tag time is not set by [@&#8203;kianelbo](https://github.com/kianelbo) in [#&#8203;13171](https://github.com/docker/compose/pull/13171) - Fix sigint/sigterm support in logs `--follow` by [@&#8203;ndeloof](https://github.com/ndeloof) in [#&#8203;13193](https://github.com/docker/compose/pull/13193) - Prefer application container vs one-off running `exec` without index by [@&#8203;ndeloof](https://github.com/ndeloof) in [#&#8203;13178](https://github.com/docker/compose/pull/13178) - Only force plain mode build if progress is set to `auto` by [@&#8203;ndeloof](https://github.com/ndeloof) in [#&#8203;13181](https://github.com/docker/compose/pull/13181) - Only propagate os.Env to bake, not the whole project.Environment by [@&#8203;ndeloof](https://github.com/ndeloof) in [#&#8203;13180](https://github.com/docker/compose/pull/13180) - Detect container is restarted by [@&#8203;ndeloof](https://github.com/ndeloof) in [#&#8203;13210](https://github.com/docker/compose/pull/13210) - Fix run `--build` support for `service:* reference` in additional\_context by [@&#8203;ndeloof](https://github.com/ndeloof) in [#&#8203;13183](https://github.com/docker/compose/pull/13183) - Detect compose run wit `--host` and set `DOCKER_HOST` accordingly running bake by [@&#8203;ndeloof](https://github.com/ndeloof) in [#&#8203;13182](https://github.com/docker/compose/pull/13182) ##### 🔧 Internal - Refactor to use maps.Copy by [@&#8203;cuiweixie](https://github.com/cuiweixie) in [#&#8203;13174](https://github.com/docker/compose/pull/13174) - Replace most uses of hashicorp/go-multierror for stdlib by [@&#8203;thaJeztah](https://github.com/thaJeztah) in [#&#8203;13176](https://github.com/docker/compose/pull/13176) - pkg/compose: composeService.Up: rewrite without go-multierror by [@&#8203;thaJeztah](https://github.com/thaJeztah) in [#&#8203;13177](https://github.com/docker/compose/pull/13177) - Use enum-consts for State and Health by [@&#8203;thaJeztah](https://github.com/thaJeztah) in [#&#8203;13186](https://github.com/docker/compose/pull/13186) - Unquote volume names in creation events by [@&#8203;rrjjvv](https://github.com/rrjjvv) in [#&#8203;13188](https://github.com/docker/compose/pull/13188) - pkg/compose: use state consts from moby API by [@&#8203;thaJeztah](https://github.com/thaJeztah) in [#&#8203;13216](https://github.com/docker/compose/pull/13216) - Document (hidden) `--tty` `--interactive` flags by [@&#8203;ndeloof](https://github.com/ndeloof) in [#&#8203;13201](https://github.com/docker/compose/pull/13201) ##### ⚙️ Dependencies - go.mod: github.com/docker/buildx v0.27.0 by [@&#8203;thaJeztah](https://github.com/thaJeztah) in [#&#8203;13170](https://github.com/docker/compose/pull/13170) - Build(deps): bump go.uber.org/mock from 0.5.2 to 0.6.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;13162](https://github.com/docker/compose/pull/13162) - go.mod: bump buildkit v0.24.0-rc1, buildx v0.28.0-rc1 by [@&#8203;thaJeztah](https://github.com/thaJeztah) in [#&#8203;13185](https://github.com/docker/compose/pull/13185) - Build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;13184](https://github.com/docker/compose/pull/13184) - go.mod: bump buildx v0.28.0-rc2, buildkit v0.24.0-rc2 by [@&#8203;thaJeztah](https://github.com/thaJeztah) in [#&#8203;13197](https://github.com/docker/compose/pull/13197) - Build(deps): bump github.com/spf13/pflag from 1.0.7 to 1.0.9 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;13195](https://github.com/docker/compose/pull/13195) - Build(deps): bump github.com/spf13/cobra from 1.9.1 to 1.10.1 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;13198](https://github.com/docker/compose/pull/13198) - go.mod: bump github.com/docker/docker, docker/cli v28.4.0 by [@&#8203;thaJeztah](https://github.com/thaJeztah) in [#&#8203;13168](https://github.com/docker/compose/pull/13168) - Build(deps): bump github.com/docker/buildx from 0.28.0-rc2 to 0.28.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;13207](https://github.com/docker/compose/pull/13207) - Build(deps): bump github.com/spf13/pflag from 1.0.9 to 1.0.10 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;13200](https://github.com/docker/compose/pull/13200) - Bump golang to version 1.24.7 by [@&#8203;glours](https://github.com/glours) in [#&#8203;13219](https://github.com/docker/compose/pull/13219) - Build(deps): bump golang.org/x/sync from 0.16.0 to 0.17.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;13218](https://github.com/docker/compose/pull/13218) - Build(deps): bump golang.org/x/sys from 0.35.0 to 0.36.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;13217](https://github.com/docker/compose/pull/13217) - Bump compose-go to version v2.8.2 by [@&#8203;glours](https://github.com/glours) in [#&#8203;13220](https://github.com/docker/compose/pull/13220) #### New Contributors - [@&#8203;cuiweixie](https://github.com/cuiweixie) made their first contribution in [#&#8203;13174](https://github.com/docker/compose/pull/13174) - [@&#8203;m4rch3n1ng](https://github.com/m4rch3n1ng) made their first contribution in [#&#8203;13158](https://github.com/docker/compose/pull/13158) - [@&#8203;kianelbo](https://github.com/kianelbo) made their first contribution in [#&#8203;13171](https://github.com/docker/compose/pull/13171) - [@&#8203;rrjjvv](https://github.com/rrjjvv) made their first contribution in [#&#8203;13188](https://github.com/docker/compose/pull/13188) **Full Changelog**: <https://github.com/docker/compose/compare/v2.39.2...v2.39.3> </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:eyJjcmVhdGVkSW5WZXIiOiI0MS45OC4zIiwidXBkYXRlZEluVmVyIjoiNDEuOTguMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
CSRBot added 1 commit 2025-09-09 12:04:47 +02:00
chore(deps): update dependency docker/compose to v2.39.3
Some checks failed
Build / build-amd64 (pull_request) Successful in 1h50m46s
Build / build-arm64 (pull_request) Has been cancelled
1df7e9cd82
Some checks failed
Build / build-amd64 (pull_request) Successful in 1h50m46s
Required
Details
Build / build-arm64 (pull_request) Has been cancelled
Required
Details
Some required checks were not successful.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/docker-compose-2.x:renovate/docker-compose-2.x
git checkout renovate/docker-compose-2.x
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#62
No description provided.