v2.27.2
What's Changed
✨ Improvements
- Add
--environmentflag toconfigcommand (11891)
🐛 Fixes
- Prevent concurrent map write relying on project immutability (11860)
- Fix
COMPOSE_PROFILEScan be set by .env file (11861) - Fix: change append to use slice index in
ps(11862) - Return an error when
--detachand--watchare used together inupcommand (11890) - Fix dot env file to define
COMPOSE_*variables(11889) - Enforce keyboard.Close is always executed to restore terminal (11896)
- Stop
watchprocess when associatedupprocess is stopped (11911) - Using as flag of the
upcommand,watchwas blocking process shutdown (11919)
🔧 Internal
- Correct typo in comment (11877)
- Chore(publish): remove unreachable code(11888)
- Update GH actions versions, update engine matrix, bump Golang to 1.21.11 (11885)
- Build: replace uses of archive.CanonicalTarNameForPath (11910)
- Add open watch docs in up menu (11917)
⚙️ Dependencies
- Build(deps): bump github.com/hashicorp/go-version from
1.6.0to1.7.0(11854) - Build(deps): bump golang.org/x/sys from
0.20.0to0.21.0(11883) - Build(deps): bump github.com/containerd/containerd from
1.7.17to1.7.18(11897) - Build(deps): bump github.com/docker/docker from
26.1.3+incompatibleto26.1.4+incompatible(11898) - Bump buildkit to
0.14.0and buildx to0.15.0(11913)
New Contributors
- @IDOMATH made their first contribution in #11862
- @korverdev made their first contribution in #11877
- @Lunal98 made their first contribution in #11888
Full Changelog: v2.27.1...v2.27.2