fix: Update Docker client to support API version 1.52#703
Merged
jesseduffield merged 5 commits intomasterfrom Nov 14, 2025
Merged
fix: Update Docker client to support API version 1.52#703jesseduffield merged 5 commits intomasterfrom
jesseduffield merged 5 commits intomasterfrom
Conversation
- Upgrade Docker client from v27.1.1 to v28.5.2 - Update hardcoded API version from 1.25 to 1.52 - Enable API version negotiation for better compatibility - Fix compatibility with Docker Engine 29.0.0 and newer versions Resolves issues with lazydocker not working with latest Docker clients.
11fdcb9 to
d5d2940
Compare
d5d2940 to
826f029
Compare
This was referenced Nov 14, 2025
tmeijn
pushed a commit
to tmeijn/dotfiles
that referenced
this pull request
Nov 17, 2025
This MR contains the following updates: | Package | Update | Change | |---|---|---| | [jesseduffield/lazydocker](https://github.com/jesseduffield/lazydocker) | patch | `v0.24.1` -> `v0.24.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 <details> <summary>jesseduffield/lazydocker (jesseduffield/lazydocker)</summary> ### [`v0.24.2`](https://github.com/jesseduffield/lazydocker/releases/tag/v0.24.2) [Compare Source](jesseduffield/lazydocker@v0.24.1...v0.24.2) #### Changelog - [`4332656`](jesseduffield/lazydocker@4332656) Add Subble image - [`f023b42`](jesseduffield/lazydocker@f023b42) Add Subble job ad - [`86cce84`](jesseduffield/lazydocker@86cce84) Add navigation via numbers - [`123af38`](jesseduffield/lazydocker@123af38) Add subble job ad - [`8ee57bf`](jesseduffield/lazydocker@8ee57bf) Add tuple png - [`587bbbf`](jesseduffield/lazydocker@587bbbf) Change warp logo explicitly - [`992c138`](jesseduffield/lazydocker@992c138) Clean up - [`c7b5868`](jesseduffield/lazydocker@c7b5868) Fix CI - [`826f029`](jesseduffield/lazydocker@826f029) Fix types - [`e2bc42f`](jesseduffield/lazydocker@e2bc42f) Merge branch 'master' into feature/issue-522-add-number-like-lazygit - [`c45bdea`](jesseduffield/lazydocker@c45bdea) Merge pull request [#​540](jesseduffield/lazydocker#540) from peauc/feature/issue-522-add-number-like-lazygit - [`bedde4a`](jesseduffield/lazydocker@bedde4a) Merge pull request [#​564](jesseduffield/lazydocker#564) from viviannevilar/patch-1 - [`1178381`](jesseduffield/lazydocker@1178381) Merge pull request [#​599](jesseduffield/lazydocker#599) from A11Might/feat-show-panel-number - [`07558af`](jesseduffield/lazydocker@07558af) Merge pull request [#​605](jesseduffield/lazydocker#605) from A11Might/readme-add-manual-install - [`4137d21`](jesseduffield/lazydocker@4137d21) Merge pull request [#​703](jesseduffield/lazydocker#703) from jesseduffield/fix-docker-api - [`b8a3ca1`](jesseduffield/lazydocker@b8a3ca1) Show jump panel keybindings in panel titles - [`eaecd2c`](jesseduffield/lazydocker@eaecd2c) Update Config.md - location of the config in Windows - [`99bf41c`](jesseduffield/lazydocker@99bf41c) Update README.md - [`46400c4`](jesseduffield/lazydocker@46400c4) Update README.md - [`8a1975e`](jesseduffield/lazydocker@8a1975e) Update README.md - [`4e2f26b`](jesseduffield/lazydocker@4e2f26b) Update README.md - [`3314ecb`](jesseduffield/lazydocker@3314ecb) Updated README.md - [`c8d2fbd`](jesseduffield/lazydocker@c8d2fbd) fix: Update Docker client to support API version 1.52 - [`15677ac`](jesseduffield/lazydocker@15677ac) readme add manual install part - [`5e0aeec`](jesseduffield/lazydocker@5e0aeec) run `go mod vendor` </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever MR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJSZW5vdmF0ZSBCb3QiXX0=-->
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Based on #700
Doing this as it's own PR as I'm short on time and I had to push my own changes but thanks @theasad