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

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.32.4 -> v2.33.0

⚠️ Warning

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


Release Notes

docker/compose (docker/compose)

v2.33.0

Compare Source

What's Changed

!IMPORTANT]
This release introduce support for [Bake](https://docs.docker.com/build/bake/) to manage builds as an alternative to the internal buildkit client. This new feature can be enabled by setting `COMPOSE_BAKE=1` variable. Bake will become the default builder in a future release.
Improvements
🐛 Fixes
🔧 Internal
⚙️ Dependencies

New Contributors

Full Changelog: https://github.com/docker/compose/compare/v2.32.4...v2.33.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.32.4` -> `v2.33.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.33.0`](https://github.com/docker/compose/releases/tag/v2.33.0) [Compare Source](https://github.com/docker/compose/compare/v2.32.4...v2.33.0) #### What's Changed > \[!IMPORTANT] > This release introduce support for [Bake](https://docs.docker.com/build/bake/) to manage builds as an alternative to the internal buildkit client. This new feature can be enabled by setting `COMPOSE_BAKE=1` variable. Bake will become the default builder in a future release. ##### ✨ Improvements - let user know bake is now supported by [@&#8203;ndeloof](https://github.com/ndeloof) in https://github.com/docker/compose/pull/12524 - support additional_context reference to another service by [@&#8203;ndeloof](https://github.com/ndeloof) in https://github.com/docker/compose/pull/12485 - add support for BUILDKIT_PROGRESS by [@&#8203;ndeloof](https://github.com/ndeloof) in https://github.com/docker/compose/pull/12458 - add --with-env flag to publish command by [@&#8203;glours](https://github.com/glours) in https://github.com/docker/compose/pull/12482 - Update ls --quiet help description by [@&#8203;maxproske](https://github.com/maxproske) in https://github.com/docker/compose/pull/12541 - Publish warn display env vars by [@&#8203;glours](https://github.com/glours) in https://github.com/docker/compose/pull/12486 ##### 🐛 Fixes - Fix bake support by [@&#8203;ndeloof](https://github.com/ndeloof) in https://github.com/docker/compose/pull/12507 - Update link in stats --help output by [@&#8203;maxproske](https://github.com/maxproske) in https://github.com/docker/compose/pull/12523 - Properly handle "builtin" seccomp profile by [@&#8203;r-bk](https://github.com/r-bk) in https://github.com/docker/compose/pull/12478 - manage `watch` applied to mulitple services by [@&#8203;ndeloof](https://github.com/ndeloof) in https://github.com/docker/compose/pull/12469 ##### 🔧 Internal - use main branch for docs upstream validation workflow by [@&#8203;crazy-max](https://github.com/crazy-max) in https://github.com/docker/compose/pull/12487 - fix provenance for binaries and generate sbom by [@&#8203;crazy-max](https://github.com/crazy-max) in https://github.com/docker/compose/pull/12479 - add codeowners file by [@&#8203;glours](https://github.com/glours) in https://github.com/docker/compose/pull/12480 - remove exit code per error type used by legacy metrics system by [@&#8203;ndeloof](https://github.com/ndeloof) in https://github.com/docker/compose/pull/12502 - Dockerfile: update golangci-lint to v1.63.4 by [@&#8203;thaJeztah](https://github.com/thaJeztah) in https://github.com/docker/compose/pull/12546 - Full test coverage for compatibility cmd by [@&#8203;maxproske](https://github.com/maxproske) in https://github.com/docker/compose/pull/12528 - don't send raw os.Args to opentelemetry but a pseudo command line by [@&#8203;ndeloof](https://github.com/ndeloof) in https://github.com/docker/compose/pull/12530 - add docker engine v28.x to the test-matrix by [@&#8203;thaJeztah](https://github.com/thaJeztah) in https://github.com/docker/compose/pull/12539 - enable copyloopvar linter by [@&#8203;thaJeztah](https://github.com/thaJeztah) in https://github.com/docker/compose/pull/12542 - go.mod: remove toolchain directive by [@&#8203;thaJeztah](https://github.com/thaJeztah) in https://github.com/docker/compose/pull/12551 ##### ⚙️ Dependencies - bump buildx v0.20.1 by [@&#8203;ndeloof](https://github.com/ndeloof) in https://github.com/docker/compose/pull/12488 - bump docker to v27.5.1 by [@&#8203;ndeloof](https://github.com/ndeloof) in https://github.com/docker/compose/pull/12491 - bump compose-go v2.4.8 by [@&#8203;ndeloof](https://github.com/ndeloof) in https://github.com/docker/compose/pull/12543 - bump golang.org/x/sys from 0.28.0 to 0.30.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/docker/compose/pull/12529 - bump github.com/moby/term v0.5.2 by [@&#8203;thaJeztah](https://github.com/thaJeztah) in https://github.com/docker/compose/pull/12540 - bump github.com/otiai10/copy from 1.14.0 to 1.14.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/docker/compose/pull/12493 - bump github.com/jonboulle/clockwork from 0.4.0 to 0.5.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/docker/compose/pull/12430 - bump github.com/spf13/pflag from 1.0.5 to 1.0.6 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/docker/compose/pull/12548 - bump golang.org/x/sync from 0.10.0 to 0.11.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/docker/compose/pull/12547 - bump gotest.tools/v3 from 3.5.1 to 3.5.2 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/docker/compose/pull/12549 #### New Contributors - [@&#8203;r-bk](https://github.com/r-bk) made their first contribution in https://github.com/docker/compose/pull/12478 - [@&#8203;maxproske](https://github.com/maxproske) made their first contribution in https://github.com/docker/compose/pull/12523 **Full Changelog**: https://github.com/docker/compose/compare/v2.32.4...v2.33.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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjYuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2Ni4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlIl19-->
CSRBot added 1 commit 2025-02-12 08:10:16 +00:00
chore(deps): update dependency docker/compose to v2.33.0
Some checks failed
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is failing
a2c3a9ed37
volker.raschek was assigned by CSRBot 2025-02-12 08:10:38 +00:00
CSRBot changed title from chore(deps): update dependency docker/compose to v2.33.0 to chore(deps): update dependency docker/compose to v2.33.0 - autoclosed 2025-02-16 14:09:48 +00:00
CSRBot closed this pull request 2025-02-16 14:09:49 +00:00
Some checks failed
continuous-integration/drone/pr Build is passing
Required
Details
continuous-integration/drone/push Build is failing
Required
Details

Pull request closed

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