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 in https://github.com/jesseduffield/lazydocker/pull/511
- fix lazydocker breaking when having default context in config by @peauc in https://github.com/jesseduffield/lazydocker/pull/552
- Bump lots of dependencies for various improvements by @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 in https://github.com/jesseduffield/lazydocker/pull/554
- Use 'docker compose' by default by @jesseduffield in https://github.com/jesseduffield/lazydocker/pull/563
- go.mod: github.com/docker/docker, docker/cli v27.1.1 by @thaJeztah in https://github.com/jesseduffield/lazydocker/pull/568
New Contributors
- @github-actions made their first contribution in https://github.com/jesseduffield/lazydocker/pull/536
- @peauc made their first contribution in https://github.com/jesseduffield/lazydocker/pull/552
- @thaJeztah made their first contribution in https://github.com/jesseduffield/lazydocker/pull/561
- @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