🐛 Fixes
- Include image pull failure reason in output (#11555)
- Fix crash when running up with
--no-build
and--watch
(#11664) - Fix crash when no TTY available and menu enabled (#11672)
- Improve legibility of menu actions (#11671)
🔧 Internal
- Bump opencontainers/image-spec to 1.1.0 (#11657)
Changelog
- Pull: include error message in warnings/errors by @felixfontein in #11555
- build(deps): bump github.com/opencontainers/image-spec from 1.1.0-rc6 to 1.1.0 by @dependabot in #11657
- Handle --no-build and --watch args by @jhrotko in #11664
- Change menu information text to dim by @jhrotko in #11671
- Does not start menu manager if there is no tty on up by @jhrotko in #11672
New Contributors
- @felixfontein made their first contribution in #11555
Full Changelog: v2.26.0...v2.26.1