From 97ab8a1297b8629c615ab1aee11450d3902149ce Mon Sep 17 00:00:00 2001 From: ECG Bot Date: Fri, 20 Dec 2024 16:56:57 +0000 Subject: [PATCH] build(deps): update docker/compose to v2.32.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This MR contains the following updates: | Package | Update | Change | |---|---|---| | [docker/compose](https://github.com/docker/compose) | minor | `v2.31.0` -> `v2.32.1` | MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot). **Proposed changes to behavior should be submitted there as MRs.** --- ### Release Notes
docker/compose (docker/compose) ### [`v2.32.1`](https://github.com/docker/compose/releases/tag/v2.32.1) [Compare Source](https://github.com/docker/compose/compare/v2.32.0...v2.32.1) #### What's Changed ##### 🐛 Fixes - only check volume mounts for updated config by [@​ndeloof](https://github.com/ndeloof) in https://github.com/docker/compose/pull/12386 - e2e test to prevent future regression by [@​ndeloof](https://github.com/ndeloof) in https://github.com/docker/compose/pull/12389 **Full Changelog**: https://github.com/docker/compose/compare/v2.32.0...v2.32.1 ### [`v2.32.0`](https://github.com/docker/compose/releases/tag/v2.32.0) [Compare Source](https://github.com/docker/compose/compare/v2.31.0...v2.32.0) #### What's Changed ##### ✨ Improvements - build with bake by [@​ndeloof](https://github.com/ndeloof) in https://github.com/docker/compose/pull/12344 - introduce watch restart action by [@​ndeloof](https://github.com/ndeloof) in https://github.com/docker/compose/pull/12375 - introduce sync+exec watch action by [@​ndeloof](https://github.com/ndeloof) in https://github.com/docker/compose/pull/12330 - Recreate container on volume configuration change by [@​ndeloof](https://github.com/ndeloof) in https://github.com/docker/compose/pull/12363 ##### 🐛 Fixes - fix support for service.mac_address by [@​ndeloof](https://github.com/ndeloof) in https://github.com/docker/compose/pull/12371 - pull --quiet should not drop status message, only progress by [@​ndeloof](https://github.com/ndeloof) in https://github.com/docker/compose/pull/12358 - do not require a build section but for `rebuild` action by [@​ndeloof](https://github.com/ndeloof) in https://github.com/docker/compose/pull/12343 - log configuration error as a watch log event by [@​ndeloof](https://github.com/ndeloof) in https://github.com/docker/compose/pull/12359 ##### 🔧 Internal - disable failing TestBuildSSH test by [@​ndeloof](https://github.com/ndeloof) in https://github.com/docker/compose/pull/12349 - Make e2e tests pass locally by [@​glours](https://github.com/glours) in https://github.com/docker/compose/pull/12348 ##### ⚙️ Dependencies - bump docker + buildx to latest release by [@​ndeloof](https://github.com/ndeloof) in https://github.com/docker/compose/pull/12372 - bump otel dependencies to v1.28.0 and v0.53.0 to align with buildx, buildkit and engine versions by [@​glours](https://github.com/glours) in https://github.com/docker/compose/pull/12338 - build(deps): bump golang.org/x/sys from 0.27.0 to 0.28.0 by [@​dependabot](https://github.com/dependabot) in https://github.com/docker/compose/pull/12378 - build(deps): bump golang.org/x/crypto from 0.27.0 to 0.31.0 by [@​dependabot](https://github.com/dependabot) in https://github.com/docker/compose/pull/12377 - build(deps): bump google.golang.org/grpc from 1.68.0 to 1.68.1 by [@​dependabot](https://github.com/dependabot) in https://github.com/docker/compose/pull/12353 - build(deps): bump golang.org/x/sync from 0.9.0 to 0.10.0 by [@​dependabot](https://github.com/dependabot) in https://github.com/docker/compose/pull/12352 - update xx to v1.6.1 for compatibility with alpine 3.21 and file 5.46+ by [@​thaJeztah](https://github.com/thaJeztah) in https://github.com/docker/compose/pull/12366 **Full Changelog**: https://github.com/docker/compose/compare/v2.31.0...v2.32.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 MR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). --- chezmoi/dot_config/aquaproj-aqua/aqua.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chezmoi/dot_config/aquaproj-aqua/aqua.yaml b/chezmoi/dot_config/aquaproj-aqua/aqua.yaml index 49ddfc4..1730da3 100644 --- a/chezmoi/dot_config/aquaproj-aqua/aqua.yaml +++ b/chezmoi/dot_config/aquaproj-aqua/aqua.yaml @@ -100,7 +100,7 @@ packages: - name: mr-karan/doggo@v1.0.5 description: ":dog: Command-line DNS Client for Humans. Written in Golang" link: https://github.com/mr-karan/doggo -- name: docker/compose@v2.31.0 +- name: docker/compose@v2.32.1 description: Define and run multi-container applications with Docker link: https://github.com/docker/compose - name: dandavison/delta@0.18.2