From 64f4495ce7dc61d37e393fe10197109203bb6775 Mon Sep 17 00:00:00 2001 From: ECG Bot Date: Wed, 8 Jan 2025 08:12:59 +0000 Subject: [PATCH] build(deps): update docker/compose to v2.32.2 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) | patch | `v2.32.1` -> `v2.32.2` | 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.2`](https://github.com/docker/compose/releases/tag/v2.32.2) [Compare Source](https://github.com/docker/compose/compare/v2.32.1...v2.32.2) #### What's Changed ##### ✨ Improvements - Add `--pull` to run command by [@​glours](https://github.com/glours) [(12397)](https://github.com/docker/compose/pull/12397) ##### 🐛 Fixes - Only check bind mount conflict if sync action is involved by [@​ndeloof](https://github.com/ndeloof) [(12409)](https://github.com/docker/compose/pull/12409) - When retrying to resolveOrCreateNetwork, retry with a valid network name by [@​gtardif](https://github.com/gtardif) [(12422)](https://github.com/docker/compose/pull/12422) - checkExpectedVolumes must ignore anonymous volumes by [@​ndeloof](https://github.com/ndeloof) in https://github.com/docker/compose/pull/12410 ##### 🔧 Internal - Gofumpt all the things by [@​ndeloof](https://github.com/ndeloof) [(12392)](https://github.com/docker/compose/pull/12392) - Use the 3 latest major versions of the engine to run e2e step by [@​glours](https://github.com/glours) [(12401)](https://github.com/docker/compose/pull/12401) - Replace tibdex/github-app-token by official GitHub create-github-app-token by [@​glours](https://github.com/glours) [(12411)](https://github.com/docker/compose/pull/12411) ##### ⚙️ Dependencies - Bump Golang version to `v1.22.10` and update CI actions by [@​glours](https://github.com/glours) [(12399)](https://github.com/docker/compose/pull/12399) - Bump golang.org/x/net to `v0.33.0` to fix potential security issue by [@​glours](https://github.com/glours) [(12405)](https://github.com/docker/compose/pull/12405) - Bump `compose-go` to `v2.4.7` by [@​glours](https://github.com/glours) [(12438)](https://github.com/docker/compose/pull/12438) **Full Changelog**: https://github.com/docker/compose/compare/v2.32.1...v2.32.2
--- ### 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 8d5ed82..d9a4f35 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.32.1 +- name: docker/compose@v2.32.2 description: Define and run multi-container applications with Docker link: https://github.com/docker/compose - name: dandavison/delta@0.18.2