From 36502d4456d2a238e6b44c8ca2c8fddac22d2623 Mon Sep 17 00:00:00 2001 From: ECG Bot Date: Mon, 25 Nov 2024 07:45:09 +0000 Subject: [PATCH] build(deps): update jesseduffield/lazydocker to v0.24.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 | |---|---|---| | [jesseduffield/lazydocker](https://github.com/jesseduffield/lazydocker) | minor | `v0.23.3` -> `v0.24.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
jesseduffield/lazydocker (jesseduffield/lazydocker) ### [`v0.24.1`](https://github.com/jesseduffield/lazydocker/releases/tag/v0.24.1) [Compare Source](https://github.com/jesseduffield/lazydocker/compare/v0.24.0...v0.24.1) Thanks to everybody who contributed in this release! #### What's Changed - fix: Properly support remote docker daemon over ssh by [@​rajiv-k](https://github.com/rajiv-k) in https://github.com/jesseduffield/lazydocker/pull/511 - fix lazydocker breaking when having default context in config by [@​peauc](https://github.com/peauc) in https://github.com/jesseduffield/lazydocker/pull/552 - Bump lots of dependencies for various improvements by [@​thaJeztah](https://github.com/thaJeztah) in https://github.com/jesseduffield/lazydocker/pull/561 - This fixed a bug I had where sometimes lazydocker didn't realise it was in a folder with a docker compose file. - Add hint to what .DockerCompose is in documentation by [@​hauskens](https://github.com/hauskens) in https://github.com/jesseduffield/lazydocker/pull/554 - Use 'docker compose' by default by [@​jesseduffield](https://github.com/jesseduffield) in https://github.com/jesseduffield/lazydocker/pull/563 - go.mod: github.com/docker/docker, docker/cli v27.1.1 by [@​thaJeztah](https://github.com/thaJeztah) in https://github.com/jesseduffield/lazydocker/pull/568 #### New Contributors - [@​github-actions](https://github.com/github-actions) made their first contribution in https://github.com/jesseduffield/lazydocker/pull/536 - [@​peauc](https://github.com/peauc) made their first contribution in https://github.com/jesseduffield/lazydocker/pull/552 - [@​thaJeztah](https://github.com/thaJeztah) made their first contribution in https://github.com/jesseduffield/lazydocker/pull/561 - [@​hauskens](https://github.com/hauskens) made their first contribution in https://github.com/jesseduffield/lazydocker/pull/554 **Full Changelog**: https://github.com/jesseduffield/lazydocker/compare/v0.23.3...v0.24.1 ### [`v0.24.0`](https://github.com/jesseduffield/lazydocker/releases/tag/v0.24.0) [Compare Source](https://github.com/jesseduffield/lazydocker/compare/v0.23.3...v0.24.0) #### Changelog - [`015a108`](https://github.com/jesseduffield/lazydocker/commit/015a108) Add hint to .DockerCompose in documentation - [`ed600c7`](https://github.com/jesseduffield/lazydocker/commit/ed600c7) Dockerfile: fix alpine version - [`06ab7b7`](https://github.com/jesseduffield/lazydocker/commit/06ab7b7) Merge pull request [#​511](https://github.com/jesseduffield/lazydocker/issues/511) from rajiv-k/docker-host-ssh - [`1cf2e02`](https://github.com/jesseduffield/lazydocker/commit/1cf2e02) Merge pull request [#​536](https://github.com/jesseduffield/lazydocker/issues/536) from jesseduffield/create-pull-request/patch - [`c73b3f7`](https://github.com/jesseduffield/lazydocker/commit/c73b3f7) Merge pull request [#​552](https://github.com/jesseduffield/lazydocker/issues/552) from peauc/feature/issue-493 - [`4f375bb`](https://github.com/jesseduffield/lazydocker/commit/4f375bb) Merge pull request [#​554](https://github.com/jesseduffield/lazydocker/issues/554) from hauskens/patch-1 - [`0849b80`](https://github.com/jesseduffield/lazydocker/commit/0849b80) Merge pull request [#​561](https://github.com/jesseduffield/lazydocker/issues/561) from thaJeztah/update_docker - [`de40167`](https://github.com/jesseduffield/lazydocker/commit/de40167) Merge pull request [#​563](https://github.com/jesseduffield/lazydocker/issues/563) from jesseduffield/docker-compose-command-update - [`58d5a18`](https://github.com/jesseduffield/lazydocker/commit/58d5a18) README.md: Update Sponsors - [`1e34a9b`](https://github.com/jesseduffield/lazydocker/commit/1e34a9b) Remove homebrew bump action - [`89020d6`](https://github.com/jesseduffield/lazydocker/commit/89020d6) Update readme - [`df6c8c1`](https://github.com/jesseduffield/lazydocker/commit/df6c8c1) Use 'docker compose' by default - [`f6c044d`](https://github.com/jesseduffield/lazydocker/commit/f6c044d) fix lazydocker breaking when having default docker explicitly mentioned in docker config - [`42b7ba1`](https://github.com/jesseduffield/lazydocker/commit/42b7ba1) fix: Properly support remote docker daemon over ssh - [`8fe9083`](https://github.com/jesseduffield/lazydocker/commit/8fe9083) go.mod: github.com/Microsoft/go-winio v0.5.3 - [`966ad05`](https://github.com/jesseduffield/lazydocker/commit/966ad05) go.mod: github.com/docker/docker, docker/cli v23.0.10 - [`6f85b65`](https://github.com/jesseduffield/lazydocker/commit/6f85b65) go.mod: github.com/docker/docker, docker/cli v24.0.7 - [`0232610`](https://github.com/jesseduffield/lazydocker/commit/0232610) go.mod: github.com/docker/docker, docker/cli v25.0.5 - [`2d16389`](https://github.com/jesseduffield/lazydocker/commit/2d16389) go.mod: github.com/docker/docker, docker/cli v26.1.4 - [`77a4de4`](https://github.com/jesseduffield/lazydocker/commit/77a4de4) go.mod: github.com/docker/docker, docker/cli v27.0.3 - [`463ddfd`](https://github.com/jesseduffield/lazydocker/commit/463ddfd) go.mod: github.com/docker/go-connections v0.5.0 - [`3daea1e`](https://github.com/jesseduffield/lazydocker/commit/3daea1e) go.mod: github.com/docker/go-units v0.5.0 - [`8ca3166`](https://github.com/jesseduffield/lazydocker/commit/8ca3166) go.mod: github.com/imdario/mergo v0.3.16 - [`e27d487`](https://github.com/jesseduffield/lazydocker/commit/e27d487) go.mod: github.com/moby/term v0.5.0 - [`61cd92b`](https://github.com/jesseduffield/lazydocker/commit/61cd92b) go.mod: github.com/morikuni/aec v1.0.0 - [`6217ba0`](https://github.com/jesseduffield/lazydocker/commit/6217ba0) go.mod: github.com/sirupsen/logrus v1.9.3 - [`ff579d8`](https://github.com/jesseduffield/lazydocker/commit/ff579d8) go.mod: github.com/stretchr/testify v1.9.0 - [`bb5d70f`](https://github.com/jesseduffield/lazydocker/commit/bb5d70f) go.mod: golang.org/x/time v0.5.0 - [`b010ea4`](https://github.com/jesseduffield/lazydocker/commit/b010ea4) test.sh: fix file not being executable - [`c84bb88`](https://github.com/jesseduffield/lazydocker/commit/c84bb88) update to go1.21
--- ### 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 6523c3d5..08edba02 100644 --- a/chezmoi/dot_config/aquaproj-aqua/aqua.yaml +++ b/chezmoi/dot_config/aquaproj-aqua/aqua.yaml @@ -184,7 +184,7 @@ packages: - name: kyoshidajp/dep-doctor@v1.3.0 description: Diagnose whether your software dependency libraries are maintained link: https://github.com/kyoshidajp/dep-doctor -- name: jesseduffield/lazydocker@v0.23.3 +- name: jesseduffield/lazydocker@v0.24.1 description: The lazier way to manage everything docker link: https://github.com/jesseduffield/lazydocker - name: stern/stern@v1.31.0