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

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.33.1 -> v2.34.0

⚠️ Warning

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


Release Notes

docker/compose (docker/compose)

v2.34.0

Compare Source

What's Changed

Improvements
🐛 Fixes
🔧 Internal
⚙️ Dependencies

New Contributors

Full Changelog: https://github.com/docker/compose/compare/v2.33.1...v2.34.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.33.1` -> `v2.34.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.34.0`](https://github.com/docker/compose/releases/tag/v2.34.0) [Compare Source](https://github.com/docker/compose/compare/v2.33.1...v2.34.0) #### What's Changed ##### ✨ Improvements - Support refresh pull policy by [@&#8203;ndeloof](https://github.com/ndeloof) in https://github.com/docker/compose/pull/12568 - Introduced `include` to filter files considered by `watch` by [@&#8203;ndeloof](https://github.com/ndeloof) in https://github.com/docker/compose/pull/12584 - Introduced `--env-from-file` in `docker compose run` command by [@&#8203;ndeloof](https://github.com/ndeloof) in https://github.com/docker/compose/pull/12626 - Make `publish` a regular command of Compose by [@&#8203;glours](https://github.com/glours) in https://github.com/docker/compose/pull/12629 ##### 🐛 Fixes - Build: only print COMPOSE_BAKE recommendation when disabled by [@&#8203;emersion](https://github.com/emersion) in https://github.com/docker/compose/pull/12572 - Improve message suggesting using bake by [@&#8203;glours](https://github.com/glours) in https://github.com/docker/compose/pull/12612 - Fixed service: reference in additional_contexts for builds without bake by [@&#8203;ndeloof](https://github.com/ndeloof) in https://github.com/docker/compose/pull/12582 - Block the publication of an OCI artifact if one or more services contain only a build section by [@&#8203;glours](https://github.com/glours) in https://github.com/docker/compose/pull/12597 - Display the location of OCI or GIT Compose stack download by [@&#8203;glours](https://github.com/glours) in https://github.com/docker/compose/pull/12595 - Refuse to publish compose file with local include by [@&#8203;ndeloof](https://github.com/ndeloof) in https://github.com/docker/compose/pull/12600 - `publish`reject compose file with bind mounts by [@&#8203;ndeloof](https://github.com/ndeloof) in https://github.com/docker/compose/pull/12601 - Display interpolation variables and their values when running a remote stack by [@&#8203;glours](https://github.com/glours) in https://github.com/docker/compose/pull/12604 - Publish compose file with required siblings used by `extends` by [@&#8203;ndeloof](https://github.com/ndeloof) in https://github.com/docker/compose/pull/12606 - Add warning message when a remote configuration include an another remote config by [@&#8203;glours](https://github.com/glours) in https://github.com/docker/compose/pull/12610 - Only load env_file after services have been selected by [@&#8203;ndeloof](https://github.com/ndeloof) in https://github.com/docker/compose/pull/12611 - Deprecate --y, prefer --yes by [@&#8203;ndeloof](https://github.com/ndeloof) in https://github.com/docker/compose/pull/12623 - Use Defang secret-detector to identify potential secret leaks before publishing OCI artifacts by [@&#8203;glours](https://github.com/glours) in https://github.com/docker/compose/pull/12620 ##### 🔧 Internal - Link to configuration file docs by [@&#8203;andrew-kramer](https://github.com/andrew-kramer) in https://github.com/docker/compose/pull/12559 - Otel attribute to track builder implementation selected by [@&#8203;ndeloof](https://github.com/ndeloof) in https://github.com/docker/compose/pull/12586 - Test version command by [@&#8203;maxproske](https://github.com/maxproske) in https://github.com/docker/compose/pull/12576 - Implement extends.file replace without yqlib by [@&#8203;ndeloof](https://github.com/ndeloof) in https://github.com/docker/compose/pull/12615 - Add `cli.isatty` attribute to spans generated by compose by [@&#8203;landism](https://github.com/landism) in https://github.com/docker/compose/pull/12630 - Condense output of `compose top` by [@&#8203;dmke](https://github.com/dmke) in https://github.com/docker/compose/pull/12628 ##### ⚙️ Dependencies - Require go `1.23`|`1.24` (stable) by [@&#8203;ndeloof](https://github.com/ndeloof) in https://github.com/docker/compose/pull/12571 - Build(deps): bump tags.cncf.io/container-device-interface from 0.8.0 to 0.8.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/docker/compose/pull/12583 - Build(deps): bump github.com/google/go-cmp from `0.6.0` to `0.7.0` by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/docker/compose/pull/12578 - Build(deps): bump github.com/docker/cli from `28.0.0+incompatible` to `28.0.1+incompatible` by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/docker/compose/pull/12590 - Build(deps): bump github.com/docker/docker from `28.0.0+incompatible` to `28.0.1+incompatible` by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/docker/compose/pull/12591 - Build(deps): bump github.com/docker/buildx from `0.21.1` to `0.21.2` by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/docker/compose/pull/12598 - Build(deps): bump github.com/opencontainers/image-spec from `1.1.0` to `1.1.1` by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/docker/compose/pull/12599 - Build(deps): bump golang.org/x/sync from `0.11.0` to `0.12.0` by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/docker/compose/pull/12607 - Build(deps): bump google.golang.org/grpc from `1.70.0` to `1.71.0` by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/docker/compose/pull/12603 - Build(deps): bump golang.org/x/sys from `0.30.0` to `0.31.0` by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/docker/compose/pull/12608 - Build(deps): bump github.com/moby/buildkit from `0.20.0` to `0.20.1` by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/docker/compose/pull/12609 - Build(deps): bump tags.cncf.io/container-device-interface from `0.8.1` to `1.0.0` by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/docker/compose/pull/12617 - Bump compose-go to version `v2.4.9` by [@&#8203;glours](https://github.com/glours) in https://github.com/docker/compose/pull/12633 #### New Contributors - [@&#8203;emersion](https://github.com/emersion) made their first contribution in https://github.com/docker/compose/pull/12572 - [@&#8203;andrew-kramer](https://github.com/andrew-kramer) made their first contribution in https://github.com/docker/compose/pull/12559 - [@&#8203;landism](https://github.com/landism) made their first contribution in https://github.com/docker/compose/pull/12630 - [@&#8203;dmke](https://github.com/dmke) made their first contribution in https://github.com/docker/compose/pull/12628 **Full Changelog**: https://github.com/docker/compose/compare/v2.33.1...v2.34.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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDAuMyIsInVwZGF0ZWRJblZlciI6IjM5LjIwMC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlIl19-->
CSRBot added 1 commit 2025-03-14 12:09:11 +01:00
chore(deps): update dependency docker/compose to v2.34.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
9cb2a85bc5
volker.raschek was assigned by CSRBot 2025-03-14 12:09:13 +01:00
CSRBot changed title from chore(deps): update dependency docker/compose to v2.34.0 to chore(deps): update dependency docker/compose to v2.34.0 - autoclosed 2025-03-22 15:13:47 +01:00
CSRBot closed this pull request 2025-03-22 15:13:47 +01: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#33
No description provided.