v2.27.2
What's Changed
✨ Improvements
- Add
--environment
flag toconfig
command (11891)
🐛 Fixes
- Prevent concurrent map write relying on project immutability (11860)
- Fix
COMPOSE_PROFILES
can be set by .env file (11861) - Fix: change append to use slice index in
ps
(11862) - Return an error when
--detach
and--watch
are used together inup
command (11890) - Fix dot env file to define
COMPOSE_*
variables(11889) - Enforce keyboard.Close is always executed to restore terminal (11896)
- Stop
watch
process when associatedup
process is stopped (11911) - Using as flag of the
up
command,watch
was 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.0
to1.7.0
(11854) - Build(deps): bump golang.org/x/sys from
0.20.0
to0.21.0
(11883) - Build(deps): bump github.com/containerd/containerd from
1.7.17
to1.7.18
(11897) - Build(deps): bump github.com/docker/docker from
26.1.3+incompatible
to26.1.4+incompatible
(11898) - Bump buildkit to
0.14.0
and 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