From 9b479f02865edb450e8efd75d73616419bc5363e Mon Sep 17 00:00:00 2001 From: ECG Bot Date: Tue, 20 Aug 2024 07:40:57 +0000 Subject: [PATCH] build(deps): update docker/compose to v2.29.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.29.1` -> `v2.29.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.29.2`](https://github.com/docker/compose/releases/tag/v2.29.2) [Compare Source](https://github.com/docker/compose/compare/v2.29.1...v2.29.2) #### What's Changed ##### ✨ Improvements - docs: Update docker compose kill usage [(12041)](https://github.com/docker/compose/pull/12041) - add `x-initSync` to watch to always provide initial [(12047)](https://github.com/docker/compose/pull/12047) ##### 🐛 Fixes - Removes redundant condition from toAPIBuildOptions in build.go [(12009)](https://github.com/docker/compose/pull/12009) - Fix stoping compose process for single container for file change on sync-restart action [(12014)](https://github.com/docker/compose/pull/12014) ##### 🔧 Internal - bump golang `1.21.12` [(12017)](https://github.com/docker/compose/pull/12017) - bump engine and cli to `v27.1.1`, buildx to `v0.16.1` [(12020)](https://github.com/docker/compose/pull/12020) - bump engine and cli to `v27.1.2`, buildx to `v0.16.2` [(12057)](https://github.com/docker/compose/pull/12057) - remove all dependabot update MRs for OTel dependencies [(12006)](https://github.com/docker/compose/pull/12006) - bump golang.org/x/sys `v0.22.0` and gofrs/flock `v0.12.1` [(12018)](https://github.com/docker/compose/pull/12018) #### New Contributors - [@​janbrasna](https://github.com/janbrasna) made their first contribution in [(12041)](https://github.com/docker/compose/pull/12041) - [@​kapurm17](https://github.com/kapurm17) made their first contribution in [(12009)](https://github.com/docker/compose/pull/12009) **Full Changelog**: https://github.com/docker/compose/compare/v2.29.1...v2.29.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 8d388c26..44955bdf 100644 --- a/chezmoi/dot_config/aquaproj-aqua/aqua.yaml +++ b/chezmoi/dot_config/aquaproj-aqua/aqua.yaml @@ -109,7 +109,7 @@ packages: - name: mr-karan/doggo@v1.0.4 description: ":dog: Command-line DNS Client for Humans. Written in Golang" link: https://github.com/mr-karan/doggo -- name: docker/compose@v2.29.1 +- name: docker/compose@v2.29.2 description: Define and run multi-container applications with Docker link: https://github.com/docker/compose - name: dandavison/delta@0.17.0