chore(deps): update dependency docker/compose to v2.31.0 #15

Merged
volker.raschek merged 1 commits from renovate/docker-compose-2.x into master 2024-11-28 15:26:52 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
docker/compose minor v2.30.3 -> v2.31.0

Release Notes

docker/compose (docker/compose)

v2.31.0

Compare Source

What's Changed

Improvements
🐛 Fixes
🔧 Internal
⚙️ Dependencies

New Contributors

Full Changelog: https://github.com/docker/compose/compare/v2.30.3...v2.31.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.30.3` -> `v2.31.0` | --- ### Release Notes <details> <summary>docker/compose (docker/compose)</summary> ### [`v2.31.0`](https://github.com/docker/compose/releases/tag/v2.31.0) [Compare Source](https://github.com/docker/compose/compare/v2.30.3...v2.31.0) #### What's Changed ##### ✨ Improvements - Delegate build to buildx bake by [@&#8203;ndeloof](https://github.com/ndeloof) [(12300)](https://github.com/docker/compose/pull/12300) - Add commit command by [@&#8203;jarqvi](https://github.com/jarqvi) [(12268)](https://github.com/docker/compose/pull/12268) ##### 🐛 Fixes - Fix(config): Print service names with --no-interpolate by [@&#8203;idsulik](https://github.com/idsulik) [(12282)](https://github.com/docker/compose/pull/12282) - Remove obsolete containers first on scale down by [@&#8203;ndeloof](https://github.com/ndeloof) [(12272)](https://github.com/docker/compose/pull/12272) - Fix compose images that return a different image with the same ID by [@&#8203;koooge](https://github.com/koooge) [(12278)](https://github.com/docker/compose/pull/12278) - Emit events for building images by [@&#8203;felixfontein](https://github.com/felixfontein) [(11498)](https://github.com/docker/compose/pull/11498) - Fix support for --remove-orphans on `docker compose run` by [@&#8203;ndeloof](https://github.com/ndeloof) [(12288)](https://github.com/docker/compose/pull/12288) - Push empty descriptor layer when using OCI version 1.1 for Compose artifact by [@&#8203;glours](https://github.com/glours) [(12289)](https://github.com/docker/compose/pull/12289) - Detect network config changes and recreate if needed by [@&#8203;ndeloof](https://github.com/ndeloof) [(12267)](https://github.com/docker/compose/pull/12267) - Update wait-timeout flag usage to include the unit by [@&#8203;terev](https://github.com/terev) [(12316)](https://github.com/docker/compose/pull/12316) - Use service.stop to stop dependent containers by [@&#8203;ndeloof](https://github.com/ndeloof) [(12322)](https://github.com/docker/compose/pull/12322) - Only check attached networks on running containers by [@&#8203;ndeloof](https://github.com/ndeloof) [(12327)](https://github.com/docker/compose/pull/12327) - Only stop dependent containers ... if there's some by [@&#8203;ndeloof](https://github.com/ndeloof) [(12328)](https://github.com/docker/compose/pull/12328) ##### 🔧 Internal - Pass stale bot inactivity limit from 6 to 3 months by [@&#8203;glours](https://github.com/glours) [(12284)](https://github.com/docker/compose/pull/12284) - Ci: enable testifylint linter by [@&#8203;mmorel-35](https://github.com/mmorel-35) [(11761)](https://github.com/docker/compose/pull/11761) - Remove ddev e2e tests by [@&#8203;glours](https://github.com/glours) [(12291)](https://github.com/docker/compose/pull/12291) - Gha: test against docker engine v27.4.0 by [@&#8203;thaJeztah](https://github.com/thaJeztah) [(12299)](https://github.com/docker/compose/pull/12299) - Run build tests against bake by [@&#8203;ndeloof](https://github.com/ndeloof) [(12325)](https://github.com/docker/compose/pull/12325) ##### ⚙️ Dependencies - Build(deps): bump golang.org/x/sync from `0.8.0` to `0.9.0` by [@&#8203;dependabot](https://github.com/dependabot) [(12277)](https://github.com/docker/compose/pull/12277) - Build(deps): bump golang.org/x/sys from `0.26.0` to `0.27.0` by [@&#8203;dependabot](https://github.com/dependabot) [(12276)](https://github.com/docker/compose/pull/12276) - Build(deps): bump github.com/moby/buildkit `v0.17.1`, github.com/docker/buildx `v0.18.0` by [@&#8203;thaJeztah](https://github.com/thaJeztah) [(12298)](https://github.com/docker/compose/pull/12298) - Build(deps): bump docker/docker `v27.4.0-rc.2`, docker/cli `v27.4.0-rc.2` by [@&#8203;thaJeztah](https://github.com/thaJeztah) [(12306)](https://github.com/docker/compose/pull/12306) - Build(deps): bump github.com/stretchr/testify from `1.9.0` to `1.10.0` by [@&#8203;dependabot](https://github.com/dependabot) [(12319)](https://github.com/docker/compose/pull/12319) - Build(deps): bump github.com/compose-spec/compose-go/v2 from `2.4.5-0.20241111154218-9d02caaf8465` to `2.4.5` by [@&#8203;dependabot](https://github.com/dependabot) [(12324)](https://github.com/docker/compose/pull/12324) - Build(deps): bump github.com/moby/buildkit from `0.17.1` to `0.17.2` by [@&#8203;dependabot](https://github.com/dependabot) [(12320)](https://github.com/docker/compose/pull/12320) - Bump google.golang.org/grpc to v1.68.0 and containerd to `v1.7.24` by [@&#8203;glours](https://github.com/glours) [(12329)](https://github.com/docker/compose/pull/12329) #### New Contributors - [@&#8203;terev](https://github.com/terev) made their first contribution in https://github.com/docker/compose/pull/12316 **Full Changelog**: https://github.com/docker/compose/compare/v2.30.3...v2.31.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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNiIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi42IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlIl19-->
CSRBot added 1 commit 2024-11-28 14:07:29 +00:00
chore(deps): update dependency docker/compose to v2.31.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
1ce4ba1d30
volker.raschek was assigned by CSRBot 2024-11-28 14:07:30 +00:00
volker.raschek merged commit 1ce4ba1d30 into master 2024-11-28 15:26:52 +00:00
volker.raschek deleted branch renovate/docker-compose-2.x 2024-11-28 15:27:05 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: volker.raschek/docker-compose-docker#15
No description provided.