Use 'docker compose' by default by jesseduffield · Pull Request #563 · jesseduffield/lazydocker (original) (raw)
tmeijn pushed a commit to tmeijn/dotfiles that referenced this pull request
`` [build(deps): update jesseduffield/lazydocker to v0.24.1](/tmeijn/dotfiles/commit/36502d4456d2a238e6b44c8ca2c8fddac22d2623 "build(deps): update jesseduffield/lazydocker to v0.24.1
This MR contains the following updates:
Package | Update | Change |
---|---|---|
jesseduffield/lazydocker | minor | v0.23.3 -> v0.24.1 |
MR created with the help of el-capitano/tools/renovate-bot.
Proposed changes to behavior should be submitted there as MRs.
Release Notes
jesseduffield/lazydocker (jesseduffield/lazydocker)
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
v0.24.0
Changelog
015a108
Add hint to .DockerCompose in documentationed600c7
Dockerfile: fix alpine version06ab7b7
Merge pull request #511 from rajiv-k/docker-host-ssh1cf2e02
Merge pull request #536 from jesseduffield/create-pull-request/patchc73b3f7
Merge pull request #552 from peauc/feature/issue-4934f375bb
Merge pull request #554 from hauskens/patch-10849b80
Merge pull request #561 from thaJeztah/update_dockerde40167
Merge pull request #563 from jesseduffield/docker-compose-command-update58d5a18
README.md: Update Sponsors1e34a9b
Remove homebrew bump action89020d6
Update readmedf6c8c1
Use 'docker compose' by defaultf6c044d
fix lazydocker breaking when having default docker explicitly mentioned in docker config42b7ba1
fix: Properly support remote docker daemon over ssh8fe9083
go.mod: github.com/Microsoft/go-winio v0.5.3966ad05
go.mod: github.com/docker/docker, docker/cli v23.0.106f85b65
go.mod: github.com/docker/docker, docker/cli v24.0.70232610
go.mod: github.com/docker/docker, docker/cli v25.0.52d16389
go.mod: github.com/docker/docker, docker/cli v26.1.477a4de4
go.mod: github.com/docker/docker, docker/cli v27.0.3463ddfd
go.mod: github.com/docker/go-connections v0.5.03daea1e
go.mod: github.com/docker/go-units v0.5.08ca3166
go.mod: github.com/imdario/mergo v0.3.16e27d487
go.mod: github.com/moby/term v0.5.061cd92b
go.mod: github.com/morikuni/aec v1.0.06217ba0
go.mod: github.com/sirupsen/logrus v1.9.3ff579d8
go.mod: github.com/stretchr/testify v1.9.0bb5d70f
go.mod: golang.org/x/time v0.5.0b010ea4
test.sh: fix file not being executablec84bb88
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.
") ``[36502d4](/tmeijn/dotfiles/commit/36502d4456d2a238e6b44c8ca2c8fddac22d2623)
This MR contains the following updates:
Package | Update | Change |
---|---|---|
jesseduffield/lazydocker | minor | v0.23.3 -> v0.24.1 |
MR created with the help of el-capitano/tools/renovate-bot.
Proposed changes to behavior should be submitted there as MRs.
Release Notes
jesseduffield/lazydocker (jesseduffield/lazydocker)
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 jesseduffield/lazydocker#511
- fix lazydocker breaking when having default context in config by @peauc in jesseduffield/lazydocker#552
- Bump lots of dependencies for various improvements by @thaJeztah in jesseduffield/lazydocker#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 jesseduffield/lazydocker#554
- Use 'docker compose' by default by @jesseduffield in jesseduffield/lazydocker#563
- go.mod: github.com/docker/docker, docker/cli v27.1.1 by @thaJeztah in jesseduffield/lazydocker#568
New Contributors
- @github-actions made their first contribution in jesseduffield/lazydocker#536
- @peauc made their first contribution in jesseduffield/lazydocker#552
- @thaJeztah made their first contribution in jesseduffield/lazydocker#561
- @hauskens made their first contribution in jesseduffield/lazydocker#554
Full Changelog: jesseduffield/lazydocker@v0.23.3...v0.24.1
v0.24.0
Changelog
015a108
Add hint to .DockerCompose in documentationed600c7
Dockerfile: fix alpine version06ab7b7
Merge pull request #511 from rajiv-k/docker-host-ssh1cf2e02
Merge pull request #536 from jesseduffield/create-pull-request/patchc73b3f7
Merge pull request #552 from peauc/feature/issue-4934f375bb
Merge pull request #554 from hauskens/patch-10849b80
Merge pull request #561 from thaJeztah/update_dockerde40167
Merge pull request #563 from jesseduffield/docker-compose-command-update58d5a18
README.md: Update Sponsors1e34a9b
Remove homebrew bump action89020d6
Update readmedf6c8c1
Use 'docker compose' by defaultf6c044d
fix lazydocker breaking when having default docker explicitly mentioned in docker config42b7ba1
fix: Properly support remote docker daemon over ssh8fe9083
go.mod: github.com/Microsoft/go-winio v0.5.3966ad05
go.mod: github.com/docker/docker, docker/cli v23.0.106f85b65
go.mod: github.com/docker/docker, docker/cli v24.0.70232610
go.mod: github.com/docker/docker, docker/cli v25.0.52d16389
go.mod: github.com/docker/docker, docker/cli v26.1.477a4de4
go.mod: github.com/docker/docker, docker/cli v27.0.3463ddfd
go.mod: github.com/docker/go-connections v0.5.03daea1e
go.mod: github.com/docker/go-units v0.5.08ca3166
go.mod: github.com/imdario/mergo v0.3.16e27d487
go.mod: github.com/moby/term v0.5.061cd92b
go.mod: github.com/morikuni/aec v1.0.06217ba0
go.mod: github.com/sirupsen/logrus v1.9.3ff579d8
go.mod: github.com/stretchr/testify v1.9.0bb5d70f
go.mod: golang.org/x/time v0.5.0b010ea4
test.sh: fix file not being executablec84bb88
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.